-
|
Dear all, The idea is to use raspberry pi + Ublox ZED F9P (rapi will have wifi connection or usb tethering via phone and have internet access) so would like to have functionality:
Is it possible to have all that running inside Python script ? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @ivicajan, So the simple answer is - yes, it's perfectly possible to do all that within a Python Script, though it wouldn't be 'simple'. I'm not in a position to help you write your application code, but I'm happy to provide guidance on the use of pygnssutils. You're on the right track with the examples you've cited. It would be helpeful to understand your overall objectives here - what is it you're ultimately looking to achieve? FYI The gnssstreamer CLI utility will do much of what you ask from the command line, e.g. the following command will:
gnssstreamer --port /dev/ttyACM1 --cliinput 1 --input "http://rtk2go.com:2101/MYMOUNTPOINT" --rtkuser myusername@mydomain.com --rtkpassword mypassword --rtkggaint 10 --clioutput 3 --output 192.168.0.27:50012 --format 2 --verbosity 2If you want to run this as a script rather than a CLI, have a look at the API documentation for GNSSStreamer in the first instance and get back to me with any further queries. Essentially you'd need to override the default |
Beta Was this translation helpful? Give feedback.
Hi Steve,
Thanks a lot for a swift answer.
I had a look at the pygnssutils and made initial test on the gnssstreamer to see if NTRIP is working.
However, was not aware it can broadcast standard NMEA0183 format I used example from their site with pipe to lambda function. Options you suggested "-clioutput 3 --format 2" possibly did the trick!
Possibly there is no need for Python, I can pack all that into shell script and even capture packets from TCP using netcat and store result into separate logfile.
Just from the curiosity, the NEO-D9S chip could be able to receive L1/L2 satellite corrections that are not pointperfect only? In other words possibly free data from the GALILEO HAS (https://…