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

add lwM2M gateway design #879

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

add lwM2M gateway design #879

wants to merge 2 commits into from

Conversation

rhoninl
Copy link
Collaborator

@rhoninl rhoninl commented Apr 18, 2024

What this PR does / why we need it:
for deviceshifu only support http protocol and telemetryservice is hard to support lwM2M which protocol have pull and push at the same time
Will this PR make the community happier?
yes
Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

How is this PR tested

  • unit test
  • e2e test
  • other (please specify)
    documentation no need test
    Special notes for your reviewer:

Release note:

- add lwM2M gateway design

Copy link
Contributor

@tomqin93 tomqin93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rhoninl added some comments

docs/design/gateway/lwM2M-gateway.md Outdated Show resolved Hide resolved
docs/design/gateway/lwM2M-gateway.md Outdated Show resolved Hide resolved

For LwM2M Gateway, it will as a LwM2M client to connect a server and it will handle all request from the server over the LwM2M protocol.

### Centralized Or Distributed Gateway?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also describe from the user perspective, how will they configure their device to use centralized/distributed gateway. Since they have to point the device to an endpoint

docs/design/gateway/lwM2M-gateway.md Outdated Show resolved Hide resolved
@rhoninl rhoninl requested a review from tomqin93 April 19, 2024 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants