Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 547 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 547 Bytes

#py-radix

Radix tree data structure for network lookups (forked from https://code.google.com/p/py-radix/)

With respect to the original implementation, this code also supports node operations like 'parent()' and 'children()', which are used internally for DRAGON (seee https://github.com/network-aggregation/dragon_simulator).

##Requirements Python-dev header files:

sudo apt-get install python-dev

##Installation

python setup.py build
sudo python setup.py install

##Test

Open up a Python shell and run:

import radix