37#ifndef DETERMINISTICESPASYNCWEBSERVER_NTRIP_CASTER_LISTENER_H
38#define DETERMINISTICESPASYNCWEBSERVER_NTRIP_CASTER_LISTENER_H
42#if DETWS_ENABLE_NTRIP_CASTER
57bool det_ntrip_caster_add_mount(uint8_t listener_id,
const NtripMount *mount,
const char *auth_b64);
63int det_ntrip_caster_broadcast(
const char *mountpoint,
const uint8_t *data,
size_t len);
66int det_ntrip_caster_subscriber_count(
const char *mountpoint);
69void det_ntrip_caster_reset(
void);
User-facing configuration for DeterministicESPAsyncWebServer.
NTRIP caster protocol codec (DETWS_ENABLE_NTRIP_CASTER) - the pure, host-tested core.