This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
forked from sharebrained/portapack-hackrf
-
Notifications
You must be signed in to change notification settings - Fork 221
fix docker build #328
Open
dingdayu
wants to merge
224
commits into
furrtek:master
Choose a base branch
from
dingdayu:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix docker build #328
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build in docker:
Build the latest code of the current repository to the current directory. depend:
|
Great! works now in Windows
I guess you want to say In Docker Windows, something like this works: |
Yeah |
Few improvements in ui_transmitter (furrtek#332)
Few improvements in ui_transmitter (furrtek#332)
dockerfile for compiling a local folder that contains the sourcecode, instead of pulling a fresh copy every time. To prepare to compile Havoc in Windows/Linux/Mac Docker for example, in the path of the sourcecode: docker build -t portapack -f dockerfile-nogit . And then: docker run -v ${PWD}:/havoc portapack The bin file will be on the build directory now.
Update from origin
Shao credits
Merge branch 'master' into gps-sim
It reads the antennas definition from a txt file: WHIPCALC/ANTENNAS.TXT Inside the textfile you place each antenna you own with the following sintaxis: <antenna label> <elements length in mm, separated by a space> For example: ANT500 185 315 450 586 724 862 Input the required frequency, adjust the wave type (full / half / quarter, etc.) and the calculator will return the antenna length (metric and imperial) while also calculating how much you need to expand the fitting antennas you got defined on the txt. It may return up to 8 matching antennas, which is more than enough (normally you will have 2, perhaps 3 telescopic antennas around for your portapack) If by any chance your antennas txt got more than 8 antennas, and more than 8 matches the length of the freq / wave you want, it will only show the first 8 matching antennas and will warn you at the bottom that there are even more results (hidden). All calculations now are rounded into the best integer, considering first decimal, so precision is double than the original antenna calculator app.
…ator New Antenna length Calculator
As shown in portapack-mayhem/mayhem-firmware#88 ... Tiny bug but probably responsible for badly forming datetime in several apps, as it is used in ACARS, POCSAG and ADSB_TX (and of course AIS RX)
Fixed bug in datetime
Fix draw bearing
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
docker build: