-
Notifications
You must be signed in to change notification settings - Fork 96
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
shared-state package requires documentation #492
Comments
shared-state distribute data in same broadcast domain. it is not suitable for pure bmx6 mesh, I would go for bmx6-sms in that case |
@G10h4ck i thought it was using link local, not broadcast, but now I see in the code here https://github.com/libremesh/lime-packages/blob/master/packages/shared-state/files/usr/bin/shared-state-get_candidates_neigh#L42 that you are filtering the neighbours of only the same broadcast domain. |
5 months have passed, has some documentation been written? |
@gmarcos87 did some documentation in spanish of it: |
I have been writing some documentation in specific packages and also in shared-state-async lime packages readme. https://github.com/libremesh/lime-packages/blob/master/packages/shared-state-async/README.adoc |
Fixed by #1142 which added documentation to this file: https://github.com/libremesh/lime-packages/blob/master/packages/shared-state-async/README.adoc Thanks @javierbrk !! |
Hi (
I would like to use the shared-state package for sending channel (and other parameter) change information around a bmx6 mesh but I am not clear how to install or use it. Do I need to install all the packages that contain the words shared-state, or just shared-state-bat_host, and then how do I create my own json to send around?
Please create a README to explain how to use the package, @G10h4ck
Thanks
The text was updated successfully, but these errors were encountered: