liblo: Lightweight OSC implementation
liblo is an implementation of the Open Sound Control protocol for POSIX systems, started by Steve Harris and now maintained by Stephen Sinclair. It is released under the GNU Lesser General Public Licence version 2.1 or greater. This means that if it is included in closed-source systems, it must be dynamically linked such that the LibLO code remains freely modifiable.
Documentation
You can read HTML API documentation online or look at example code. Man pages and PostScript docs can be built from the source tarball using doxygen.
Download
- Latest stable release: liblo 0.32
- Old Releases
Site Map
- SourceForge Project Page
- Issue Tracker
- View Git
| clone: git://liblo.git.sourceforge.net/gitroot/liblo/liblo
| mirror: git://github.com/radarsat1/liblo.git
Related projects
- Net::LibLO Perl Module
- pyliblo - liblo for Python
- aiolo - alternative Python bindings supporting asyncio