Skip to content

Ssmidge/bgp-tools-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot of the PeeringDB info script

Huh, what's this?

These are some public userscripts for the website www.bgp.tools written in JS for Tampermonkey. BGP.tools is used for exploring the internet ecosystem with support for querying for ASNs, IPs, IXPs, and even DNS with pages displaying network rankings & e.t.c. Our scripts extend the functionality of the site to display some useful information as well as to implement some custom functionality.

Install

Install the Tampermonkey extension for your browser and create a new script. The copy paste the source of whichever script(s) you'd like to install into the code area and hit save. The script should automatically start working after saving.

Tampermonkey CSP

On the latest Chrome version as of now (116.0.5845.111), tampermonkey's edit CSP function doesn't seem to work so you will have to disable the CSP if you want to use scripts such as PeeringDB.

Overview of our scripts

ixp-peering-capacity.js

Screnshot of the IX peering capacity script

This script shows the total IX peering capacity of any given network on the overview page under the website field.

  • Author: Kjartan Hrafnkelsson
  • Notes: Not very well written, open to contributions

nlnog-ring-lg.js

Screenshot of the NLNOG RING LG script

This script adds an NLNOG RING query button to the prefix page. It allows you to easily open the NLNOG RING looking glass for any given prefix.

  • Author: Evan Pratten
  • Notes: n/a

peering-db-data.js

Screnshot of the PeeringDB data script

This script displays various datapoints abouts any given network fetched from the PeeringDB website and displays them on the overview page.

  • Author: Evan Pratten
  • Notes: You need to grab an API key from PeeringDB and enter it into the script file before using.

License

GPLv3

About

Public user scripts for bgp.tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors