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

Function startServers

samples/HttpServer_ConfigNetwork/app/application.cpp:211–215  ·  view source on GitHub ↗

Will be called when system initialization was completed

Source from the content-addressed store, hash-verified

209
210// Will be called when system initialization was completed
211void startServers()
212{
213 startFTP();
214 startWebServer();
215}
216
217void scanNetworks();
218

Callers

nothing calls this directly

Calls 2

startFTPFunction · 0.70
startWebServerFunction · 0.70

Tested by

no test coverage detected