bird looking glass
Go to file
Mehdi Abaakouk a52edffc2c pep8 compliant 2016-10-09 09:16:19 +02:00
bird_lg pep8 compliant 2016-10-09 09:16:19 +02:00
doc/source Convert application into python module 2016-10-09 08:08:10 +02:00
etc/bird-lg Convert application into python module 2016-10-09 08:08:10 +02:00
tools Convert application into python module 2016-10-09 08:08:10 +02:00
.gitignore Convert application into python module 2016-10-09 08:08:10 +02:00
CONTRIBUTING.rst Convert application into python module 2016-10-09 08:08:10 +02:00
COPYING README/COPYING Update 2012-03-28 15:18:01 +02:00
LICENSE Convert application into python module 2016-10-09 08:08:10 +02:00
README.rst Convert application into python module 2016-10-09 08:08:10 +02:00
lg.wsgi use current file name 2012-08-21 11:55:16 +02:00
lgproxy.wsgi Change lg-proxy to lgproxy to easly import it in wsgi 2014-02-18 11:52:43 +01:00
requirements.txt Convert application into python module 2016-10-09 08:08:10 +02:00
setup.cfg Convert application into python module 2016-10-09 08:08:10 +02:00
setup.py Convert application into python module 2016-10-09 08:08:10 +02:00
tox.ini pep8 compliant 2016-10-09 09:16:19 +02:00

README.rst

BIRD-LG
=======

This is a looking glass for the Internet Routing Daemon "Bird".


Software is split in two parts::

 - lgproxy.py:

   It must be installed and started on all bird nodes. It act as a proxy to make traceroute and bird query on the node.
   Access restriction to this web service can be done in file "lgproxy.cfg" (only IP address based restriction for now).

 - lg.py:

   This is the frontend, a web based UI that request informations to all lgproxy.py nodes.
   The domain and the list of all bird nodes can be done.


```


                                         ***************
                                    +--> * lgproxy.py *
                                    |    ***************
                                    |
********       *******************  |    ***************
* USER * ----> * webserver/lg.py *--+--> * lgproxy.py *
********       *******************  |    ***************
                                    |
                                    |    ***************
                                    +--> * lgproxy.py *
                                         ***************
```


bird-lg depends on :

* python-flask  >= 0.9
* python-dnspython
* python-pydot

Each services can be embedded in any webserver by following regular python-flask configuration.

Only tested with bird 1.2.5.

Source code is under GPL 3.0, powered by Flask, jQuery and Bootstrap.

Copyright © 2012 Mehdi Abaakouk <sileht@sileht.net>