Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

real-time-analog-monitoring-tool

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

real-time-analog-monitoring-tool

A tool for real time analog monitoring.

  • 0.0.9
  • PyPI
  • Socket score

Maintainers
1

rtamt

Specification-based real-time monitoring library

Install

Install back-ends

sudo apt install libboost-all-dev
sudo apt install python-dev
sudo apt install python-pip

If your work for TL development, following package is needed in addition.

sudo apt install antlr4

Build the tool

clone the repository
git clone https://github.com/nickovic/rtamt
build cpp libs (required only if you want to use CPP backend)
cd rtamt/rtamt
mkdir build
cd build
cmake ../
make
install rtamt tool
cd rtamt/
sudo pip install .

Run examples

online-STL example

cd rtamt/examples/basic
$ python monitor_basic.py
time=0 rob=122.0
time=1 rob=3.0
time=2 rob=-10.0

offline-STL example

cd rtamt/examples/basic
$ python monitor_offline.py
Robustness: -98.0

Io-STL example

cd rtamt/examples/offline_monitors
$ python offline_monitor_dt.py
Example (a) - standard robustness: 3.0
Example (a) - output robustness: 3.0
Example (a) - input vacuity: 0
Example (b) - standard robustness: 1.0
Example (b) - output robustness: inf
Example (b) - input vacuity: 1.0
Example (c) - standard robustness: -2.0
Example (c) - output robustness: -2.0
Example (c) - input vacuity: 0
Example (d) - standard robustness: -1.0
Example (d) - output robustness: -2.0
Example (d) - input vacuity: 0

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc