discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] How to detect collision when two packets are tran


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] How to detect collision when two packets are transmitted simultaneously from two transmitters.
Date: Mon, 11 Nov 2013 11:43:41 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16


Fundamentally a very hard problem.

Yes, this is a very hard problem.

Sumedha, you are implementing a TDMA scheme right? In a correctly implemented TDMA, there shouldn't be any collisions between transmitters that are using your TDMA protocol.

If you are using a probabilistic TDMA (like Slotted Aloha), then I suppose the best protocol is "transmit and pray". If the CRC check fails, simply retransmit.

Aditya

This all falls under the category of "wireless channel access protocols".  There have been a huge number of them over the years, and a certain
  amount of research with google and papers on the subject would be a good thing(tm).

If you have a reliable collision-detector scheme, you can use CSMA/CD.  If not, there's P-persistent CSMA.  And CSMA/CD, and TDMA schemes,
  and...




-- 
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

reply via email to

[Prev in Thread] Current Thread [Next in Thread]