Send data from azure sphere Client device to Azure sphere Server device using TCP connection Issue

95504669 546 Reputation points
2024-11-06T13:55:31.45+00:00

Hi. I have tried using the PrivateNetworkServices sample from Github to receive data from my PC using Ethernet and it worked. I have set "eth0" as network interface but it always shows wlan0 as DHCPclient. I dont know why. But its working with ethernet. https://github.com/Azure/azure-sphere-samples/tree/main/Samples/PrivateNetworkServices
User's image

User's image

I used the above Server code in my azure device 1 and put Client code in 2nd azure device. Now I am trying to Send data from a Azure sphere Starter kit device to another starter kit. I used the Client code provided in this link to send data. Unable to use Azure Sphere device as TCP Client I have added 192.168.100.9 to my client device and Set 192.168.100.10 to my server device. I have put destination IP 192.168.100.9 is app_manifest.json on Client device using 11000 port on both devices. Still I cant make the connection between these devices. Please let me know what could be causing the problem. Thank you.
User's image

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
168 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.