Morse-Code-over-IP / chatserver-mopp-udp

GNU General Public License v3.0
7 stars 2 forks source link

decode_payload not working #2

Closed sq6emm closed 8 months ago

sq6emm commented 8 months ago

decode_payload or dependent library does not decode transmitted dah's. Multiple dah's are decoded to one 'dah'. For 'dit' s it works fine.

sq6emm commented 8 months ago

Two dit's vs two dah's:

13-12-2023, 19:14:31 -010011100101110101110000
['01', '01', '11']
13-12-2023, 19:14:33 -010011110101110101110000
['01', '01', '11']
13-12-2023, 19:14:35 -0101000001011110
['10']
13-12-2023, 19:14:37 -0101000101011110
['10']
sq6emm commented 8 months ago

or moreserino has changed the protocol;) but ECHO works and communication with another morserino over chatserver also works... so seems like decoder issues

sq6emm commented 8 months ago

Reported to moreserino as it seems its a problem with sending:

https://github.com/oe1wkl/Morserino-32/issues/86