Discussion:
[Madwifi-devel] Two ar5212 cards at the same time
Jung Ryu
2010-10-20 02:03:56 UTC
Permalink
Hi all,

I want to do the following:

Put two wireless cards on a same computer, have the device driver
control both wireless cards. One will be used strictly for tx, and the
other for rx. As one wireless card is receiving a frame intended for
it, the driver should tx some jamming signal on the other card. (This
will cause self interference, which I know.)

Is what I want to do possible? If so, where should I start looking in
the code?

Thanks,

Jung
Venkat Ch
2010-11-11 10:30:01 UTC
Permalink
Jung,

This problem looks interesting. If you slightly change architecture, the
two radios can be operated at the same.

I suggest to keep the two radios in the same mode (either transmit mode or
reception mode). And keep changing the modes (again both the radios should
be in the same mode). This shall work, because, simultaneous receptions on
the two radios or simultaneous transmissions are possible (with directional
antennas).


Thanks & Regards
Venkat
Post by Jung Ryu
Hi all,
Put two wireless cards on a same computer, have the device driver
control both wireless cards. One will be used strictly for tx, and the
other for rx. As one wireless card is receiving a frame intended for
it, the driver should tx some jamming signal on the other card. (This
will cause self interference, which I know.)
Is what I want to do possible? If so, where should I start looking in
the code?
Thanks,
Jung
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Madwifi-devel mailing list
https://lists.sourceforge.net/lists/listinfo/madwifi-devel
--
Peace is its own reward
Venkat Ch
2010-11-11 10:30:47 UTC
Permalink
For details, search for "2P protocol" in Google.

Thannks & Regards
Venkat
Post by Venkat Ch
Jung,
This problem looks interesting. If you slightly change architecture, the
two radios can be operated at the same.
I suggest to keep the two radios in the same mode (either transmit mode or
reception mode). And keep changing the modes (again both the radios should
be in the same mode). This shall work, because, simultaneous receptions on
the two radios or simultaneous transmissions are possible (with directional
antennas).
Thanks & Regards
Venkat
Post by Jung Ryu
Hi all,
Put two wireless cards on a same computer, have the device driver
control both wireless cards. One will be used strictly for tx, and the
other for rx. As one wireless card is receiving a frame intended for
it, the driver should tx some jamming signal on the other card. (This
will cause self interference, which I know.)
Is what I want to do possible? If so, where should I start looking in
the code?
Thanks,
Jung
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Madwifi-devel mailing list
https://lists.sourceforge.net/lists/listinfo/madwifi-devel
--
Peace is its own reward
--
Peace is its own reward
Loading...