marsinstituteSC / MissionControl

Mission Control Center Application for MISC's Mars Rover, Viking III
GNU General Public License v3.0
2 stars 1 forks source link

Dummy sensor data server #2

Closed Segath closed 5 years ago

Segath commented 5 years ago

Create a dummy udp server that serves dummy data to store in a database (postgresql). Can also update the main windows counters (speed, temp...etc) with the new read value.

BerntA commented 5 years ago

We could use rover_server.py, it already acts as the dummy rover udp server, in udp_conn.py we also already check incoming packets, we just need to sort out which ones we care about, if we get a packet we care about, write to DB + some graph maybe.