https://github.com/sarvesh-sp/ptpnetworking
A three nodes point –to –point network with duplex links , used to simulate the communication between the nodes.
https://github.com/sarvesh-sp/ptpnetworking
cns-lab communication duplex-links packets-droped vtu
Last synced: about 2 months ago
JSON representation
A three nodes point –to –point network with duplex links , used to simulate the communication between the nodes.
- Host: GitHub
- URL: https://github.com/sarvesh-sp/ptpnetworking
- Owner: Sarvesh-SP
- Created: 2020-12-11T14:06:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T14:34:37.000Z (over 4 years ago)
- Last Synced: 2025-01-21T20:23:47.868Z (3 months ago)
- Topics: cns-lab, communication, duplex-links, packets-droped, vtu
- Language: Tcl
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ptpNetworking
* Implementation of a three nodes point –to –point network with duplex links between them,which is used to simulate the communication between the nodes and to find the number of packets droped by varying the Bandwidht.
##### Set up(only for Linux Users).
1. Clone the repo.git clone https://github.com/Sarvesh-SP/ptpNetworking.git
2. Navigate into the repo and compile the .tcl file
sudo ns ptpn.tcl
3. Run the ptpngraph file using Xgraph
xgraph -x "Bandwidth(Mbps)" -y "Packet drop count" -t "Performance Analysis" ptpngraph
4. Now take the ScreenShot of the graph
