Hi,
I just want to implement OSC over XMLRPC. The AgsOscServer is yet implemented using UDP/TCP sockets.
I did some research about XMLRPC because I was unsure if I can send continuing OSC messages over XMLRPC from server to client. It is for monitoring and it is streaming like:
http://nongnu.org/gsequencer/help/osc-docs/2.3.2/ch08.html
I figured out that HTTP 1.1 specifies chunked transfer encoding. See here:
https://tools.ietf.org/html/rfc2616#section-4.4
https://tools.ietf.org/html/rfc2616#section-3.6
First, is it supported by libsoup? Would it be the right approach at all?
by Joël