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

Message Id (msgNO) is being concatenated #36

Closed
ghost opened this issue Nov 3, 2017 · 4 comments
Closed

Message Id (msgNO) is being concatenated #36

ghost opened this issue Nov 3, 2017 · 4 comments
Labels

Comments

@ghost
Copy link

ghost commented Nov 3, 2017

I just started using YAAC to test my application. Using aprs-lib I receive a message from a YAAC client with an alphanumeric 'msgNo' or message id like this, 'C0001'. Aprslib converts it to the '1'. Here is the raw packet.

[KG7AFQ-8>APJYC1,TCPIP*,qAC,T2SJC::BAKERSMS :?{C0001]

It should create a 'msgNo' like this 'C0001'.

Would you look at this?
Thanks

@rossengeorgiev
Copy link
Owner

Well yeah, that field is defined as Message Number in the protocol spec. C0001 is not a number. The code needs to be fixed to throws a ParseError here.

@rossengeorgiev
Copy link
Owner

I was wrong. Reading the spec msgNo should be alphanumeric

@stroobandt
Copy link

This is still not in the latest PyPI release of version 0.6.46.

@rossengeorgiev
Copy link
Owner

Hi @stroobandt, try installing the package directly from the repo

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

No branches or pull requests

2 participants