Sorry to double post, but further investigation (sending a "/workspaces" command) shows me that the reply is actually a valid OSC message (using OSC string formats and a variable list), however the message has only one string variable which is the JSON response, is that one variable reply consistent across all reply messages?
On Friday, June 7, 2013 12:25:23 PM UTC-4, Gabriel Rives-Corbett wrote:
Hello,
I've implemented OSC over TCP using double ended SLIP as specified by OSC 1.1. However, when I read a reply back from QLab it seems as though it is just a standard string being sent back, not a properly formatted OSC message? For example, I sent the OSC Message "/version" and instead of the first character that I received back being SLIP_END it was '/', with the rest of the message following. Wireshark revealed that the message was suffixed with SLIP_END. Is it the expected behavior that QLab does not use doubled ended SLIP?
Thanks,
Gabe