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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%