dmitryelj / RPi-P2000Receiver

P2000 paging autonomous receiver with LCD and browser access
15 stars 7 forks source link

Since pocsag is added some date are invalid #12

Open tomswinkels opened 5 years ago

tomswinkels commented 5 years ago

Since the pocsag is added to this project there are in the flex protocol invalid messages.

payload { "body": "-", "capcodes": [ "1323864", "1321752" ], "groupid": 0, "is_posted": false, "priority": 2, "receivers": "1323864, 1321752", "sender": 67, "timereceived": 1554798018.4470956, "timestamp": "2019-04-09 09:20:18" }

You see here a sender and before the pocsag it was not.

dmitryelj commented 5 years ago

If possible, find the pocsag string in the output log, that causing this error, and attach it here. I think it can happen because of the wrong symbols encoding.

On Tue, 9 Apr 2019 at 10:27, Tom Swinkels notifications@github.com wrote:

Since the pocsag is added to this project there are in the flex protocol invalid messages.

payload { "body": "-", "capcodes": [ "1323864", "1321752" ], "groupid": 0, "is_posted": false, "priority": 2, "receivers": "1323864, 1321752", "sender": 67, "timereceived": 1554798018.4470956, "timestamp": "2019-04-09 09:20:18" }

You see here a sender and before the pocsag it was not.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dmitryelj/RPi-P2000Receiver/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/ARhtSEXvkvjSeIf5uHeetSGHRe1bmJ4Cks5vfE72gaJpZM4cj6No .

tomswinkels commented 5 years ago

Maybe what you can do, is do not load all the protocols.

For pocsag only;

-a POCSAG512 -a POCSAG1200 -a POCSAG2400

For flex only;

-a FLEX