From OpenHome

(Difference between revisions)
Jump to: navigation, search
(API docs)
Line 1: Line 1:
{{nav_openhome_ohnet|ohNet - Developers}}
{{nav_openhome_ohnet|ohNet - Developers}}
=== Overview docs ===
=== Overview docs ===
-
* Control Point (PDF) [http://www.openhome.org/releases/ohNet_ControlPointStack.pdf]
+
* Control Point stack (PDF) [http://www.openhome.org/releases/ohNet_ControlPointStack.pdf]
-
* Device [coming soon]
+
* Device stack [coming soon]
=== API docs ===
=== API docs ===

Revision as of 10:01, 28 June 2011

Overview docs

  • Control Point stack (PDF) [1]
  • Device stack [coming soon]

API docs

ohNet is written using C++ with std::string replaced by special buffer classes. These buffer classes 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 the buffer classes are currently undocumented.