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

Implement ExposedThing interface #11

Open
2 tasks
JKRhb opened this issue Jul 17, 2022 · 0 comments
Open
2 tasks

Implement ExposedThing interface #11

JKRhb opened this issue Jul 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@JKRhb
Copy link
Member

JKRhb commented Jul 17, 2022

The interface is already defined in the scripting_api library and an ExposedThing class exists in the core library, but it is currently missing implementations for the methods it should provide according to the API specification. One prerequisite for a working ExposedThing is also a ProtocolServer implementation which in our case should be a basic CoapServer.

Implementation steps

  • Implement ExposedThing methods in core library.
  • Test with an implemented CoapServer or rather a mocked ProtocolServer.
@JKRhb JKRhb added the enhancement New feature or request label Jul 17, 2022
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