Gaspard Bucher
2014-08-19 13:12:04 UTC
Hi everyone,
I just released "osc", a Lua library to pack/unpack OSC messages. The
library is based on oscpack by Ross Bencina.
Compared to oscpack, this library adds support for sending key/value pairs
(hash). If anyone thinks adding Hash support to oscpack is interesting
outside of Lua, I can send a patch to Ross. Type values for a Hash are: '{'
(start hash), '}' (end hash). Encoding is simple it simply alternates
string (for key) and value type: {sfsfss}.
The library is really simple and has just two methods: pack and unpack.
osc for lua documentation <http://doc.lubyk.org/osc.html>
Cheers,
Gaspard
I just released "osc", a Lua library to pack/unpack OSC messages. The
library is based on oscpack by Ross Bencina.
Compared to oscpack, this library adds support for sending key/value pairs
(hash). If anyone thinks adding Hash support to oscpack is interesting
outside of Lua, I can send a patch to Ross. Type values for a Hash are: '{'
(start hash), '}' (end hash). Encoding is simple it simply alternates
string (for key) and value type: {sfsfss}.
The library is really simple and has just two methods: pack and unpack.
osc for lua documentation <http://doc.lubyk.org/osc.html>
Cheers,
Gaspard