Skip to content
GitLab
Explore
Sign in
Commits · 56317e391ed9da452a9f9f0f5471aef41a91cedd
python-osc
Browse files
Feb 17, 2014
100% coverage for osc_types
· 56317e39
attwad
authored
Feb 17, 2014
56317e39
Sep 03, 2013
completed server part of reaktor lazerbass example, receives input from all...
· e73e70da
attwad
authored
Sep 03, 2013
e73e70da
Aug 29, 2013
merged
· f9927ef7
attwad
authored
Aug 29, 2013
f9927ef7
added base for a reaktor example, will finish later
· 58ebca5f
attwad
authored
Aug 29, 2013
58ebca5f
Aug 15, 2013
uppping the version number with the new release 1.2
· b4674219
attwad
authored
Aug 15, 2013
b4674219
removed empty line at the end of setup and added manifest file
· c76ba6f0
attwad
authored
Aug 15, 2013
c76ba6f0
Jul 30, 2013
fixed rst file
· 251fddf6
attwad
authored
Jul 30, 2013
251fddf6
version 1.1 uploaded
· f20040f2
attwad
authored
Jul 30, 2013
f20040f2
Jul 29, 2013
ran flake8 over the whole repository and fixed all but indent warnings
· 5fd00cfa
attwad
authored
Jul 29, 2013
5fd00cfa
Jul 27, 2013
added setup script, uploaded to pypi
· 40f6e830
attwad
authored
Jul 27, 2013
40f6e830
copied examples to the README.rst file
· 182098b5
attwad
authored
Jul 27, 2013
182098b5
added simple server eexample
· 93a8b006
attwad
authored
Jul 27, 2013
93a8b006
Jul 26, 2013
use named tuples for handler callbacks and arguments
· 2266a17a
attwad
authored
Jul 26, 2013
2266a17a
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
Loading