Skip to content

Open Sound Control server and client in pure python

License

Notifications You must be signed in to change notification settings

cyberic99/python-osc

This branch is 5 commits ahead of, 223 commits behind attwad/python-osc:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

13c46eb · Feb 25, 2018
Nov 4, 2016
Feb 25, 2018
Jul 13, 2013
Apr 15, 2015
Feb 25, 2017
Jul 28, 2014
Aug 15, 2013
Feb 25, 2018
Dec 19, 2017

Repository files navigation

python-osc

Open Sound Control server and client implementations in pure python (3.4+).

Friendly WIP fork of https://github.com/attwad/python-osc

Current issues:

  • verify_request() always returns True
  • asyncio stuff not tested (asyncio.DatagramProtocol => asyncio.Protocol) ...
  • the new file is named osc_server_tcp.py... should we rename osc_server.py => osc_udp_server.py ?
  • maybe use the same def _call_handlers_for_packet(data, dispatcher) for UDP and TCP

About

Open Sound Control server and client in pure python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%