Launch SENSR
Run SENSR
SENSR is launched from the command line, there are two modes available: The GUI mode that will open the user interface and the non-GUI or headless mode that will run SENSR without user interface.
The GUI mode should be used to set SENSR up and visualize the data while the Headless mode should be used in production for running SENSR over a long period of time.
Enter the following command to run SENSR in GUI mode
sr-launcher-cli run sensr
To run SENSR in headless mode or through a ssh session, enter the following command:
sr-launcher-cli run sensr -n
Launch Web FE server
Once SENSR is running in either mode, you can also run Web FE server to access SENSR through a web browser. The Web Frontend is recommended for controlling SENSR from a distant computer.
sr-launcher-cli run web-fe-server
For more detailed information, please refer to the web frontend dedicated page
Stop SENSR
To stop SENSR, enter the following command:
sr-launcher-cli stop sensr