Added new "1_presentation/example_10_posix_udp" - demonstrates how to publish and subscribe to RAW (aka void) messages using presentation layer Publisher<void> and Subscriber<void> classes. This "example_10" made almost self-sufficient - only UDP media creation is done via helpers.
Moved examples under "0_transport" and "1_presentation" sub-folders according to which layer they belongs to (mainly).
presentation::Subscriber<void>
.void
) messages using presentation layerPublisher<void>
andSubscriber<void>
classes. This "example_10" made almost self-sufficient - only UDP media creation is done via helpers.Also: