bastibl / gr-ieee802-15-4

IEEE 802.15.4 ZigBee Transceiver
https://www.wime-project.net
GNU General Public License v3.0
271 stars 87 forks source link

Roadmap? #8

Closed JayKickliter closed 9 years ago

JayKickliter commented 9 years ago

I'm happy to some recent contributions to this project project. Do you have some sort of a roadmap or todo list? There's a few things I'd like to contribute, but I want to make sure I'm on duplicating effort.

Stuff I'd like to implement:

bastibl commented 9 years ago

Hi Jay, thanks for your interest! Actually there is no roadmap, but both projects would be nice to have and I'm not aware that somebody is working on them. There were already people asking for the 900MHz PHY, so I guess there is interest.

JayKickliter commented 9 years ago

Ok, I have a working BPSK packet sink. I've never touched c++ before, so I had translate your original sink into Julia, get it working, and translate it back to c++. The BPSK and OQPSK sinks are so similar that in theory they could be one class, whose parameters determine the symbol mapping/bits per symbol. However, that would require performing the float slicing before the block when processing an OQPSK stream. That's unless your FM OQPSK demodulation scheme can be applied to BPSK (I really don't understand how that works).

I'll submit a pull request soon.

bastibl commented 9 years ago

That sounds great, looking forward!

bastibl commented 9 years ago

Since this is not really an issue I will mark it as closed. Don't know if there's a nice way of having just a thread for conversation (like in a forum). I hope that's fine. Looking forward to your pull request.