UDPSocket.cpp is the library used to send the images over the udp socket and it can be used either as a library or as a standard class. The UDPClient_python is the python client that receives the ...
I have modified the source StatsUDP.cs to use the socket class instead of UdpClient, because UdpClient is not thread safe. So far it's doing fine. I wonder if it's ...