Naughter Software Logo

PHue++ v1.06 A set of C++ classes to encapsulate the Philips Hue Lights API

Welcome to PHue++, a set of C++ classes which encapsulate the Philips Hue Lights API as defined at https://developers.meethue.com for Windows. The Hue API is implemented as a RESTful interface. PHue++ uses the author's WinHTTPWrappers classes to provide the HTTP connectivity and JSON++ to handle the JSON parsing. All the functionality provided is included in a C++ namespace called PhilipsHue and is included in one PHue++.h header file.

 

Usage

 

The enclosed zip file contains the PHue++ source code and a simple VC 2017 console based application which exercises all of the functionality of the class framework.

 

Copyright

 

Updates

v1.06 (5 June 2022)

v1.05 (7 November 2021)

v1.04 (1 March 2020)

v1.03 (18 December 2019)

v1.02 (12 October 2019)

v1.01 (28 April 2019)

v1.0 (13 January 2019)