P2P+mDNS experiment

This commit is contained in:
Robin Davies
2022-05-07 00:08:06 -04:00
parent f0f075ae4e
commit c6dc195f8e
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -36,6 +36,7 @@
#include "WifiDirectConfigSettings.hpp"
#include "AdminClient.hpp"
#include "AvahiService.hpp"
#include <thread>
@@ -73,6 +74,7 @@ public:
class PiPedalModel: private IJackHostCallbacks {
private:
std::unique_ptr<std::jthread> pingThread;
AvahiService avahiService;
uint16_t webPort;