Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
/ rtt_http_server Public archive

http server that sniffs the tcp packets and returns the rtt for the tcp handshake

Notifications You must be signed in to change notification settings

niclabs/rtt_http_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

The server runs a sniffer and an http server.

The sniffers sniff the info on the port that the current server is running. It gets the rtt on the tcp handshake (time between the arrival of the fist SYN and the ACK rigth after the SYN-ACK).

The server responds the http request with the rtt the sniffer calculates.

To run server and (sniffer)

sudo python server_sniffer.py <host_ip> <host_port>

To run example client

python rtt_tcp_client.py <host_ip> <host_port>

About

http server that sniffs the tcp packets and returns the rtt for the tcp handshake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages