Changes between Version 6 and Version 7 of Tutorials/qNSE/aNgSgEmulator


Ignore:
Timestamp:
Nov 4, 2018, 12:12:11 PM (5 years ago)
Author:
mita
Comment:

Updated links to the source code.

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/qNSE/aNgSgEmulator

    v6 v7  
    11== Emulator for Next-Generation Smart Grid Network Management Tutorial ==
    22
    3 This wiki page contains tutorial for: "Emulator for Next-Generation Smart Grid Network Management".
     3This wiki page contains tutorial for: "Software Defined Network Management for Dynamic Smart Grid Traffic".
    44
    55=== Description ===
    66For 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
     8Source 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].
    79
    810[[Image(tutorial_topo.png)]]
     
    19213. [https://github.com/jsonpickle/jsonpickle jsonpickle], used for JSON configuration deserialization. Installed using pip: `pip install jsonpickle`.
    20224. [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 link
     235. emulator, provided at following [http://www.orbit-lab.org/attachment/wiki/Tutorials/qNSE/aNgSgEmulator/sg-sdn.zip here].
    22245. Configure ssh to allow tunneling by adding following line to `/etc/ssh/sshd_config`:
    2325   `PermitTunnel yes`