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.
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 viaconfig.toml
. Preferably written in a compiled language so we get more throughput.Add unit tests and a workflow to run them.