←back to thread

579 points todsacerdoti | 2 comments | | HN request time: 0s | 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. 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 #
2. 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).