Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1002 Bytes

File metadata and controls

32 lines (22 loc) · 1002 Bytes

mDNSWrapper

A wrapper library for accessing mDNS functionality of Zeroconf networking in a cross-platform way.

Components

  • MDNSManager.hpp
    • MDNS::MDNSService class represents service information to be registered with mDNS server
    • MDNS::MDNSServiceBrowser class provides callback methods to be implemented by the user and registered to receive notifications from mDNS server
    • MDNS::MDNSManager class provides API to access mDNS functionality

Dependencies

Building

Compile with a C++11 compliant compiler:

cmake .
make

Contact

Dmitri Rubinstein, German Research Center for Artificial Intelligence (DFKI), Saarbruecken

e-mail: [email protected]