Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geo-location on KiwiSDR #3

Open
ka7u opened this issue Nov 21, 2017 · 3 comments
Open

Geo-location on KiwiSDR #3

ka7u opened this issue Nov 21, 2017 · 3 comments

Comments

@ka7u
Copy link

ka7u commented Nov 21, 2017

This Kiwirecorder.py is very nice! Thank you!
So this makes it look like I'm in Antarctica when I use the recorder.

grep -nri antarctica .

./kiwifax.py:372: self.set_geo('Antarctica')
./kiwirecorder.py:46: self.set_geo('Antarctica')

So I can edit it to show KA7U for my call sign, but I wonder if the recorder might use another method to determine geo-location?
Ron
KA7U

@dev-zzo
Copy link
Owner

dev-zzo commented Nov 22, 2017

Hi Ron,

I am happy to hear that someone finds use for this script besides me.

As for the location, it can easily be made a command line option so you don't have to edit it manually each time. Throwing in a GeoIP database querying would be too much work for this, I believe.

If you are willing to submit a pull request, please do.

@ka7u
Copy link
Author

ka7u commented Nov 22, 2017

I'm not prepared to pull and submit changes to this code. Wish I was!
Ron - KA7U

@jks-prv
Copy link
Contributor

jks-prv commented Nov 29, 2017

I think I have fixed this problem. There was a bug in the Kiwi code that does a geolocation lookup on the connecting ip source address. The lookup would fail randomly base on the value of an uninitialized stack variable, so the behavior was unpredictable.

dev-zzo pushed a commit that referenced this issue Dec 1, 2017
GPS timestamps for IQ mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants