Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • eRTIS Software Usage Guide eRTIS Software Usage Guide
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • RTIS Software
  • eRTIS Software Usage GuideeRTIS Software Usage Guide
  • Wiki
  • RTIS Network Usage

RTIS Network Usage · Changes

Page history
Update RTIS Network Usage authored Mar 31, 2023 by Wouter Jansen's avatar Wouter Jansen
Show whitespace changes
Inline Side-by-side
RTIS-Network-Usage.md
View page @ ac6a5d46
......@@ -6,7 +6,10 @@ Furthermore, the eRTIS device needs to be connected to the RTIS Sync for both po
## Starting & Enabling RTIS Client
The RTIS Client service is disabled by default to not interfere with other usage of the device.
To start the RTIS Client service run from a SSH connected terminal (learn how to connect over SSH [here](https://cosysgit.uantwerpen.be/rtis-software/ertissoftwareusageguide/-/wikis/Initial-Connection-&-Network-Setup)):
The easiest way to start the RTIS Client is through the [RTIS Update web interface](https://cosysgit.uantwerpen.be/rtis-software/rtisupdate/-/wikis/home#interface-usage). Once the eRTIS device is connected to your network (you can learn that [here](https://cosysgit.uantwerpen.be/rtis-software/ertissoftwareusageguide/-/wikis/Initial-Connection-&-Network-Setup)) you can surf to _ip.of.this.sensor:8001_ in your web browser. There you will find a list of all installed software including RTIS Network. There will be a button to start the RTIS Client service there.
To start the RTIS Client service manually, run from a SSH connected terminal (learn how to connect over SSH [here](https://cosysgit.uantwerpen.be/rtis-software/ertissoftwareusageguide/-/wikis/Initial-Connection-&-Network-Setup)):
```bash
sudo systemctl start rtisclient.service
```
......@@ -18,7 +21,10 @@ sudo systemctl start rtisclient.service
```
## Stopping & Disabling RTIS Client
To stop the RTIS Client you can run
The easiest way to stop the RTIS Client is again through the [RTIS Update web interface](https://cosysgit.uantwerpen.be/rtis-software/rtisupdate/-/wikis/home#interface-usage). Once the eRTIS device is connected to your network (you can learn that [here](https://cosysgit.uantwerpen.be/rtis-software/ertissoftwareusageguide/-/wikis/Initial-Connection-&-Network-Setup)) you can surf to _ip.of.this.sensor:8001_ in your web browser. There you will find a list of all installed software including RTIS Network. There will be a button to stop the RTIS Client service there.
Once again, to do it manually through ssh you can run from the SSH connected terminal:
```bash
sudo systemctl stop rtisclient.service
......
Clone repository
  • Home
  • Initial Connection & Network Setup
  • RTIS Network Usage
  • Developing Python with PyCharm