Skip to content
Tom Barbette edited this page Oct 17, 2018 · 3 revisions

Every click elements implements some read and/or write handlers that you can query using various techniques.

ControlSocket

Clicky

ClickController

netcat, or direct TCP query

HTTPServer

If you configured and compiled Click with libmicrohttpd-dev installed, the HTTPServer element will be automatically available. You can then use your navigator to browse the elements and the handlers.

Add a HTTPServer in your configuration, not connected to any other elements. You can change the ports and some other parameters as stated in the wiki of the element. By default it will listen on port 80.

One can change the writable handlers by using POST requests.

Clone this wiki locally