https://github.com/shashwatkathuria/p2p-network-monitoring-system
P2P Network Monitoring - Implemented Round Trip Time(RTT) and Online/Offline status of peers.
https://github.com/shashwatkathuria/p2p-network-monitoring-system
client-server offline online online-offline p2p p2p-network p2p-node python python3 round-trip round-trip-delay-time round-trip-time status status-live
Last synced: 5 months ago
JSON representation
P2P Network Monitoring - Implemented Round Trip Time(RTT) and Online/Offline status of peers.
- Host: GitHub
- URL: https://github.com/shashwatkathuria/p2p-network-monitoring-system
- Owner: shashwatkathuria
- Created: 2020-02-29T11:24:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T11:32:54.000Z (over 5 years ago)
- Last Synced: 2024-11-26T05:13:14.531Z (7 months ago)
- Topics: client-server, offline, online, online-offline, p2p, p2p-network, p2p-node, python, python3, round-trip, round-trip-delay-time, round-trip-time, status, status-live
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PEER-TO-PEER NETWORK MONITORING SYSTEM
---------------------------------
## INSTRUCTIONS TO RUN THE PROGRAM
---------------------------------1. Make sure that the libraries socket, threading, time are installed.
2. The program runs on Python 3.6.8 so in general, Python 3.5+ should work.
3. The inputs in the program are prompted with descriptions and comments
are also given for the same.---------------------------------
## SCHEMATIC DESCRIPTION
---------------------------------Online or Offline Status is deciphered through the port connections on the
machine.Rount Trip Time is calculated by the sending time + processing at receiver +
received back time.---------------------------------