Skip to content
Shane Saxon edited this page Aug 9, 2017 · 11 revisions

You can create a new app or integrate the core into an existing code base. ANTz is written in C with occasional wrapper functions to access other languages, primarily C++ and Python.

All core code is located in the main 'sdk/src' folder, libraries are in the 'sdk/libs' folder.

If you wish to contribute to the core code, then please skim:


[Home] - [Developer_Guide] - [C_API] - hosted at openANTz.com

also see: [Network_API] - [OSC_Schema] - [OSC_API] - [Database]

updated 2013-01-31


C - API

[Network_API] - OSC over UDP, MySQL and others [OSC_API] - OSC over UDP with JSON bridge [OSC_Schema] - Entire scene state and channel schema

[JSON_API] - JSON streams and file IO

[Database] - MySQL user docs


Planned but NOT implemented!!!

[MySQL_API] - MySQL API

[SNMP_API] - Simple Network Management Protocol for network configuration [FC_API] - Fibre Channel [IP_API] - TCP/IP and UDP/IP used by OSC

Clone this wiki locally