Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [leshan-dev] Leshan server monitoring->Options

Hi,

  As explained in the website, github , the README and all over the mailing list :

"Leshan provides JAVA libraries which help people to develop their own Lightweight M2M server and client.
The project also provides a client, a server and a bootstrap server demonstration as an example of the Leshan API and for testing purpose."

  The only real API is the java API. To know connected devices see "org.eclipse.leshan.server.client.RegistrationService"

  There is another experimental API, the northbound API (for clustering), but I already give you pointer about it.

Simon


Le 17/01/2017 à 08:44, Ramakrishnan a écrit :
Hi All,

I used the leshan server demo and called the inbuilt rest API's to get the details about
1) No of clients collected
2)Objects associated with the clients
3)Create a observer request on the IPSO obejcts

Can we do the monitoring via the coap client or leshan client? Do we have the API's which returns the details like connected devices and it's objects?

Please let me know if there is any existing API(non-http) for leshan server monitoring

thanks
Ramakrishnan



_______________________________________________
leshan-dev mailing list
leshan-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/leshan-dev


Back to the top