Cloud Only Examples¶
The following code demonstrates how to connect your devices to JunctionRelay Cloud directly - bypassing the need for a local server instance. However, note that you can syncronize Cloud only devices to your local instances too if you wish!
All examples feature:
- 🔐 Secure Communication: End-to-end encryption using ECDH key exchange and AES-GCM
- 🔧 Easy Registration: Simple token-based device registration process from JunctionRelay Cloud
- 🔄 Automatic Token Refresh: Access tokens are automatically refreshed to maintain connectivity
- 💾 Persistent Configuration: Device settings and tokens are stored locally
- ❤️ Health Reporting: Regular encrypted health reports to the cloud platform
🔵 Ardunino Examples¶
Cloud Device Registration + Health¶
Add JunctionRelay device health reporting to your existing Arduino projects easily
Cloud Device Registration, Health + Sensors¶
In addition to the features above, this example also provides:
- 📊 Sensor Monitoring: Demonstrates where to place your sensor data to be sent to the Cloud with your health payloads.
🍓 Raspberry Pi / Linux Examples¶
Cloud Device Registration + Health¶
A Python implementation of the JunctionRelay device client, designed to run on Raspberry Pi and other Linux systems. This client provides secure, encrypted communication with the JunctionRelay cloud platform for IoT device management and monitoring.
Cloud Device Registration, Health + Sensors¶
In addition to the features above, this example also provides:
- 📊 Sensor Monitoring: Demonstrates where to place your sensor data to be sent to the Cloud with your health payloads.