Thabo
Thabo

Reputation: 1554

Automatic network discovery of devices in java

First i wish to declare that i am not asking any code for my question or asking some one to do my project.All i need some suggestions and references to my questions to start cording

I was asked to write some automatic discovery mechanism of smart devices.Each devices must discover automatically themselves.I have some suggestions about zero config libraries,Upnp standards. I was also asked to use R-OSGI in Java to Develop a service based component for this senario.I am pretty confuse in following stuffs,

Upvotes: 3

Views: 1649

Answers (1)

apf7188
apf7188

Reputation: 455

R-OSGi came with a related project called jSLP. Both should now be available via the Eclipse Communication Framework.

SLP in general can be used to discover services (software and/or hardware) in the local network.

You might want to read up on how to integrate jSLP to answer some of your questions.

Upvotes: 1

Related Questions