This is a project to demonstrate a Proof of Concept (POC) implementation for INT (In-band Network Telemetry) in Python, including a web based dashboard.
- Python3 + Scapy for INT
- Python3 + Flask + Sqlite + SqlAlchemy for web dashboard backend
- NextJS for web dashboard frontend
This document provides details about how to use the python INT simulator and its components.
This document provides details about how to use the python INT simulator and its components.
To install the requirements:
npm i
To launch the frontend:
npm run dev