Connecting server

Hi everyone, I installed Thinger server,
So i could connect my devices over Internet with the public ip of server?
Example

#define THINGER_SERVER “10.10.70.120”
?
If it is right i need a static public IP and open my port for the socket communication in my server? Right?

Hello,
Sure, you can do that.
I also have a VPS hosted thinger server with public IP, and now works fine.
You have to define your server IP on thinger library before compile the firmware to your embedded device.

1 Like