-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi as mesh node #30
Comments
I wrote easyMesheD that can receive messages and send messages to the mesh. It does need to actively connect to the mesh, so if you want to also connect to the wider network at the same time then you need two network cards on your raspberry pi. I am currently writing an improved version as well that basically act as a full node as part of painlessMesh, which is a fork of easyMesh (easyMesh seems to have been abandoned). |
This seems like a good enough solution, thank you! |
Hi, Had you succeeded in using raspberry pi as a mesh node ? |
No, I had problems with the whole mesh and postponed it. |
Thanks. But the painlessMeshListener is not working. Infact there is no any procedure regarding its usage. |
I put some notes on its usage on the painlessMesh wiki and in the readme (although indeed minimal). Maybe if you raise some issues I can help you solve your problem. You can also try to contact me on gitter. https://gitter.im/painlessMesh/Lobby |
I want to write a python port for this library that basically allows a Raspberry/Orange/Banana/Panda board to create a wifi hotspot and have at least one ESP8266 node connected to it.
After some easyMesh source code skimming, I'm thinking of doing something like this :
What do I want from this port, ordered from most important to least :
The text was updated successfully, but these errors were encountered: