Skip to content
GitLab
Explore
Sign in
Commits · 032883b0829d7d6a5e45048c4ec324169f31c226
python-osc
Browse files
Jul 26, 2013
handling time of messages in the server correctly now
· 032883b0
attwad
authored
Jul 26, 2013
032883b0
Merge branch 'master' of
https://github.com/attwad/python-osc
· 038fdb8a
attwad
authored
Jul 26, 2013
038fdb8a
made the interface simpler to add arguments to a message, the type is guessed at runtime
· 74b9831a
attwad
authored
Jul 26, 2013
74b9831a
Jul 24, 2013
comment on udp client init
· 41f7656d
attwad
authored
Jul 24, 2013
41f7656d
main comments on the udp packet class
· af769cd4
attwad
authored
Jul 24, 2013
af769cd4
Removed useless logging.debug statements in OscMessage
· efb73714
attwad
authored
Jul 24, 2013
efb73714
Add comments for public methods of OscBundle
· a2caec1e
attwad
authored
Jul 24, 2013
a2caec1e
Jul 23, 2013
removed installation instructions until they work (until I upload to pypi)
· a78c6e01
attwad
authored
Jul 23, 2013
a78c6e01
simplified example imports and added a todo for message builder
· f825049f
attwad
authored
Jul 23, 2013
f825049f
changed readme from md to rst so that pypi and github both understand it
· 0fcc45bf
attwad
authored
Jul 23, 2013
0fcc45bf
added simple client example
· f7ec806f
attwad
authored
Jul 23, 2013
f7ec806f
changing imports to include base pythonosc module name so that imports work...
· bffc3090
attwad
authored
Jul 23, 2013
bffc3090
renamed src to pythonosc as it will be the package name once I figure out how...
· 3e294157
attwad
authored
Jul 23, 2013
3e294157
moved the sources and tests to a subfolder src to prepare for distribution
· 58bc3929
attwad
authored
Jul 23, 2013
58bc3929
Jul 21, 2013
added very simple udp client
· 8b369231
attwad
authored
Jul 21, 2013
8b369231
added osc bundle builder
· 6d22ff40
attwad
authored
Jul 21, 2013
6d22ff40
added osc message builder
· 03b9d7ad
attwad
authored
Jul 21, 2013
03b9d7ad
fixed bug where blobs would ahve the total size, not the data size associated with them
· d08dcb5c
attwad
authored
Jul 21, 2013
d08dcb5c
fixed test of blob building
· f80fc04b
attwad
authored
Jul 21, 2013
f80fc04b
more tests for blob building type
· 37551f59
attwad
authored
Jul 21, 2013
37551f59
added methods to build datagrams for basic types
· a1e834bb
attwad
authored
Jul 21, 2013
a1e834bb
readme updated to reflect progress
· 38160727
attwad
authored
Jul 21, 2013
38160727
various implementations and tests for osc server
· 60fc93be
attwad
authored
Jul 21, 2013
60fc93be
Jul 20, 2013
Merge branch 'master' of
https://github.com/attwad/python-osc
· fe39127f
attwad
authored
Jul 20, 2013
fe39127f
can now pass a list of arbitrary argument to any registered handler
· 80838bff
attwad
authored
Jul 20, 2013
80838bff
Jul 17, 2013
comment on module function to get the messages from nested bundles
· 751dad26
attwad
authored
Jul 17, 2013
751dad26
Jul 16, 2013
comments on init of OscPacket
· 81238a34
attwad
authored
Jul 16, 2013
81238a34
made the osc messages parameters just a list instead of an indexed dict, made no sense
· 375609fc
attwad
authored
Jul 16, 2013
375609fc
added osc packet class
· 3adca851
attwad
authored
Jul 16, 2013
3adca851
use 0 instead the string immediately to not mix int and strings in some tuples
· c21e0a4a
attwad
authored
Jul 16, 2013
c21e0a4a
Jul 15, 2013
Changed float parsing behavior to match Reaktor's behavior
· 99a68c16
attwad
authored
Jul 15, 2013
99a68c16
Jul 14, 2013
more tests for dispatcher and osc message
· 912d5393
attwad
authored
Jul 14, 2013
912d5393
added an iterator over parameters of an Oscmessage
· a5d9799f
attwad
authored
Jul 14, 2013
a5d9799f
added dispatcher
· 028df888
attwad
authored
Jul 14, 2013
028df888
removing wrongly committed temp files
· 533286c6
attwad
authored
Jul 14, 2013
533286c6
pep8 function names for osc_message.py
· abc50d59
attwad
authored
Jul 14, 2013
abc50d59
more pep8 friendly function names
· 88511c7b
attwad
authored
Jul 14, 2013
88511c7b
more tests for osc bundle
· 7be8d20b
attwad
authored
Jul 14, 2013
7be8d20b
added osc bundle withh basic tests, and __init__.py files
· 7aaeedf0
attwad
authored
Jul 14, 2013
7aaeedf0
Jul 13, 2013
made the GetString return a python string instead of the raw datagram
· 2930f0d8
attwad
authored
Jul 13, 2013
2930f0d8
Loading