An open API service indexing awesome lists of open source software.

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.

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.

---------------------------------