Replies: 1 comment 1 reply
-
|
Wrting custom device-service please use the guide: https://docs.edgexfoundry.org/3.1/microservices/device/sdk/devicesdk-getting-started/GettingStartedSDK-C/ There are a couple of device services that have been open source here: https://docs.edgexfoundry.org/3.1/microservices/device/DeviceService/ The EdgeX device-service is not a device, it is a collector for IoT device/machine. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Questions:
For example if I run device-random with edgex services:


I can see on localhost:8500, services tab, device-random shows green check.
Now If I check
Nodestab, then I do not see the device-random service running here.Why is there no service observed on the nodes tab ? is this based on implementation specific ? can I add this functionality using the current device-sdk-c ?
Please help in understanding the above !
Thanks
Beta Was this translation helpful? Give feedback.
All reactions