Net-Topo-Drawer is a two-person project designed to automatically display network topology. The project consists of two main components: a crawler that collects network data with the use of LLDP protocol and a graphical interface that automatically draws the network topology based on the information from the crawler. The application was tested in GNS3 environment only.
Ensure you have the following installed on your machine:
Clone the repository:
git clone https://github.com/yourusername/net-topo-drawer.git
cd net-topo-drawer
Install the required Python packages.
To run the app use the following command:
python main.py
Thank you for using Net-Topo-Drawer! We hope it helps you visualize and manage your network topology effectively :)