-
Notifications
You must be signed in to change notification settings - Fork 13
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
Clarify how the node-setup example should be used #29
Comments
I'm sure I've reworked the Readme, maybe it's still pending in my work queue with some other fixes, will check this later. In the wiki it should be partly updated. About the difference between Now, the |
I think we need an example that shows a first time user (or someone lost like me 😄) how to implement a wireless link (via rime?) between two nodes, when only the EUI-64 is known. Usually I have two nodes that should communicate but have different processes to run. To be able to use the same code on both nodes I implement a node choosing process that compares the Also we should think of how the user can find the EUI-64 of his node. It is output during boot, but as far as I remember the EUI-64 should be generated from the FTDI serial number. Maybe we need a function so that the user can input the serial number of his node (that is printed on its back) and gets the EUI-64 and the default linkaddress. This way the user can setup a link between two nodes with only the serial number printed on their backs known. |
In 1290333 the NODE_ID was dropped from being used.
The examples in
examples/inga/node-setup/README.md
still tells how to set a new NODE_ID.In my scenario I have two nodes that need the link addresses 1 and 2 (for Rime). Until now I always have set the NODE_IDs to 1 and 2. What should I do with the support of the NODE_ID parameter being dropped?
For now I just set the PAN_ADDR instead of the NODE_ID. Is that a valid approach? If yes, then the README.md should be updated to reflect that.
The text was updated successfully, but these errors were encountered: