-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
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. |
I'm not prepared to pull and submit changes to this code. Wish I was! |
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. |
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
The text was updated successfully, but these errors were encountered: