jgaeddert / liquid-wlan

Open-source 802.11a WLAN PHY
http://liquidsdr.org
GNU General Public License v3.0
56 stars 16 forks source link

Additional 802.11 standards #3

Open pfeatherstone opened 4 years ago

pfeatherstone commented 4 years ago

Are you planning on supporting additional 802.11 standards?

jgaeddert commented 4 years ago

I've thought about it, but honestly it's not high on my priority list. Do you have interest in a particular 802.11 standard?

pfeatherstone commented 4 years ago

Not immediately, possibly in some of the later standards in the future. It would be cool if you could use liquid to set up a software defined router for example?

pfeatherstone commented 4 years ago

Also is there a particular reason why this repo has a GPL license, unlike the main liquid-dsp repo?

jgaeddert commented 4 years ago

Regarding the software-defined router, the main technical barrier is the requirement for response time for 802.11 is very short (order of microseconds), and most hardware can't meet that limit due to sample buffers, etc.

The GPL license is old. I need to update it.

amritasenthil commented 2 years ago

Hi @jgaeddert,

Thanks for your wonderful contribution. I have worked on 802.11n/ac/ax phy layer algorithms and would love to contribute.

Let me know your thought process on further development. We will work-out some plan.