Shubhamjain007 / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

Bonjour/MDNS discovery support in openHAB #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. For future plug-and-play configuration of other applications accessing 
openHAB REST API it should be discoverable on the local network. The easiest 
way is Bonjour/MDNS which will provide openHAB an ability to announce it's 
existence on the local network. The standard name of openHAB service proposed 
is "_openhab-server._tcp" where openhab stands for the application name, server 
stands for the server instance of openHAB (there could be some other modules of 
openHAB on the network in future, announcing themselves, like clients, network 
devices, so we need to determine which particular openhab application/service 
is being announced).

2. A typical example use case would be a UI application (iOS, Android, other 
platforms) which is being configured to access openHAB server instance for the 
first time. Using Bonjour/MDNS it will be able to automatically discover 
openHAB server and connect to it without need to manually enter openHAB url.

Original issue reported on code.google.com by belovic...@gmail.com on 2 Feb 2012 at 10:55

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 3 Feb 2012 at 12:17

GoogleCodeExporter commented 8 years ago
Commited to 1.0.0 code, right?

Original comment by belovic...@gmail.com on 11 Apr 2012 at 10:17

GoogleCodeExporter commented 8 years ago
Right!

Original comment by kai.openhab on 12 Apr 2012 at 6:52