/usr/share/doc/python-txosc/README is in python-txosc 0.2.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | _
| |___ _____ ___ ___
| __\ \/ / _ \/ __|/ __|
| |_ > < (_) \__ \ (__
\__/_/\_\___/|___/\___|
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.
Note that this library does not support messages without OSC type tags.
This library also implement a synchronous sender that doesn't require the
whole Twisted framework. It should be easy to create OSC receivers with any
Python network tools from this library.
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
Examples
========
The examples starting with the "async_" prefix use Twisted.
The examples starting with the "sync_" prefix don't use it.
Requirements
============
* Twisted 8.1.0 or later
* help2man for building the man pages of osc-send and osc-receive
Authors
=======
Arjan Scherpenisse <arjan@scherpenisse.net>
Alexandre Quessy <alexandre@quessy.net>
History
=======
2009 - Written by Arjan Scherpenisse and Alexandre Quessy
2010 - Stable release 0.2
|