ULAS-HiPR / relay

Real time processing chain for AgriSat running as microservices via systemd.
2 stars 1 forks source link

GPS service #8

Closed bxrne closed 5 months ago

bxrne commented 10 months ago

Is your feature request related to a problem? Please describe. As a competition requirement, GPS data needs to be recorded. We need a service to collect GPS data from the sensor to be consumed by telemetry.

Describe the solution you'd like Publish Lat,Lon to the RabbitMQ instance on a queue gps. Any params to be set via config.toml. Preferably written in a compiled language so we get more throughput.

Add unit tests and a workflow to run them.