Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
almost
/
python-osc
Public
forked from
attwad/python-osc
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 19, 2014
Merge pull request #1 from almost/patch-1
Show description for f440b8c
almost
committed
f440b8c
View commit details
Copy full SHA for f440b8c
Browse repository at this point
__builtins__ is a dict in modules in py 2.x, use __builtin__ module.
almost
committed
b433dfd
View commit details
Copy full SHA for b433dfd
Browse repository at this point
Commits on May 1, 2014
bumped version to 1.4.1 and uploaded to pypi
attwad
committed
2b0b17e
View commit details
Copy full SHA for 2b0b17e
Browse repository at this point
updated readme with correct example
attwad
committed
6367020
View commit details
Copy full SHA for 6367020
Browse repository at this point
made the example compatible with the newly returned address param
attwad
committed
752c1bd
View commit details
Copy full SHA for 752c1bd
Browse repository at this point
added address that triggered the handlers as the first argument
attwad
committed
0908e3b
View commit details
Copy full SHA for 0908e3b
Browse repository at this point
Commits on Apr 22, 2014
add test for regexp escape, escape the address passed ot the dispatcher first to not get confused if characters with special meanings were part of the osc address
attwad
committed
52525a7
View commit details
Copy full SHA for 52525a7
Browse repository at this point
fix default handler type, should be a Handler
attwad
committed
6aa6c47
View commit details
Copy full SHA for 6aa6c47
Browse repository at this point
added default handler to dispatcher
attwad
committed
3f5f143
View commit details
Copy full SHA for 3f5f143
Browse repository at this point
Commits on Apr 17, 2014
bumped version to 1.4
attwad
committed
d33069b
View commit details
Copy full SHA for d33069b
Browse repository at this point
Merge branch 'master' of https://github.com/attwad/python-osc
attwad
committed
db16047
View commit details
Copy full SHA for db16047
Browse repository at this point
add one more test for mathcing of +
attwad
committed
33b2cf5
View commit details
Copy full SHA for 33b2cf5
Browse repository at this point
allow + as a character matched by the osc address whildcard *. Fixes #7
attwad
committed
4802e94
View commit details
Copy full SHA for 4802e94
Browse repository at this point
Commits on Apr 13, 2014
Merge pull request #6 from ssfrr/builtins-import
Show description for 82e4b06
attwad
committed
82e4b06
View commit details
Copy full SHA for 82e4b06
Browse repository at this point
adds ImportException catch so osc_message_builder works on python 2.x
ssfrr
committed
1ef54ee
View commit details
Copy full SHA for 1ef54ee
Browse repository at this point
Commits on Mar 19, 2014
added test for udp client
attwad
committed
a41c1a1
View commit details
Copy full SHA for a41c1a1
Browse repository at this point
Commits on Mar 5, 2014
Merge pull request #4 from jnfbatista/master
Show description for 546b12a
attwad
committed
546b12a
View commit details
Copy full SHA for 546b12a
Browse repository at this point
Added tests for the true and false message types
jnfbatista
committed
7da1b83
View commit details
Copy full SHA for 7da1b83
Browse repository at this point
Commits on Feb 28, 2014
Merge pull request #3 from jnfbatista/master
Show description for 000c94a
attwad
committed
000c94a
View commit details
Copy full SHA for 000c94a
Browse repository at this point
Was adding extra bytes that were not needed in booleans
jnfbatista
committed
d06528e
View commit details
Copy full SHA for d06528e
Browse repository at this point
Added support for booleans.
jnfbatista
committed
4d11349
View commit details
Copy full SHA for 4d11349
Browse repository at this point
Commits on Feb 18, 2014
more coverage on nto, osc types and osc bundle+builders
attwad
committed
472eac6
View commit details
Copy full SHA for 472eac6
Browse repository at this point
Commits on Feb 17, 2014
Merge https://github.com/attwad/python-osc
attwad
committed
22f479e
View commit details
Copy full SHA for 22f479e
Browse repository at this point
more coverage for osc message builder
attwad
committed
313e357
View commit details
Copy full SHA for 313e357
Browse repository at this point
unknown param type in osc messag ehandled now
attwad
committed
ac2433c
View commit details
Copy full SHA for ac2433c
Browse repository at this point
more coverage and try catch osc message errors in osc bundle
attwad
committed
602eecf
View commit details
Copy full SHA for 602eecf
Browse repository at this point
100% coverage for osc_types
attwad
committed
56317e3
View commit details
Copy full SHA for 56317e3
Browse repository at this point
Commits on Sep 13, 2013
Make the reaktor lazerbass example listen on 0.0.0.0 by default.
attwad
committed
f002e50
View commit details
Copy full SHA for f002e50
Browse repository at this point
Make the server example listen on 0.0.0.0 by default.
attwad
committed
98649d4
View commit details
Copy full SHA for 98649d4
Browse repository at this point
Commits on Sep 3, 2013
completed server part of reaktor lazerbass example, receives input from all kind of inputs coming form lazerbass and displays it with pygame squares and fonts, also blocks on the queue input so tha…
Show description for e73e70d
attwad
committed
e73e70d
View commit details
Copy full SHA for e73e70d
Browse repository at this point
Commits on Aug 29, 2013
merged
attwad
committed
f9927ef
View commit details
Copy full SHA for f9927ef
Browse repository at this point
added base for a reaktor example, will finish later
attwad
committed
58ebca5
View commit details
Copy full SHA for 58ebca5
Browse repository at this point
Commits on Aug 15, 2013
uppping the version number with the new release 1.2
attwad
committed
b467421
View commit details
Copy full SHA for b467421
Browse repository at this point
removed empty line at the end of setup and added manifest file
attwad
committed
c76ba6f
View commit details
Copy full SHA for c76ba6f
Browse repository at this point
Commits on Jul 30, 2013
fixed rst file
attwad
committed
251fddf
View commit details
Copy full SHA for 251fddf
Browse repository at this point
Previous
Next
You can’t perform that action at this time.