There are plenty of drones (and other gadgets) you can buy online that use proprietary control protocols. Of course, ...
I'm interested in writing automation software for an online game (Magic The Gathering Online) but in order to do that I need to figure out what is being sent back/forth between the client and server.
At work, we are sending data over a radio via UDP. This is very slow. My understanding of how UDP works is that it will send many packets; these packets are then reconstructed on the receiving machine ...