Skip to content

Communicate Between Devices

The Mesh of Things provides a private overlay network that allows your devices to communicate with each other as if they were on your local network. This means you can build secure cross-device communication solutions. To reach a device on your network, you can use its private IP address, which is exposed to other devices on your network but not to the internet:

First, ensure your device is part of a firewall group that allows communication with the device you want to reach. Then you can ping or curl the device using its private IP address:

bash
ping 100.64.0.1
curl http://100.64.0.1:8080/my-app