Changes between Version 64 and Version 65 of Tutorials/Optical/Mininet Optical Tutorial1
- Timestamp:
- Jul 29, 2022, 7:25:36 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Optical/Mininet Optical Tutorial1
v64 v65 113 113 Before starting this tutorial, you will need to have Mininet-Optical installed. If it isn't installed already, you can follow the Installation and Walkthrough instructions at https://mininet-optical.org. 114 114 115 The tutorial topology and a sample configuration script should be found in `~/mininet-optical/examples/cosmostutorial.py` and `~/mininet-optical/examples/config-cosmostutorial.sh`. If they are not there, you may need to fetch and check out the appropriate `cosmos-tutorial` branch from github and install it using `make install` .115 The tutorial topology and a sample configuration script should be found in `~/mininet-optical/examples/cosmostutorial.py` and `~/mininet-optical/examples/config-cosmostutorial.sh`. If they are not there, you may need to fetch and check out the appropriate `cosmos-tutorial` branch from github and install it using `make install`, as described below. 116 116 117 117 ----