Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
void startmDNS()
102
{
103
responder.begin(hostName);
104
responder.addService(myHttpService);
105
106
test();
107
}
108
109
void onIndex(HttpRequest& request, HttpResponse& response)
110
{
Callers
1
gotIP
Function · 0.85
Calls
2
test
Function · 0.85
begin
Method · 0.45
Tested by
no test coverage detected