diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-11-08 11:09:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2017-11-08 11:09:50 +0000 |
commit | 7da800c0e615bcbc5aa2685327d00a0ca81fb06c (patch) | |
tree | 70e44667ef1e0378d688f62d61bebce4bac92ab4 | |
parent | 79487e8421e0a6b7a5612de1ada62c54eb77ba0a (diff) | |
parent | f8b44098c3cd8485d9779073bee9d5f26d7c3183 (diff) |
Merge "Update emu-radio README.md" into vicn/mastervicn/master
-rw-r--r-- | emu-radio/README.md | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/emu-radio/README.md b/emu-radio/README.md index 11741608..1ca631bd 100644 --- a/emu-radio/README.md +++ b/emu-radio/README.md @@ -14,19 +14,30 @@ In particular: * The wi-fi rate adaptation algorithm is Minstrel * The 802.11 frames are sent enabling frame aggregation -## Dependencies +## Installation from repositories + +On Ubuntu 16.04: + +```bash +# echo "deb [trusted=yes] https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.$(lsb_release -sc).main/ ./" \ + | sudo tee -a /etc/apt/sources.list.d/99fd.io.list +# sudo apt-get install wifi-emulator lte-emulator +``` + +## Building from source + +### Dependencies To be able to build/run the script the following libraries have to be installed. On Ubuntu: * **libns3** - If you are inside the cisco network you can directly install the library from our repository: - ```bash - # echo "deb http://pirl-ndn-1.cisco.com/packages/ $(grep -oP "UBUNTU_CODENAME=\K\w+" /etc/os-release)/" > /etc/apt/sources.list.d/pirl-ndn-repo.list - # apt-get update - # apt install ns3sx libns3sx-dev + # echo "deb [trusted=yes] https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.$(lsb_release -sc).main/ ./" \ + | sudo tee -a /etc/apt/sources.list.d/99fd.io.list + # sudo apt-get update + # sudo apt install ns3sx libns3sx-dev ``` Otherwise you need to download and install the latest version of libns3 by downloading it from @@ -67,7 +78,7 @@ To be able to build/run the script the following libraries have to be installed. $ sudo apt install libxml2-dev ``` -## Installation +### Installation Under the wifi-emulator/lte-emulator folder: |