Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • RTIS Network RTIS Network
  • Project information
    • Project information
    • Activity
    • Members
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • RTIS Software
  • RTIS NetworkRTIS Network
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Jul 26, 2021 by Wouter Jansen's avatar Wouter Jansen
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 77d62784
......@@ -154,4 +154,17 @@ The state can be:
- _Online_: The device is fully prepared and ready for starting measurements.
Furthermore, on the **Configuration page** one can safely configure the [serversettings.json](Config/serversettings.json) file from this web interface.
Lastly, on the **DSP Settings* page the [DSP Config folders](Config/DSPFiles) can be managed and generated easily as well.
\ No newline at end of file
Lastly, on the **DSP Settings* page the [DSP Config folders](Config/DSPFiles) can be managed and generated easily as well.
### C. Using and creating a RTIS Network application
The idea of RTIS Network is to provide (processed) RTIS measurements of one or multiple RTIS sensors. In order to use these measurements one has to connect an application.
Several 'default' applications are already available:
- [RTIS Storage](https://cosysgit.uantwerpen.be/rtis-software/rtisstorage): Save all measurements made by RTIS Network in `.mat `files.
- [RTIS ROS](https://cosysgit.uantwerpen.be/rtis-software/rtisros): Publish the measurements to the ROS middleware with default and custom message types.
- [RTIS Unity Visualizer](https://cosysgit.uantwerpen.be/rtis-software/rtisunityvisualizer): Visualize the processed energyscapes of the measurements in real-time.
Making a new application is rather straight forward. Several functions are available to be used to gain information on the connected RTIS Clients and prepare your application for their data.
For this, one should use the Python library [RTIS Common Library](https://cosysgit.uantwerpen.be/rtis-software/rtiscommon).
The available commands are available in the [wiki](https://cosysgit.uantwerpen.be/rtis-software/rtiscommon/-/wikis/home).
There you can also find an example on setting up a data connection to the RTIS Server and what the data format is like.
\ No newline at end of file
Clone repository
  • Home