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: Aditya Dhananjay
Subject: Re: [Discuss-gnuradio] How to detect collision when two packets are transmitted simultaneously from two transmitters.
Date: Mon, 11 Nov 2013 11:14:19 -0500


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


reply via email to

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