←back to thread

579 points todsacerdoti | 4 comments | | HN request time: 0.663s | source
1. 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 #
2. stevenAthompson ◴[] No.44289083[source]
Is it legal in the USA? I seem to recall that ham operators aren't allowed to encrypt their traffic, that's one reason I never got around to getting licensed. Maybe LoRs allows for it because it's unlicensed?
replies(1): >>44289417 #
3. stevenAthompson ◴[] No.44289417[source]
Ignore me, I answered my own question. Encryption is still illegal on HAM bands, but legal for things like LoRa that are unlicensed (hence WiFi).
4. 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.