Skip to content

WIP: HTTP server

Jameson Rollins requested to merge jameson.rollins/ndscope:server into master

A new --server option initializes an embedded HTTP server in the scope that can be used to issue it commands remotely by e.g. the --client option.

Start the scope with server:

$ ndscope --server 127.0.0.1:9999 ....

Issue a command to the scope server:

$ ndscope --client 127.0.0.1:9999 stop

The hope is that this should be useful for testing, and controlling a scope running on e.g. a wall display.

Merge request reports