txosc : Open Sound Control (OSC) protocol for Twisted
=====================================================
  
  Open Sound Control (OSC) is an open, transport-independent, 
  message-based protocol developed for communication among computers, 
  sound synthesizers, and other multimedia devices. 
  
  This library implements OSC version 1.1 over both UDP and TCP for 
  the Twisted Python framework. 
  
  Twisted is an event-based framework for internet applications 
  which works on Python 2.3 through 2.6.  


Installing
==========

  Instructions for installing this software are in INSTALL.


Unit Tests
==========

  See our unit tests run proving that the software is bug free::

   $ trial txosc


Project Informations
====================

  URL : http://bitbucket.org/arjan/txosc
  Mailing list: https://listes.koumbit.net/cgi-bin/mailman/listinfo/txosc-toonloop.com


Authors
=======

  Arjan Scherpenisse <arjan@scherpenisse.net>
  Alexandre Quessy <alexandre@quessy.net>

