aboutsummaryrefslogtreecommitdiffstats
path: root/emu-radio
AgeCommit message (Collapse)AuthorFilesLines
2017-04-13Adding support for package creation.Vicn-v1.0Mauro Sardara5-20/+300
The script for creating the package is scripts/build-package.sh, and it will create the correct package depending on the OS and the architecture users are running on. Supported OS: Ubuntu 16.04 Change-Id: I852e4b669114cfedaa1bb4d82e970f9aa639919b Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-07Adding packaging info to CMakeLists.txtMauro Sardara2-4/+6
Change-Id: Ic57f225f0c2f5a8818f092779faca66b3dcf347f Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-06Adding support for building radio emualtion packagesMauro Sardara5-0/+98
Change-Id: I49a11dfd574dda7258e868e01fc095a8ba7fd42f Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-03-25Misc. improvements to vICN codebase detailed below.Jordan Augé1-1/+0
- 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>
2017-02-24Initial commit: vICNJordan Augé66-0/+42927
Change-Id: I7ce66c4e84a6a1921c63442f858b49e083adc7a7 Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>