From OpenHome
(Difference between revisions)
Line 2: | Line 2: | ||
=== Overview docs === | === Overview docs === | ||
* Control Point (PDF) [http://www.openhome.org/releases/ohNet_ControlPointStack.pdf] | * Control Point (PDF) [http://www.openhome.org/releases/ohNet_ControlPointStack.pdf] | ||
- | * Device [ | + | * Device [coming soon] |
=== API docs === | === API docs === |
Revision as of 13:54, 27 June 2011
Overview docs
- Control Point (PDF) [1]
- Device [coming soon]
API docs
ohNet is written using C++ with std::string replaced by proprietary buffer classes. These allow for more efficient use of memory at the cost of a steeper learning curve. Memory use benefits can be especially pronounced for the Device stack. API docs [6] for this version of the stack are available but do not include the proprietary buffer classes.