From 3c7c2275b2d4660b83db9495c5f6ece5c6557b43 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Sat, 25 Mar 2017 02:00:42 +0100 Subject: Misc. improvements to vICN codebase detailed below. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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é --- emu-radio/ns3-patch/README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'emu-radio') 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 - -- cgit 1.2.3-korg