Hi Michael,
Unfortunately, we do not have native support for OSC. However, if you are simply trying to send a connection to the OSC host/port, you can replace the IP and port and use the following command:
rosstalk.sendMessage("127.1.1.1", 5555, "string", null);
------------------------------
Kiran Adhikari
------------------------------