Skip to content
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

[enhancement] Make the Digital Twin Graph Service support other protocols #127

Open
4 tasks
ashbeitz opened this issue May 10, 2024 · 0 comments
Open
4 tasks
Labels
enhancement New feature or request

Comments

@ashbeitz
Copy link
Contributor

Description

The Digital Twin Graph Service supports interaction with the digital twin via RPC. It needs to support other protocols, like MQTT and streaming.

Here are some initial ideas on how this may be done (there are probably more):

  • It can use the instance IDs discovered when interacting with the Digital Twin Graph to lookup the associated entity access info in the Digital Twin Registry.
  • The values returned by Find and Get interactions with the Digital Twin Graph could include the entity access info.

Acceptance criteria

  • Criteria 1
  • Criteria 2
  • Criteria 3
  • ...
@ashbeitz ashbeitz added the enhancement New feature or request label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant