node-osc icon indicating copy to clipboard operation
node-osc copied to clipboard

[ DEPRECATED: Now maintained by https://github.com/TheAlphaNerd/node-osc ] OSC protocol library for Node.js

Results 4 node-osc issues
Sort by recently updated
recently updated
newest added

Hey, I update your osc.js file to work the current version (v0.6.12) of node.js. Thought you might want pull it in.

Hello, I'm using your awesome node-osc to a personal project (http://automata.cc/osc-web). I need some OSC Server so I've implemented that. It's not complete but I think we are more close...

I got the following error. ``` dgram.js:321 throw new Error('implicit bind failed'); ^ Error: implicit bind failed at Socket._startReceiving (dgram.js:321:13) at Socket.send (dgram.js:177:8) at Object.Client.send (/Users/knev/Project-IoMOOT/trunk/nodejs/node_modules/node-osc/lib/osc.js:84:28) at Socket. (/Users/knev/Project-IoMOOT/trunk/nodejs/osc+proxy.js:187:12) at...

ints and floats are not unpacked correctly under node 0.4.2 due to conversion of input data from a binary buffer to a string in _readString() method. the 'rest' return value,...