[ANN] osc4py3 - Open Sound Control package for Python 3

Laurent Pointal laurent.pointal at limsi.fr
Mon Sep 21 13:00:37 CEST 2015


Hello,

I'm please to annouce the availability of osc4py3 package, yet another 
implementation of the OSC protocol (packets manipulations, transport, messages 
routing).

* encoding/decoding of OSC message packets (including bundles)
* routing of incoming messages based on selector regexps or globbing
* timed messages with possible delay period
* named client/server for sending/subscribing
* different scheduling models (single process, totally multithread, only
   multithread for communications)
* extra processing of packets (hack points to encrypt/decrypt, sign/verify…)


PyPI: https://pypi.python.org/pypi/osc4py3
Doc: http://osc4py3.readthedocs.org/
Project: https://perso.limsi.fr/pointal/dev:osc4py3

About OSC: opensoundcontrol.org

A+
Laurent Pointal


More information about the Python-announce-list mailing list