In your answer you mention 1 2 3 4 data, without specifying how many bytes they have. Typically the IP address needs 4 bytes, so your answer 1 2 3 4 is quite incomplete. When I receive data like that [28 0 203 204 â¦â¦.] I donât know if I have only the datagram or if I have also the IP header. So my question is how do you group the bytes to get the IP address ??? Where do the data start ? What headers do I have and with which syntax ???? Annick Le 20 oct. 2014 à 17:32, Sven Van Caekenberghe <sven@stfx.eu> a écrit :
I don't understand why you would need it, see my previous reply to your other message.
On 20 Oct 2014, at 17:23, Annick Fron <list@afceurope.com> wrote:
Hi,
Is it possible to get the documentation of the socket api signature, because otherwise I am unable to setup a UDP server ?
Annick