Skip to content

fraviofii/INT-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INT Telemetry

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.

Stack

  • Python3 + Scapy for INT
  • Python3 + Flask + Sqlite + SqlAlchemy for web dashboard backend
  • NextJS for web dashboard frontend

Use the INT simulator instructions

This document provides details about how to use the python INT simulator and its components.

Use the Flask server backend

This document provides details about how to use the python INT simulator and its components.

Launching the frontend

To install the requirements:

npm i

To launch the frontend:

npm run dev