MCPcopy Create free account
hub / github.com/SmingHub/Sming / startmDNS

Function startmDNS

samples/UdpServer_mDNS/app/application.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void startmDNS()
102{
103 responder.begin(hostName);
104 responder.addService(myHttpService);
105
106 test();
107}
108
109void onIndex(HttpRequest& request, HttpResponse& response)
110{

Callers 1

gotIPFunction · 0.85

Calls 2

testFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected