From OpenHome

Revision as of 14:17, 2 September 2011 by Simonc (Talk | contribs)
Jump to: navigation, search

ohNet is a full UPnP stack. Ports exist for Linux, Windows, Mac, iOS and Android. The public APIs are protocol independent and offered in C++, C#, Java, C and JavaScript (Control Point only).

UPnP services are presented as classes with actions appearing as functions and state variables appearing as member variables. These classes are referred to as proxies for users of the Control Point stack and providers for users of the Device stack.

Proxies and Providers are included for all OpenHome and UPnP AV services. If your application uses other services, ohNet includes a tool (ohNetGen) to generate proxies and/or providers from the service XML in any of the supported languages.

Source code is available under a Simplified BSD license.