-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SMS Binding Support #695
Comments
SMS is not supported by Leshan for now and to be honest there is no plan for it at short or mid term. AFAIK, SMS support could be a tricky part especially because DTLS over SMS. RFC 7925 could give you some hints about that. Currently, I don't know any implementation which support it. I suppose a natural way to support this in Leshan would be to create new Californium connectors for CoAP over SMS and CoAP over DTLS over SMS. Lot of work in perspective !! About DTLS over SMS, I suspect the tricky part could be the verbose Handshake ... Maybe the CID extension could help because handshake could be done over UDP then APPLICATION_DATA could be sent via SMS (I'm not even sure this use case makes sense 🤔) If you move forward on this subject, please share your success or failure with us ! 🙏 (duplicate of : #233) |
I don't know a "common java SMS API", but the "java InternetProtokol API (java.net)" is very common. |
There are some Web API offers for sending SMS generally, but they come with costs. See also how-to-send-sms-in-java. |
pls help confirm whether the latest Leshan framework supports uses the WAP/SMS option to wake up the device? |
As I wrote: I would appreciate, if you reconsider, that a leshan client is for demo and mainly rely on the APIs java is offering. With that, no FOTA nor SMS nor "persistent coap-server observes" are that useful for this simple demo-client. |
As said at #695 (comment), and in the supported features, SMS binding is not supported for now by Leshan. So for now, up to users to implement this part of the spec using API available in their production environment. There is no plan to implement it at short/mid term. As explained in this thread, the main reason : we don't known about a common java API to send/receive SMS. Please do not hesitate to share any ideas/information which could help to find a way to add this to Leshan. |
I'm wondering if leshan plans to support sms to deliver wap push to server -> client.
I would like to use the wap push feature from the server on a client device that supports sms, but now leshan does not support sms related functionality. I wonder if there is a future support plan.
I have confirmed that it is supported by the oma specification, but I am not aware of it in the lwm2m specification.
The lwm2m specification comes with sms support, but if you do not have an implementation plan, I would like to know if I need to make a lot of modifications or implementations to use sms functionality with leshan.
plz, I ask for confirmation. thanks.
The text was updated successfully, but these errors were encountered: