CarletonURocketry / hysim

A simulation of the hybrid control system which can be run on POSIX platforms.
2 stars 0 forks source link

UDP Multicast #1

Closed linguini1 closed 2 weeks ago

linguini1 commented 3 weeks ago

This PR implements UDP multicasting for telemetry messages. The pad server now publishes telemetry messages to the agreed upon multicast address so that infinite clients can subscribe to the multicast group. The telemetry client is now a multicast subscriber, and is allowed to reuse ports so that multiple clients can connect to the same telemetry stream.