adhuldas/edgesync

0.2.0

Latest
uploaded 14 hours ago
Reliable store-and-forward data delivery for ESP-IDF: a durable, crash-safe flash queue with automatic retry/backoff, delivered over HTTP(S) or any pluggable transport.

3 examples

  • basic
    Minimal example demonstrating a durable queue with a simple transport that logs messages instead of sending them.
    2.67 KB
  • http
    Connects to Wi-Fi and publishes a JSON payload every 5 seconds over EdgeSync's HTTP(S) transport.
    3.71 KB
  • mqtt
    EdgeSync connects to Wi-Fi and publishes a JSON payload every 5 seconds via MQTT, queuing messages durably.
    4.27 KB