Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

chalmers-revere/opendlv-signal-viewer

Repository files navigation

Moved to https://git.opendlv.org.

OpenDLV Microservice to view signals in your web-browser

This repository provides source code to view any signals that are exchanged in a running session using OpenDLV software ecosystem.

License

Table of Contents

Dependencies

No dependencies! The following dependencies are part of the source distribution:

Usage

This microservice is created automatically on changes to this repository via Docker's public registry for:

To use this microservice for viewing any messages from the OpenDLV Standard Message Set that are exchanged in a running OpenDLV.io session (running at 111 in the example), simply run it as follows:

docker run --rm --net=host -p 8080:8080 chalmersrevere/opendlv-signal-viewer-multi:v0.0.8 --cid=111

Now, simply point your web-browser to the IP address and port 8080 where you started this microservice to see any currently exchanged messages:

screenshot from signal viewer

License

  • This project is released under the terms of the BSD-3-Clause License