liblo
liblo copied to clipboard
Generalized streaming support
Add a way to use liblo's stream serialization over a user-provided transport mechanism. This is already possible on a per-message basis, but liblo's packetization support could help in generalizing the mechanism, for example embedding liblo in HTTP or websockets applications.
See discussion in #75.