Skip to content
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

Open
ellisgl opened this issue Mar 18, 2024 · 5 comments
Open

Other pager protocols #1024

ellisgl opened this issue Mar 18, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@ellisgl
Copy link

ellisgl commented Mar 18, 2024

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

@jgromes
Copy link
Owner

jgromes commented Mar 18, 2024

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".

@jgromes jgromes added the enhancement New feature or request label Mar 18, 2024
@ellisgl
Copy link
Author

ellisgl commented Mar 24, 2024

I happen to have a couple Flex pages in the 900MHz I wanted to play with.

@jgromes
Copy link
Owner

jgromes commented Mar 25, 2024

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.

@htotoo
Copy link

htotoo commented May 28, 2024

+1 would love to see it :)

@ellisgl
Copy link
Author

ellisgl commented May 29, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants