JSON-RPC invokable measurer for native applications and the Request Line Interpreter (RLI) interactive client.
Clone a copy of the Measurer:
git clone [email protected]:armoredsoftware/measurer.git
Enter the measurer directory:
cd measurer
Before first build, configure:
make configure-measurer
Build:
make build-measurer
Launch 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-test
Run the tests:
make run-test