aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2017-09-22Avoid installation of python3-openssl from ubuntu packagesMauro Sardara1-2/+2
Change-Id: I01b5c8d98c15522ad778b0e2fb119818b287b0eb Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-08-28"Updated README.md + added pip packages to setup.py"Marcel Enguehard1-4/+8
Change-Id: Id2147f081184d0d354edb6c7bdf6254ffcabfa14 Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-07-19* GUI resourceMarcel Enguehard1-1/+50
* MemIf interface for VPP * Better netmodel integration * Draft documentation * New tutorials * Improved monitoring and error handling * Refactored IP addresses and prefixes representation * Improved image mgmt for LXD * Various bugfixes and code refactoring Change-Id: I90da6cf7b5716bc7deb6bf4e24d3f9f01b5a9b0f Signed-off-by: Marcel Enguehard <mengueha+fdio@cisco.com>
2017-03-25Misc. improvements to vICN codebase detailed below.Jordan Augé1-0/+75
- vICN core . Added python setup script (allowing package installation) . Better error handling - Resources . LXD : better handling of certificate generation . Physical : generation of SSH keypair within vICN . Link : code simplification . EmulatedLteChannel: fixed typo in netmask configuration of emu-radio (missing /) - Examples . Added json file for tutorial #2 - Dumbell . New tutorial #03 - Load balancing in WiFi/LTE hetnet - Other minor changes incl. code cleanup (trailing spaces, etc.) Change-Id: Id306ca71e27d9859aa72760f63a2bc364bfe8159 Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>