Hi
Customer wants to use TCP protocol and their own packet format to communicate with their own server. Is there any reference example?
Hi
Customer wants to use TCP protocol and their own packet format to communicate with their own server. Is there any reference example?
Also, the UDP sample in the SDK is also worth looking at.
Hi
Thank you for your sample.
By the way,If the server wants to send data to nrf9160, how does the server know the IP and port number of nrf9160?
helen said:By the way,If the server wants to send data to nrf9160, how does the server know the IP and port number of nrf9160?
Do you want to host the server on the nrf9160 and send to another nrf9160? You can usually tell from the IP header the IP address and port of the sender.
helen said:By the way,If the server wants to send data to nrf9160, how does the server know the IP and port number of nrf9160?
Do you want to host the server on the nrf9160 and send to another nrf9160? You can usually tell from the IP header the IP address and port of the sender.