Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

fu-ilab-swp18/bgp-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install dependencies

Use virtualenv

We work in a virtualenv called bgp and highly recommend you to do the same. Have a look at virtualenvwrapper for the easiest way to start.

mkvirtualenv -p /usr/local/bin/python3 bgp

From now on you can use workon bgp to be in the virtual environment.

Download dependencies

cd
mkdir git
cd git

clone all needed repositories

git clone [email protected]:CAIDA/bgpstream.git bgpstream
git clone [email protected]:rtrlib/rtrlib.git rtrlib
git clone [email protected]:rtrlib/python-binding.git pyrtrlib

Build dependencies

bgpstream

cd ~/git/bgpstream
./configure
make
make install

rtrlib

cd ~/git/rtrlib
cmake -Wno-dev -D CMAKE_BUILD_TYPE=Release .
make
make install
workon bgp
cd ~/git/pyrtrlib
python setup.py build
python setup.py install

install remaining dependencies via pip

workon bgp
pip install -r BGPDisplay/requirements.txt

bgp-group

  • rrc00
  • rrc03

Vantage Punkte untersuchen

  • wieviele
  • valid/invalid
  • welche präfixe

Ripe Dump - Zeiten

rrc00, rrc03

  • 00:00
  • 08:00
  • 16:00

Route views - Zeiten

  • 00:00
  • 02:00
  • 04:00
  • 06:00
  • 08:00
  • ...

Vantage Points vs Route Collectoren

Vantage Point hat ASN & IP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published