Live data from Hacker News

Show HN: Mqtt Broker for 10 Years

github.com

1–2 of 2 posts

Show HN: Mqtt Broker for 10 Years

#1
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!)

Show HN: Mqtt Broker for 10 Years
github.com

Re: Show HN: Mqtt Broker for 10 Years

#2
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.