-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other pager protocols #1024
Comments
Ah, the good ol' "wouldn't it be nice if ..." - the origin point of all feature creep ;) I'm not totally opposed to the idea of adding FLEX (and of course, PRs will be welcome). However, I would need to see a specific use case as opposed to just "it would be nice". |
I happen to have a couple Flex pages in the 900MHz I wanted to play with. |
Well I'm not stopping you - feel free to fork the library and build on top of the radio drivers and cryptography modules, so that you can focus on the protocol itself. Again, PRs will be welcome. But if it's just one person that says "it would be nice" then I can't realy justify working on this, at the very least not now. |
+1 would love to see it :) |
After discussion, apparently it kind of a pita, since you have to keep a constant stream going. I decided to buy a GP2009N POCSAG pager and have it program to the 915 MHz range (916.175 MHz). |
The pager example only looks to generate POCSAG protocol output. There are several other protocols, but one of the other prominent protocols is the Motorola FLEX protocol. It would be nice to have support for that protocol.
Informational links:
https://en.m.wikipedia.org/wiki/FLEX_(protocol)
http://www.jelmerbruijn.nl/motorola-flex-p2000-decoding/flex-sync-and-header/
https://www.braddye.com/pager.php
Software Examples:
https://github.com/jjwbruijn/POCSAG_FLEX_Modem
https://github.com/dl1com/flex
https://github.com/unsynchronized/gr-mixalot
The text was updated successfully, but these errors were encountered: