Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/underyourspell/bgp_python_as_lookup

Application to retrieve information about Autonomous systems leveraging an API source.
https://github.com/underyourspell/bgp_python_as_lookup

bgp bgp-monitor bgp-peer bgpview ip ipv4 python

Last synced: 6 days ago
JSON representation

Application to retrieve information about Autonomous systems leveraging an API source.

Awesome Lists containing this project

README

        

# BGP_python_AS_Lookup

This module allows one to look up information about an Autonomous System for use in BGP research.
Runs on python 3.11.5
Requires an internet connection

To install requirments

```
pip install -r requirements.txt
```

To run application
```
python app.py
```

Example of App:

![bgp_python_AS_lookup](./moro_app_2.png?raw=true "BGP Python AS Lookup Peers")

### Additional Information
Originally created for Computer Networks A365 at the University of Alaska Anchorage

Based on code from: https://github.com/pyjoepy06/bgp_python_path_lookup

## API Source
https://bgpview.docs.apiary.io/#