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 }}
sciprogramming
/
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
Breadcrumbs
History for
python-osc
pythonosc
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 26, 2016
added a test for the datagram when no args
attwad
committed
638f6b9
View commit details
Copy full SHA for 638f6b9
View code at this point
Browse repository at this point
Commits on Mar 26, 2016
Better precision for timed message
organic-jukebox
committed
53ac331
View commit details
Copy full SHA for 53ac331
View code at this point
Browse repository at this point
Changed ntp to system time conversion
organic-jukebox
committed
2b2eb6e
View commit details
Copy full SHA for 2b2eb6e
View code at this point
Browse repository at this point
Commits on Mar 10, 2016
fixed ntp date generation test, as this function was corrected
the-drunk-coder
committed
7bea1de
View commit details
Copy full SHA for 7bea1de
View code at this point
Browse repository at this point
nicer implementation of new systemtime-to-ntp conversion
the-drunk-coder
committed
7c29a02
View commit details
Copy full SHA for 7c29a02
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
changed implementation of ntp timestamp conversion
Show description for f56b9c1
the-drunk-coder
committed
f56b9c1
View commit details
Copy full SHA for f56b9c1
View code at this point
Browse repository at this point
Commits on Dec 20, 2015
Added unit test for building no-arg message
Eugene Cherny
committed
503b7cb
View commit details
Copy full SHA for 503b7cb
View code at this point
Browse repository at this point
Fix malformed packet when no arguments provided
Eugene Cherny
committed
b6c0de3
View commit details
Copy full SHA for b6c0de3
View code at this point
Browse repository at this point
Commits on May 17, 2015
cleanups from pull request feedback
jsheedy
committed
ce07723
View commit details
Copy full SHA for ce07723
View code at this point
Browse repository at this point
Commits on May 16, 2015
added AsyncIOOSCUDPServer
jsheedy
committed
ff660ca
View commit details
Copy full SHA for ff660ca
View code at this point
Browse repository at this point
Commits on Apr 15, 2015
updated handlers_for_address docstring
jsheedy
committed
b1e67db
View commit details
Copy full SHA for b1e67db
View code at this point
Browse repository at this point
updates from PR comments
jsheedy
committed
8afddfe
View commit details
Copy full SHA for 8afddfe
View code at this point
Browse repository at this point
Changed Dispatcher.map to a default dict to support multiple mappings
jsheedy
committed
6dcd02f
View commit details
Copy full SHA for 6dcd02f
View code at this point
Browse repository at this point
Commits on Apr 14, 2015
support for wildcards in dispatch patterns
jsheedy
committed
40f303e
View commit details
Copy full SHA for 40f303e
View code at this point
Browse repository at this point
Commits on Jun 15, 2014
Merge branch 'master' of https://github.com/attwad/python-osc
attwad
committed
ecb8b85
View commit details
Copy full SHA for ecb8b85
View code at this point
Browse repository at this point
Do nop strip datagram, I have no idea why I did this before it is stupid, it causes datagrams encoded with tabs in it to be stripped so integers values like 9 would be stripped and no callback woul…
Show description for a67281e
attwad
committed
a67281e
View commit details
Copy full SHA for a67281e
View code at this point
Browse repository at this point
Commits on Jun 13, 2014
fix typo in top level comment of osc_server.py
attwad
committed
2e33c00
View commit details
Copy full SHA for 2e33c00
View code at this point
Browse repository at this point
Commits on May 19, 2014
__builtins__ is a dict in modules in py 2.x, use __builtin__ module.
almost
committed
b433dfd
View commit details
Copy full SHA for b433dfd
View code at this point
Browse repository at this point
Commits on May 1, 2014
added address that triggered the handlers as the first argument
attwad
committed
0908e3b
View commit details
Copy full SHA for 0908e3b
View code at this point
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
View code at this point
Browse repository at this point
fix default handler type, should be a Handler
attwad
committed
6aa6c47
View commit details
Copy full SHA for 6aa6c47
View code at this point
Browse repository at this point
added default handler to dispatcher
attwad
committed
3f5f143
View commit details
Copy full SHA for 3f5f143
View code at this point
Browse repository at this point
Commits on Apr 17, 2014
Merge branch 'master' of https://github.com/attwad/python-osc
attwad
committed
db16047
View commit details
Copy full SHA for db16047
View code at this point
Browse repository at this point
add one more test for mathcing of +
attwad
committed
33b2cf5
View commit details
Copy full SHA for 33b2cf5
View code at this point
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
View code at this point
Browse repository at this point
Commits on Apr 13, 2014
adds ImportException catch so osc_message_builder works on python 2.x
ssfrr
committed
1ef54ee
View commit details
Copy full SHA for 1ef54ee
View code at this point
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
View code at this point
Browse repository at this point
Commits on Mar 5, 2014
Added tests for the true and false message types
jnfbatista
committed
7da1b83
View commit details
Copy full SHA for 7da1b83
View code at this point
Browse repository at this point
Commits on Feb 28, 2014
Was adding extra bytes that were not needed in booleans
jnfbatista
committed
d06528e
View commit details
Copy full SHA for d06528e
View code at this point
Browse repository at this point
Added support for booleans.
jnfbatista
committed
4d11349
View commit details
Copy full SHA for 4d11349
View code at this point
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
View code at this point
Browse repository at this point
Commits on Feb 17, 2014
more coverage for osc message builder
attwad
committed
313e357
View commit details
Copy full SHA for 313e357
View code at this point
Browse repository at this point
unknown param type in osc messag ehandled now
attwad
committed
ac2433c
View commit details
Copy full SHA for ac2433c
View code at this point
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
View code at this point
Browse repository at this point
100% coverage for osc_types
attwad
committed
56317e3
View commit details
Copy full SHA for 56317e3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.