Skip to content

Python (Paramiko and Flask) implementation of a BGP Looking Glass with web front end

License

Notifications You must be signed in to change notification settings

v0tti/looking-glass

 
 

Repository files navigation

BGP Looking Glass

This is a tiny and minimalist Python3 looking glass implementation.

Server connects using Paramiko and serves via Flask.

Client is HTML and Javascript is used to make the calls and update the DOM.

git clone https://github.com/vraulsan/looking-glass.git && cd looking-glass

Edit routers.py to include your routers. Edit templates/index.html to change your network dropdown options.

Start with python app.py and go to localhost:5000

Example:

example

Skills

  • bgp
  • ping
  • traceroute

About

Python (Paramiko and Flask) implementation of a BGP Looking Glass with web front end

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.5%
  • HTML 37.0%
  • JavaScript 19.5%