-
Hi,
Thank you for this library. It is wonderful. I'm having a hard time debugging an issue.
I have a system with 21 nodes (arduino nano + ENC28J60, as well as Maxbotix MB1260 ultrasonic range finder…
-
Hello!
I am trying to rewrite the "Bidirectionl UDP Web Browser" example (https://github.com/colinbdclark/osc.js-examples/blob/master/udp-browser/index.js) using the "socket.io" library instead of t…
-
The code as-is does not work. The _OSCMessage_ method expects to get an address pattern. This code is passing in the IP address instead. The OSC library checks this "address pattern" and, since it…
-
I need support for the laddr argument of net.DialUDP to be able to receive messages from scsynth (the supercollider server program). I have a changeset in my fork that changes the signature of NewOscC…
-
When receiving bundles over serial (using slip serial) I often get errors (INVALID_OSC)
I traced it to this function:
https://github.com/CNMAT/OSC/blob/master/OSCBundle.cpp#L280
The strange thing i…
natcl updated
6 years ago
-
```
What steps will reproduce the problem?
I try to send some image data from a client to server. both use the oscp5 lib
(0.9.8). this is the sending part:
------
OscMessage myMessage = new OscMes…
-
```
What steps will reproduce the problem?
I try to send some image data from a client to server. both use the oscp5 lib
(0.9.8). this is the sending part:
------
OscMessage myMessage = new OscMes…
-
```
Is there any way to use TCP connections instead of UDP?
```
Original issue reported on code.google.com by `joand...@gmail.com` on 12 Nov 2011 at 8:24
-
I'm working with SLIPSerial and after I have decoded the packet I can't quickly parse it into an osc message, though all the methods are there to do it easily.
Would make this handy library even ha…
-
I think that there's a loss of a final byte in the library, and in my case it seems to be the most important byte!
I'm still hacking this together on a Wemos, so the code is messy but this code :
…