Replies: 2 comments 4 replies
-
Yes, this is definitely the goal here, while also solving the problems of scalability, security and privacy.
Currently, you need some sort of environment that can run Python 3. That's a very low requirement. You don't need a "full operating system" to do this. You can spin up RNS on a bare-metal kernel and a few extra binaries. It works perfectly and is extremely light. For running a full RNS stack on really limited devices, like low-power microcontrollers, as I find myself repeating, please have a look at the Roadmap. It's pretty clear on how these things are going to be acheived.
This is already possible, right now. It's all in the manual and examples if you read it. You can set it up in 5 minutes. |
Beta Was this translation helpful? Give feedback.
-
Python alone is not enough, you must also have a network and some sort of file system. Please show which guide allows you to use wifi as a transport layer. I would love to do something like this. ESP 6288 will do? |
Beta Was this translation helpful? Give feedback.
-
The adopted development model forces the use of a full-fledged operating system or moving everything to a platform large enough to run normal python3 there.
That's why I think it's necessary to create a Linux computer based on wifi mesh.
Despite many technologies like batman, mesh networks don't work because they are just difficult. Reticulum promises an easier setup.
If someone can show a mesh network configuration that doesn't require dns addressing, doesn't require ip address assignment and will work I think it will be something that will popularize the project.
Beta Was this translation helpful? Give feedback.
All reactions