18#ifndef PROTOCORE_MDNS_SERVICE_H
19#define PROTOCORE_MDNS_SERVICE_H
36bool pc_mdns_begin(
const char *hostname, uint16_t http_port = 80);
bool pc_mdns_add_service(const char *service_type, const char *proto, uint16_t port)
Advertise an additional service, e.g. ("_https", "_tcp", 443).
bool pc_mdns_txt(const char *key, const char *value)
Add a TXT key/value record to the advertised _http._tcp service.
bool pc_mdns_begin(const char *hostname, uint16_t http_port=80)
Start mDNS responder and advertise an HTTP service.
User-facing configuration for ProtoCore.