This Viewer comes with the Tolerance library. This application helps to visualize the tracked messages using the MessageIdentifier component.
This application is composed of these two components:
- User interface, an AngularJS application that exposes... the user interface.
- API, an Symfony application exposing the data through a REST API.
You can simply use the built Docker images for the API and the UI, checkout their respective documentations.
If you want to run the viewer in a developer mode:
- Checkout this repository
- Install the application (see their respective
README.md
file) - Run the 2 containers with Docker. If you've installed Docker using dock-cli
you can simply run
dock-cli start
and you'll see the DNS addresses of the running containers. Else, simply use docker-compose.
This project is under the MIT license.