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

create the Communication Adapter #46

Closed
moritzholzer opened this issue Apr 29, 2024 · 4 comments
Closed

create the Communication Adapter #46

moritzholzer opened this issue Apr 29, 2024 · 4 comments
Assignees
Labels
Node Team This issue belongs to the Node team

Comments

@moritzholzer
Copy link
Contributor

moritzholzer commented Apr 29, 2024

Lwm2m wrapper and create events from them
make and get changes on the server

!! Every event should have its log_write(LOG_DEBUG) !!

@moritzholzer moritzholzer added the Node Team This issue belongs to the Node team label Apr 29, 2024
@moritzholzer moritzholzer self-assigned this Apr 29, 2024
@moritzholzer
Copy link
Contributor Author

First implementation of Lwm2m object

I implemented the first part of the pet object.

It lays on the connectionTesting branch.

teamagochi/node/code/dev/lwm2m at connectionTesting · smartuni/teamagochi (github.com)

For now it just can execute the hungry command and show that it chanced on the cli.

The XML representation is here:

teamagochi/node/code/dev/lwm2m/demoServer/models/32769.xml at connectionTesting · smartuni/teamagochi (github.com)

@moritzholzer
Copy link
Contributor Author

next steps:

  • create commands for every need
  • add dispatcher layer to the Adapter
  • create documentation

@moritzholzer
Copy link
Contributor Author

questions:

  • events for eg. PET_HUNGRY/PET_NOT_HUNGRY or SM internal handling

@moritzholzer
Copy link
Contributor Author

adapter working, 2nd object needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Node Team This issue belongs to the Node team
Projects
None yet
Development

No branches or pull requests

1 participant