rusteron-client 0.2.0

Provides core client functionalities for interacting with the Aeron protocol, such as establishing connections, subscribing, and publishing. It uses the Aeron C bindings from aeron-client module.
1
2
3
4
5
6
7
8
9
#include <stddef.h>
#include <aeronc.h>
#include <uri/aeron_uri.h>
#include <uri/aeron_uri_string_builder.h>
#include <aeron_cnc_file_descriptor.h>
#include <reports/aeron_loss_reporter.h>
#include <aeron_counters.h>
#include <aeron_agent.h>
#include <status/aeron_local_sockaddr.h>