openthread-br
0.3.0-72c0388
|
#include <memory>
#include <set>
#include <vector>
#include <avahi-client/client.h>
#include <avahi-client/lookup.h>
#include <avahi-client/publish.h>
#include <avahi-common/domain.h>
#include <avahi-common/watch.h>
#include "mdns.hpp"
#include "common/code_utils.hpp"
#include "common/mainloop.hpp"
#include "common/time.hpp"
Go to the source code of this file.
Classes | |
class | otbr::Mdns::PublisherAvahi |
This file includes definition for mDNS publisher based on avahi.