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

Raspberry Pi support #4

Open
pilotalex opened this issue Apr 27, 2021 · 4 comments
Open

Raspberry Pi support #4

pilotalex opened this issue Apr 27, 2021 · 4 comments

Comments

@pilotalex
Copy link

I've got the Python script running as a service, but it is not updating WSJT-X. I think this is an issue with it not pulling GPS (from the line "#TODO: gpsd on linux"

Any chance for an update for this?

Thank you.

@woehrer12
Copy link

This is the line in the Code for this Issue

# TODO: gpsd on linux

@flycam
Copy link

flycam commented Apr 5, 2022

I have adapted it very quickly one night to run on a pi with gpsd installed. Requirement is pygpsd, seems to work.
I'll be glad to do a pull request once I've cleaned it up a bit more.

If you just want to look/try:
https://github.com/flycam/py-wsjtx/blob/master/samples/gps-to-grid.py

@bmo
Copy link
Owner

bmo commented Apr 5, 2022

I've been a little inattentive. I'd love a PR, thanks!

@pilotalex
Copy link
Author

@flycam Thank you! I've got it up and running on my pi with only a few issues.

Line 20 should be UPDATE_TXT = False instead of UPDAE_TXT = False

and I've only gotten it to work with the default multicast address in WSJT-x, not the 224.1.1.1:5007. (line 18 and 19)

Thank you!

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

4 participants