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
+1 -1
View File
@@ -29,7 +29,7 @@
using namespace pipedal;
using namespace std;
const bool ENABLE_KEEP_ALIVE = false;
const bool ENABLE_KEEP_ALIVE = true;
using tcp = boost::asio::ip::tcp; // from <boost/asio/ip/tcp.hpp>
+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;
+1 -1
View File
@@ -30,7 +30,7 @@ p2p_device_type=1-0050F204-1
# Wi-Fi configuration
wlanInterface=wlan0
p2pInterface=p2p-dev-wlan0
p2p_go_ht40=0
p2p_go_ht40=1
p2p_go_vht=0
p2p_go_he=0