Safe infrastructureless communications
Safe infrastructureless communications
Safe infrastructureless communications
So, ultimately, a service or band that does not require users to apply for a license (to allow anonymity), and that does not have significant content restrictions (to allow encryption, and not claim that the encryption is an attempt to evade the content restrictions), is required to meet the safety requirements.
Iām only going to be speaking of the US legal requirements here - other countries may have a different situation.
In the US, the personal radio services (the relevant ones being CB, MURS, and FRS) arenāt suitable - messages for hire, common carrier services, and obscene, profane or indecent words, language, or meaning are forbidden on those services. (You wouldnāt know that listening to a CB radio, but.) Additionally, data emissions are forbidden on CB and āplain language voice communicationsā (no obscured meaning) are required, and data emissions are heavily restricted on FRS, just leaving MURS (which has five channels).
That basically leaves Part 15 operations.
Part 15 means your performance is crap. Thereās been a lot of discussion on Fedi in the past about setting up Part 15 mesh networks (note that this is explicitly intended as always-connected, Internet-routed infrastructure when typically proposed), and that can work in a dense area, especially one underserved by traditional Internet service providers. That does not work over spread-out areas at all, though.
And, before someone says free space optical⦠I donāt want to rely on that, as free space optical links are fixed infrastructure.
Anything involving Part 15 for long distance communications must necessarily be a store-and-forward system, caching messages to propagate them across the network.
Safe infrastructureless communications
@bhtooefr This has been solved quite efficiently in Distributed Hash Table protocols https://en.wikipedia.org/wiki/Distributed_hash_table where you can quite efficiently search a large number of nodes for content without a single directory index.
re: Safe infrastructureless communications
@bhtooefr Why not? It's mostly about bandwidth and latency. On radio links latency is small, bandwidth might be more of a challenge but Kademlia DHT has variants designed for such conditions https://www.researchgate.net/publication/320212140_Performance_Analysis_of_RKADEMLIA_Pastry_and_Bamboo_Using_Recursive_Routing_in_Mobile_Networks
re: Safe infrastructureless communications
@kravietz I feel like DHTs would get unmanagable when your routes are potentially thousands of miles, and your hops are ~50-100 feet, thoughā¦