forging raw bytes and sending them over UDP
Hello,
I need to forge UDP datagram with specific 8 bytes length data payload.
I have to control a showcontrol proDAP (interface to control a big DMX network) by sending those bytes to trigger sequence etc.
Using wireshark to verify that, I figured out I cannot do that with udpsend.
So I discovered aka and https://cycling74.com/forums/sending-8-bit-bytes-via-udp
But using windows on all my installations, I can't use aka (or I didn't figure out how to use it)
Any ideas? trick ? tips?
Check out the UDP objects in sadam library, have used it for receiving raw UDP...
ok Luke & thanks!
checking that right now :)
reposting later!
David, could you share your class for the receiver as well?