Changes between Version 6 and Version 7 of Tutorials/qNSE/aNgSgEmulator
- Timestamp:
- Nov 4, 2018, 12:12:11 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/qNSE/aNgSgEmulator
v6 v7 1 1 == Emulator for Next-Generation Smart Grid Network Management Tutorial == 2 2 3 This wiki page contains tutorial for: " Emulator for Next-Generation Smart Grid Network Management".3 This wiki page contains tutorial for: "Software Defined Network Management for Dynamic Smart Grid Traffic". 4 4 5 5 === Description === 6 6 For this tutorial we will use ORBIT SB9 test bed to execute a test with two types of supported flows (stream and command flows) on test topology shown on image below. 7 8 Source code for SDN Control Framework and Smart Grid Communication Evaluation Platform is available [http://www.orbit-lab.org/attachment/wiki/Tutorials/qNSE/aNgSgEmulator/sg-sdn.zip here]. 7 9 8 10 [[Image(tutorial_topo.png)]] … … 19 21 3. [https://github.com/jsonpickle/jsonpickle jsonpickle], used for JSON configuration deserialization. Installed using pip: `pip install jsonpickle`. 20 22 4. [https://github.com/phaag/nfdump nfdump], needed for Net Flow results parsing. It can be installed using: `sudo apt-get install nfdump`. 21 5. emulator, provided at following link23 5. emulator, provided at following [http://www.orbit-lab.org/attachment/wiki/Tutorials/qNSE/aNgSgEmulator/sg-sdn.zip here]. 22 24 5. Configure ssh to allow tunneling by adding following line to `/etc/ssh/sshd_config`: 23 25 `PermitTunnel yes`