Skip to content

sergeLabo/pyOSCcodec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyOSCcodec

Code and decode OSC Datagram in python 3.4 and beyond.

String are latin-1 encoded and decoded.

ISO 8859-1 = ISO/CEI 8859-1 = Latin-1

This script is a part of :

SimpleOSC:

Copyright (c) Daniel Holth & Clinton McChesney.

pyOSC:

Copyright (c) 2008-2010, Artem Baguinski [email protected] et al., Stock, V2_Lab, Rotterdam, Netherlands.

Streaming support (OSC over TCP):

Copyright (c) 2010 Uli Franke [email protected], Weiss Engineering, Uster, Switzerland.

Original Sources at:

https://gitorious.org/pyosc/devel/source/6aaf78b0c1e89942a9c5b1952266791b7ae16012:

Use decodeOSC(data) to convert a binary OSC message data to a Python list.

Use OSCMessage() and OSCBundle() to create OSC message.

Documentation

See OSCcodec.html in master directory

Usage

Decode

Use decodeOSC(data) to convert a binary OSC message data to a Python list.

Create a message

Use OSCMessage() and OSCBundle() to create OSC message.

Test

Run in terminal

python3 test.py

send_receive.py is a part of https://github.com/sergeLabo/blenderOSC

Credits

  • Labomedia

License

pyOSCcodec is released under the GENERAL PUBLIC LICENSE Version 2, June 1991. See the bundled LICENSE file for details.

About

Code and decode OSC Datagram in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages