A basic captive portal for use with the ClusterDuck Protocol. The Captvie portal includes some device configuration settings, as well as a message interface to send emergency text-based messages across the mesh.
- Primary: [e.g., TTGO T-Beam v1.1 with SX1262]
- Also Tested: [e.g., Heltec LoRa 32 V3]
Follow the instructions detailed on the Install section of the CDP Wiki.
This QuackPack is available in the OWL DMS (Device Management System).
- Visit the OWL DMS
- Select this QuackPack from the community library
- Configure your device settings
- Flash directly to your Duck device
To submit your QuackPack to the DMS: Email [email protected] with your repository details.
[Document the message format your QuackPack uses for communication]
{
"device": "DUCK001",
"type": "[message_type]",
"data": {
"[field1]": "[value1]",
"[field2]": "[value2]"
},
"timestamp": 1234567890
}[Document what messages your QuackPack can receive and handle]
- ClusterDuck Protocol Version: network-routing branch (v5.0+)
- PlatformIO: 6.0+
- ESP32 Core: 2.0.0+
- Development Environment: PlatformIO only (Arduino IDE not supported)
- OWL Integrations
- OWL DMS - Device Management System for mesh networking
- ClusterDuck Protocol
- Discord Community
- DMS Support: [email protected]
Contributions are welcome! Please follow the ClusterDuck Protocol Contributing Guidelines.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Built on the ClusterDuck Protocol by OWL Integrations.
