Q: Best Way for Device to Identify to Network? #10845
davidmcnabnz
started this conversation in
General
Replies: 1 comment 1 reply
-
Some ports provide |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Is there a recommended 'best practice' way for devices of identical hardware, and similar roles, to each identify themselves uniquely to a network?
I'm currently considering two main approaches:
instance.py
config file. The device then uses values in instance.py to announce itself. This means the deployment process generates separate instance.py files, one per device, and uploads the 'shared' file set, plus each device's specific instance.py, versusThe purpose is that once the devices are identified to the network, they can receive instructions as to how each instance should configure its pins, react to input changes, report appropriately to the network. As such, the instances would be 'soft-configured' upon startup and registration.
Any ideas/suggestions/stories?
Cheers
David
Beta Was this translation helpful? Give feedback.
All reactions