JSON-RPC invokable measurer for native applications and the Request Line Interpreter (RLI) interactive client.
Clone a copy of the Measurer:
git clone git@github.com:armoredsoftware/measurer.gitEnter the measurer directory:
cd measurerBefore first build, configure:
make configure-measurerBuild:
make build-measurerLaunch the Measurer:
make run-measurer PORT=<port>A new measurer will wait for a client to initiate communication and begin sending measurement requests.
Launch the interactive client:
make build-client
make run-client PORT=<port>Requests that can be issued to the measurer using the client are described in the RLI documentation
Build the tests:
make build-testRun the tests:
make run-test