In the IEEE 802.11 standard each transmitted frame is acknowledged by a recipient. If the sender don't receive an ACK it retransmit the frame again. I WOULD LIKE TO KNOW WHAT IS THE MAXIMUM NUMBER OF RETRANSMISSION BEFORE THE FRAME IS DISCARDED BY THE SENDER?
Hello, I have a technical question about the IEEE 802.11 standard.
I would like to know what is the maximum number of MAC frame retransmissions before discarding the frame.
Hi!
you can try with the mp4live. It is an application that is in open source on the MPEG4IP project (CISCO PUBLIC SOURCE)
this will permit you to capture an input video and convey it through the network
Soprry the AWK programme is like this:
//For every ligne do the following
if ($2 == 0) //At the node 0
{
PacketId = $3; //$3 is the packet Identifier
start = $1; // transmission time
for (i=0; i<=NR; i++)
{
if ($3 == PacketId) && ( $2 == 3)
{...
my input file is like this: I have for evry packet sent in the network the following informations (arival time of each packet at every network node)
I would like to calculate the delay (between the node0 and the node3) for every packet.
Input...
Thank's marsd!
Is it possible to create a nested loop over the input file lignes? In such a way to do :
for every ligne (corresponding to the sebding time from the first node) of my input file. I search the appropriate ligne (arrival time at the last node) in the input file
the matching is...
Hi evrybody!
Because I have a simulation trace file that contain informations about packets generated in the network. In order to calculate the transmission delay for every packet I must match the packetId.
I would like to take evry ligne from my inputfile and compare it to all other lignes of...
Hi Weedz!
In the begining code, I make this, notes that my programm begin with form for pass word and then the menu was shown:
[_screen.caption="GESTION COMMERCIAL"
_screen.closable=.F.
DO form mot_passe
read events]
In the quit command for the menu, I make this:
[Clear events]
Many...
Hi!
Ok, I export my table easily, but now when I want add a record to the table "agent1.dbf" (it's a view),it's added but not in the table which exported by access, I wrote this code in the Init form which contain a grid :
[OPEN DATABASE BDGESTION
STORE SQLCONNECT('ges_com'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.