←back to thread

579 points todsacerdoti | 1 comments | | HN request time: 0.207s | source
Show context
1706213 ◴[] No.44289019[source]
I would use Reticulum instead of Meshtastic. https://reticulum.network

Pros: - it can actually scale past 20 devices - Forward secrecy encryption - Is designed to support multiple underlying transport systems such as TCP or LoRa - Announce based routing rather than flooding the entire network which is order of magnitudes faster Cons: - Not as many nodes as Meshtastic has - Python implementation with no C implementation (can be speed up with cython however)

replies(2): >>44289083 #>>44290425 #
1. alnwlsn ◴[] No.44290425[source]
Nice, it took less than a minute to find a PDF of the docs. That's already more seriously "offline" than the alternatives.