-
Notifications
You must be signed in to change notification settings - Fork 407
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 support of NIDD transport for Lora and 3GPP #1046
Comments
@Przem83, @MichalWadowskiOrange, I created a dedicated issue to talk about NIDD transport. (#1034 (comment)) @madhushreegc as you already have some code which seems to run Leshan with NIDD, you may be interested (or could help) about this topic. I link some previous issue/work/talk about that : |
@sbernard31 , Sure . Connector we have implemented our own to integrate with the other channels . |
@Michal-Wadowski I see you start investigating on this. I have no experience with this transport layer at all and one of my current concern about this feature is how this will be tested/testable ? (This is maybe a very naive question but does it needed any hardware or specific tool to do that ?) |
I'm currently do a research with my team. At first step we want to make sure that we can just implement some kind of connector that would work with Leshan without specific IP dependencies. For now we don't know how should the final product looks like. |
AFAIK, there is still too much stuff depending on an IP-address (InetSocketAddress).
For both, map the "native address" into IPv4 or IPv6 addresses. Please omit multicast/broadcast addresses.
|
@Michal-Wadowski is it something Orange need ? or this is more to try to make Leshan 2.0 feature complete about LWM2M v1.1 ? |
@madhushreegc, I move forward about transport layer abstraction. #1025 If you want, you could try to implement to add a NIDD with this new abstraction maybe inspiring yourself by #1312 |
Sure, I will try this out. I am quite busy now , later next month mid I will try. |
This aims to centralize discussion about support of NIDD transport in Leshan.
LoRaWAN :
CIoT :
The text was updated successfully, but these errors were encountered: