Computer Network Question!!!
.
So I converted all packets in the capture trace into a Sequenceof Packet Lengths and Times (SPLT) where each row represents apacket:
packet = [timestamp, direction, packet length],
the direction is 1 if incoming packet, or 0 if it is outgoingpacket.
.
My question is, how do I calculate the mean inter-arrival time?I want to calculate this mean for every 0.1second windows, andplease explain how BY using the data chart attached ;-; or if youreextra kind, can you show this by using Python3?
Thank you so much in advance ;-;
.
TimestampDirectionPacket Length00780.0053451740.00540660.0058103990.0128891660.28967114660.28968114660.2897220660.29006114660.2902050660.30098114660.301564114660.301566114660.301567112890.30160660.3016320660.3016320660.3559690780.3599871740.3600490660.36047603150.3655871660.36912313860.3691810660.37496203030.38301913770.3831050660.3851702940.39271813700.3927810660.3942503150.4035331386
Answer