RTC Data Server

The dataServer is the shaneao telemetry socket connection. It provides telemetry information to the peeko client. The data server is started automatically when shaneao starts.

dataServer.clientthread(conn, addr)

Function for handling initial client connections. This will be used to create threads

dataServer.listenerthread()

Once the client connection is established, a dedicated listenerthread is spun off to serve the telemetry data.