Hacker News new | ask | show | jobs
Show HN: Mqtt Broker for 10 Years (github.com)
15 points by skittleson 19 days ago
Intended for 10-year (plus hopefully) deployment lifetime on $10-30 of silicon. The kind of thing you screw to a wall, plug in, and walk away from for a decade. No telemetry, no phone-home updates, no external dependencies. Storage decisions get a sanity checked against NVS wear... a write-per-PUBLISH would shred the flash in months, so the retained store and in tables that stay in PSRAM.

Its heavily written with AI and borrowed a lot of visuals from Tasmota. Not for production use yet (been currently running it for a month with great results!)

1 comments

Hey, congratulations on creating this!

While I'm already using a Raspberry Pi, NATS, docker container, etc and am happy with my setup, I am looking forward to reading over this and seeing how it works! The use of an RTOS and berry looks interesting.