Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] Resource discovery strategy

On Fr, 2016-06-24 at 21:12 -0400, Ajay Krishna Teja Kavuri wrote:
> Dear Awesome Devs,
> 
> I am Masters student from West Virginia University and interested in
> knowing more about the resource discovery strategy in Californium;
> how are resources discovered and registered?.
Resources are registered by means of invoking CoapServer.add(Resource)
See [1] and [2] for examples.

Not sure what you mean by discovery. However, the Californium Tools
module contains a resource implementing the 
/.well-known/rd mechanism [3]. Maybe that's what you were looking for?

[1] https://github.com/eclipse/californium/blob/master/demo-apps/cf-hel
loworld-
server/src/main/java/org/eclipse/californium/examples/HelloWorldServer.
java
[2] https://github.com/eclipse/californium/blob/master/demo-apps/api-de
mo/src/org/eclipse/californium/examples/CoapResourceTreeExample.java
[3] https://github.com/eclipse/californium.tools/tree/master/cf-rd

>  Any 
> insight/materials/papers in this area is very much appreciated. 
> 
> -- 
> Thanks and Regards,
> 
> Ajay Krishna Teja Kavuri
> 
> _______________________________________________
> cf-dev mailing list
> cf-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cf-dev

Back to the top