Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 743 Bytes

srp-client.md

File metadata and controls

5 lines (3 loc) · 743 Bytes

DNSSD Service Registration Protocol Client

The DNSSD SRP client is a sample implementation implemented using a generic API that should work on a variety of platforms. Two APIs are currently offered, one for POSIX platforms and another for Thread. The API is documented in a header file.

API implementations provide functions that are used to discover network configuration information, send and receive packets, set timers, and so on. These functions must be provided for a new platform. In addition, the platform is responsible for actually invoking the SRP client, and several entry points are provided to facilitate this.