How to download and install OBS in OMNeT++ الدرس الثاني: تحميل وتثبيت
في هذا الفيديو سيعلمك طريقة صحيحة لتحميل وتثبيت OBS داخل اومنت بلاس بلاس
وتنفيذ اول مشروع.
This video will learn you to download and install Optical Burst Switching (OBS) in OMNeT++ step by step
شرح بالعربي
In this video, an explanation of Optical Burst Switching (OBS) is presented. Now, the researcher has the ability to simulate his research idea regarding OBS network in OMNeT++
OBS Modules is a set of modules to simulate Optical Burst Switching networks in the OMNeT++ framework.
Optical Circuit Switching vs. Optical Packet Switching
Optical Burst Switching (OBS) is an optical switching technology capable of supporting large demands for bandwidth in optical back-bones with Wavelength Division Multiplexing (WDM)
*System Requirements
1-inet-2.0.0-src
2-OBSmodules-master
3-omnetpp-4.2.2-src
4-VirtualBox-6.1.22-144080-Win
5-ubuntu-12.04.4-desktop-i386
*The following steps are required to implement OBS projects in OMNeT++
1-Download and install
The following link to download VirtualBox 6.1
https://www.virtualbox.org/wiki/Downloads
————————————————-
The following link to download OMNeT 4.2.2
https://omnetpp.org/download/old
————————————————-
The following link to download OBS
https://github.com/mikelizal/OBSmodules
————————————————-
The following link to download INET 2.0.0
https://inet.omnetpp.org/Download.html
————————————————-
The following link to download ubuntu 12.04 LTS
http://old-releases.ubuntu.com/releases/precise/
2-Install the prerequisite packages
$ sudo nano /etc/apt/sources.list
Replace http://xxxxxxxxxx.ubuntu.com/ubuntu
to
http://old-releases.ubuntu.com/ubuntu
http://old-releases.ubuntu.com/ubuntu/
$ sudo apt-get update
$ sudo apt-get install build-essential gcc g++ bison flex perl tcl-dev tk-dev blt libxml2-dev zlib1g-dev openjdk-6-jre doxygen graphviz openmpi-bin libopenmpi-dev libpcap-dev
3-Environment variables
$ tar xvfz omnetpp-4.2.2-src.tgz
$ cd omnetpp-4.2.2
$ . setenv
$ gedit ~/.bashrc
export PATH=$PATH:$HOME/omnetpp-4.2.2/bin
export TCL_LIBRARY=/usr/share/tcltk/tcl8.5
4-OMNeT
$ ./configure
$ make
Mahmood A. Al-shareeda:
لا تتردد في الاتصال بنا إذا كان لديك أي استفسار أو كنت بحاجة إلى مزيد من المعلومات. تواصل معنا على
Email : alshareeda022@gmail.com
#Optical_Burst_Switching
#OBS
#omnet
#OBS_OMNeT
#OBS_SIMULATOR
#محتوى_بحثي_عربي
ubuntu download