diff options
author | Jordan Augé <jordan.auge+fdio@cisco.com> | 2017-03-25 02:00:42 +0100 |
---|---|---|
committer | Jordan Augé <jordan.auge+fdio@cisco.com> | 2017-03-25 02:02:14 +0100 |
commit | 3c7c2275b2d4660b83db9495c5f6ece5c6557b43 (patch) | |
tree | c4dbecb5b293f87714a4b456dd9f1b97593e9a2d /emu-radio | |
parent | 15ee4c78051f3a02b73df3171bb415cfd0326904 (diff) |
Misc. improvements to vICN codebase detailed below.
- 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>
Diffstat (limited to 'emu-radio')
-rw-r--r-- | emu-radio/ns3-patch/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emu-radio/ns3-patch/README.md b/emu-radio/ns3-patch/README.md index ac3b244d..4547f50e 100644 --- a/emu-radio/ns3-patch/README.md +++ b/emu-radio/ns3-patch/README.md @@ -19,4 +19,3 @@ minstrel rate adaptation, RSSI based wifi handover(missing), block ack agreement you just need to replace the original files in ns3/src/wifi with the ones that are patched, to do so: * cd ns3-patch * cp -r wifi/ path/to/ns3/src/wifi - |