Skip to content
GitLab
Explore
Sign in
Commits · f825049fccef17d6da0977ba26e6337d28ee5d36
python-osc
Browse files
Jul 23, 2013
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
more tests for osc message
· 513f06b6
attwad
authored
Jul 13, 2013
513f06b6
fixed blob parsing, now correctly throws if datagram is too short
· d1fda3aa
attwad
authored
Jul 13, 2013
d1fda3aa
using offset instead of absolute index when parsing string, much more readable...
· a86d1898
attwad
authored
Jul 13, 2013
a86d1898
refactored tests structure to be discoverable, added osc_message class skeleton
· 1585a0ee
attwad
authored
Jul 13, 2013
1585a0ee
reorganizing folders
· 5df60a1b
attwad
authored
Jul 13, 2013
5df60a1b
added raw datagram viewer main script, useful to get raw tests sample
· dc12fbc1
attwad
authored
Jul 13, 2013
dc12fbc1
Jul 11, 2013
added constants for datagram sizes and head comments on modules
· 5534fda5
attwad
authored
Jul 11, 2013
5534fda5
commented
· 9fddd54f
attwad
authored
Jul 11, 2013
9fddd54f
Loading