I am starting out with network programming and networks in general, struggling quite a bit. I would like to make a UDP connection (socket or client) from the ethernet connection on my PC, i.e. NOT the wireless - which goes to the router to the internet.
I would like to send out a message to all devices that might be listening on the network connected at the ethernet network interface and then listen for any answers. I did see multicast mentioned for selecting a specific interface, but dont understand how to use it...
Furthermore, looking at the udpClient I'm not sure how I should listen, or recieve, any responses