Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/underyourspell/bgp_python_as_lookup
- Owner: UnderYourSpell
- License: gpl-3.0
- Created: 2023-11-02T22:04:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T17:56:58.000Z (about 1 year ago)
- Last Synced: 2023-11-15T18:43:16.928Z (about 1 year ago)
- Topics: bgp, bgp-monitor, bgp-peer, bgpview, ip, ipv4, python
- Language: Python
- Homepage: https://bgpview.docs.apiary.io/#
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 connectionTo 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 AnchorageBased on code from: https://github.com/pyjoepy06/bgp_python_path_lookup
## API Source
https://bgpview.docs.apiary.io/#