Replies: 1 comment
-
Some networks does (like CAN, LoRa etc) use nicknames instead of GUID's in there communication. A node like that still has a real GUID but don't use that GUID when it communicates with the world. Instead it use the drivers GUID with it's own nickname in the two lsb bytes of the GUID, The driver thus acts as a proxy for the node. It is still possible to read the GUID from the node and it is still identified by it. Driver GUID's always has the two lsb bytes set to zero. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
What is purpose of having GUID in each driver ?
If we consider the case of RAW ethernet driver ... end node will have its own GUID.
Then will be the use of GUID for RAW ethernet driver ?
Regards,
Dinesh
Beta Was this translation helpful? Give feedback.
All reactions