SDK Version : Mesh 4.0 & SDK_16.0
Software : Segger Embedded Studio
Hardware : 2 PCA10040 devices as a client and a server
System : Windows 7
Hi,
I want to send a string from client to server.Can you please help me for the same
SDK Version : Mesh 4.0 & SDK_16.0
Software : Segger Embedded Studio
Hardware : 2 PCA10040 devices as a client and a server
System : Windows 7
Hi,
I want to send a string from client to server.Can you please help me for the same
Hi, like Bjørn mentiones in this post. You'll want to include the same code that you implemented on the client side also on the server side. This is to ensure that you can communicate from client to server, but also the other way around. Just read & implement everything after: "Inside the message_server main.c file:"