Hello,
This is what I want to do, on the network some TCP/IP UDP Broadcast packages are sent like "255.255.255.255:7778 UDP".
What I want to do is for the app (or service if that is better) to listen for packets with a:
Destination IP = 255.255.255.255
Port= 7778
Protocol= UDP
pickup each up and change the Destination Address of "255.255.255.255" of the IP packet to another IP address and then send it on it's way.
I don't even have a clue where to begin, I have never programmed on a network/packet level so don't know even what namespace to use. And adding to that I'm pretty new to programing as a whole so please have patience with me. But I do know networking and IP communication, my background is with-in Network Engineering.
Thank you for listening,
Claudio
This is what I want to do, on the network some TCP/IP UDP Broadcast packages are sent like "255.255.255.255:7778 UDP".
What I want to do is for the app (or service if that is better) to listen for packets with a:
Destination IP = 255.255.255.255
Port= 7778
Protocol= UDP
pickup each up and change the Destination Address of "255.255.255.255" of the IP packet to another IP address and then send it on it's way.
I don't even have a clue where to begin, I have never programmed on a network/packet level so don't know even what namespace to use. And adding to that I'm pretty new to programing as a whole so please have patience with me. But I do know networking and IP communication, my background is with-in Network Engineering.
Thank you for listening,
Claudio