diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-10-10 12:11:46 +0200 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2017-10-10 12:11:46 +0200 |
commit | f8b44098c3cd8485d9779073bee9d5f26d7c3183 (patch) | |
tree | e20969b521b28fc60c8fda0f7f2b555d2a90744d | |
parent | 17dd3706891040fdd1c92b4531dd1f12493d06e3 (diff) |
Update emu-radio README.md
Change-Id: I4e14a3e9de139ae062143bb461fff047e9438d68
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
-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: |