Adding a companion script to run concurrently with rtklib?

Is it possible to have rtklib pass solutions directly to a companion script running on the Edison for additional processing? If it is possible what would it entail to have rtklib transfer data to it? Also how would you add another script to reach? Creating the actual script is not an issue as I would be pulling from an already working arduino sketch that is Edison compatible.

2 Likes

Hello. The simplest solution possible to transfer data to an external script would be to set the solution output to tcp server. Then your script could connect and read from the tcp socket.

Adding a script is possible, you will need to ssh into the device, create the script, then create and register a systemd service to start your script on every system boot.

1 Like