Networking API. More...
#include "mo_def.h"#include "mo_thread.h"#include "UdpSocket.h"#include "OscReceivedElements.h"#include "OscPacketListener.h"#include "OscOutboundPacketStream.h"#include <iostream>#include <map>Go to the source code of this file.
Classes | |
| class | MoNetOSCPacketListener |
| listen to incoming OSC messages More... | |
| class | MoNetSender |
| TODO. More... | |
| struct | MoNetCallback |
| hold a OSC Receive Callback and its associated data More... | |
| class | MoNet |
| Osc networking (static class). More... | |
Typedefs | |
| typedef void(* | MoNetReceiveCallback )(osc::ReceivedMessageArgumentStream &argument_stream, void *data) |
| definition for the general MoNet callback function | |
Networking API.
Mobile Music research @ CCRMA, Stanford University: http://momu.stanford.edu/
definition for the general MoNet callback function
To receive incoming osc messages, create a callback with this type definition, register the callback, and start receiving network events.
1.7.1