Skip to content

nooblucker/hueWin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

hueWin

Philips Hue Bridge UPnP discovery via UDP datagram socket (SSDP) for a windows 8 store app written in JavaScript

see discover.js for a working example to locate philips hue bridges in your network with a windows 8 store app. the baseURLs of the bridges are returned as an array.

discoverBridges({
	timeout: 1200, // wait 1.2 seconds for all devices to respond to the ssdp
	callback: function(bridges) {
		// e.g. bridges[0] = "http://your-ip:80/"
	}
});

then you can connect to the API and do whatever you want.

jQuery 2.x is used in this code.

credits

  • Lewis Benge described how he discovers his Samsung SmartTV with C# and this helped me a lot to get started

About

experiments with windows 8 store apps and philips hue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published