-
Notifications
You must be signed in to change notification settings - Fork 1
Module thc_HttpDServer
Andreas Drollinger edited this page Nov 8, 2019
·
14 revisions
This module provides a HTTP server that provides debugging features, like running Tcl commands on the THC server, getting device states, getting files, etc. There features are accessible by accessing via a web browser the port opened by this HTTP server.
The HTTP debug server uses the HTTP protocol 1.0. It doesn't provide any security or authentication and should therefore be disabled in an insecure environment.
Start the HTTP server. This command starts an HTTP server at the specified port. It accepts Tcl commands, evaluates them, and returns the result.
Parameters | Description |
---|---|
Port | HTTP port |
HTTP server socket identifier
thc::HttpDServer::Start 8085
Closes a running HTTP server.
-
thc::HttpDServer::Stop
THC, Tight Home Control - See THC index register - THC repository on github.com/Drolla/thc