-
I am using the library in combinatino with the WiflyHQ library.
Control device: iPhone5 with TouchOSC.
uC: ArduinoMega with Wifly, directly connected to RX,TX,3.3v,GND
Sending messages from iPhone to…
-
```
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…
-
Hi,
I've run this example sucessfully, it's great. But I have some other issue. First I want to know how to get the euler angle from the Osc mesages, I add a euler case under oscMessage.oscAddress,…
-
```
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…
-
Howdy. Getting this when i go to test slcapture.py.....think it may be due to your refactoring.
```
Traceback (most recent call last):
File "slcapture.py", line 19, in
from OSC import OSC…
-
The examples are written in a way which is not easily scalable for beginners. I spend considerable time figuring out how to make this library work for me and to avoid this hassle for others, please co…
-
```
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…
-
Currently i am writing [VMC protocol support for ROMP](https://github.com/Arthur151/ROMP/issues/193), as you know.
The communication seems to work sometimes.
But sometimes VSeeFace ignores the data …
-
Hi,
For my application I need to be able to receive messages from all IP addresses which works fine by just using the **OSCPortIn(port)** constructor.
But I also need to send a reply to most recei…