bird-lg/README.mkd

50 lines
1.4 KiB
Markdown
Raw Normal View History

2012-03-28 15:18:01 +02:00
BIRD-LG
=======
2013-08-20 09:58:40 +02:00
This is a looking glass for the Internet Routing Daemon "Bird".
2012-03-28 15:18:01 +02:00
2013-08-20 09:58:40 +02:00
Software is split in two parts:
- lg-proxy.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 "lg-proxy.cfg" (only IP address based restriction for now).
2012-03-28 15:18:01 +02:00
- lg.py:
2013-08-20 09:58:40 +02:00
This is the frontend, a web based UI that request informations to all lg-proxy.py nodes.
The domain and the list of all bird nodes can be done.
2012-03-28 15:18:01 +02:00
2013-08-20 09:58:40 +02:00
```
2012-03-28 15:18:01 +02:00
***************
+--> * lg-proxy.py *
| ***************
|
******** ******************* | ***************
* USER * ----> * webserver/lg.py *--+--> * lg-proxy.py *
******** ******************* | ***************
|
| ***************
+--> * lg-proxy.py *
***************
2013-08-20 09:58:40 +02:00
```
2012-03-28 15:18:01 +02:00
2013-08-20 09:58:40 +02:00
bird-lg depends on :
2012-03-28 15:18:01 +02:00
- python-flask >= 0.8
- python-dnspython
2012-07-21 17:37:11 +02:00
- python-pydot
2012-03-28 15:18:01 +02:00
2013-08-20 09:58:40 +02:00
Each services can be embedded in any webserver by following regular python-flask configuration.
2012-03-28 15:18:01 +02:00
2013-08-20 09:58:40 +02:00
Only tested with bird 1.2.5.
2012-03-28 15:18:01 +02:00
2013-08-20 09:58:40 +02:00
Source code is under GPL 3.0, powered by Flask, jQuery and Bootstrap.
2012-03-28 15:18:01 +02:00
2013-08-20 09:58:40 +02:00
Copyright © 2012 Mehdi Abaakouk <sileht@sileht.net>