Here i want to do UDP Socket programming in C.
I have one device i want to send some message on my device from host machine. so i want to make this thing via UDP socket Programming.
So Can Any body suggest me the way how can i achieve this goal.
I want to do UDP socket programming.(Client and Server and send Message to device using this).
thanks
There is a lot of sites that gives examples on how do that:
For example, the following site:
UDP Example