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 ...
/ UDPClient_python / UDPClient_python_cpp.vcxproj Top Code Blame 163 lines (163 loc) · 9.02 KB Raw 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 ...