-
Notifications
You must be signed in to change notification settings - Fork 20
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
[User Story] As a developer I want to onboard NGSILD gateway and send MQTT data from gateway to Digital twin #446
Comments
yshashix
changed the title
[User Story] As a developer I want to onboard gateway and create MQTT connection so that I can send data from gateway to Digital twin
[User Story] As a developer I want to onboard NGSILD gateway and create MQTT connection so that I can send data from gateway to Digital twin
Nov 4, 2023
yshashix
changed the title
[User Story] As a developer I want to onboard NGSILD gateway and create MQTT connection so that I can send data from gateway to Digital twin
[User Story] As a developer I want to onboard NGSILD gateway and send MQTT data from gateway to Digital twin
Nov 5, 2023
wagmarcel
added a commit
to wagmarcel/DigitalTwin
that referenced
this issue
Dec 30, 2023
This PR provides a cleaned-up and simplified device agent. The device agent is responsible to connect to MQTT, manage the device token and forwards metrics provided over local udp/tcp protocol. The orginial oisp device admin has been removed and replaced by scripts to manage device onboarding and do test data sending. The original oisp-agent had many ways to communicate to the backend. This has been removed. Now, only the SparkplugB oriented data sending for NGSI-LD data is supported. The agent relies only on two services: (1) Keycloak and (2) MQTT. Since the onboarding only relies on Keycloak, there is a little change on activation procedure. Details are described in the README. Related Epic: IndustryFusion#432 Related User Story: IndustryFusion#446 Related Tasks: IndustryFusion#400, IndustryFusion#445, IndustryFusion#447 Signed-off-by: marcel <[email protected]>
wagmarcel
added a commit
to wagmarcel/DigitalTwin
that referenced
this issue
Dec 30, 2023
This PR provides a cleaned-up and simplified device agent. The device agent is responsible to connect to MQTT, manage the device token and forwards metrics provided over local udp/tcp protocol. The orginial oisp device admin has been removed and replaced by scripts to manage device onboarding and do test data sending. The original oisp-agent had many ways to communicate to the backend. This has been removed. Now, only the SparkplugB oriented data sending for NGSI-LD data is supported. The agent relies only on two services: (1) Keycloak and (2) MQTT. Since the onboarding only relies on Keycloak, there is a little change on activation procedure. Details are described in the README. Related Epic: IndustryFusion#432 Related User Story: IndustryFusion#446 Related Tasks: IndustryFusion#400, IndustryFusion#445, IndustryFusion#447 Signed-off-by: marcel <[email protected]> fix of copyright years Signed-off-by: marcel <[email protected]>
abhijith-hr
pushed a commit
that referenced
this issue
Jan 3, 2024
This PR provides a cleaned-up and simplified device agent. The device agent is responsible to connect to MQTT, manage the device token and forwards metrics provided over local udp/tcp protocol. The orginial oisp device admin has been removed and replaced by scripts to manage device onboarding and do test data sending. The original oisp-agent had many ways to communicate to the backend. This has been removed. Now, only the SparkplugB oriented data sending for NGSI-LD data is supported. The agent relies only on two services: (1) Keycloak and (2) MQTT. Since the onboarding only relies on Keycloak, there is a little change on activation procedure. Details are described in the README. Related Epic: #432 Related User Story: #446 Related Tasks: #400, #445, #447 Signed-off-by: marcel <[email protected]> fix of copyright years Signed-off-by: marcel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details
Acceptance Criteria
Resources:
Notes
SparkpluB standard [https://sparkplug.eclipse.org/specification/]
###Tasks:
The text was updated successfully, but these errors were encountered: