Heikki Hannikainen

Results 17 issues of Heikki Hannikainen

Hi, It seems like processPacket() treats a received APRS packet as a C string. This will cause packets containing NUL bytes to be truncated, and in turn, there will be...

Hi, It seems to me that the YSFGateway & ircDDBGateway have one or two issues which might end up killing some APRS-IS servers at some point, or getting some people...

pymultimonaprs removes any leading or trailing whitespace in a packet (space, tab characters). This is packet data corruption; packets should be forwarded **unmodified** (up to the first CR or LF...

pymultimonaprs makes the assumption that all packets could be decoded or encoded as ISO-8859-1 printable strings, and decodes and subsequently re-encodes them as such. In reality a lot of packets...

https://github.com/cceremuga/ionosphere/blob/19d03f03f87950c54079cc0b3b9da0ff9f9a59b5/services/packet/packet.go#L15 Hi, multimon-ng AX.25 packet radio decoder output is not binary clean. It is designed for decoding packets for human-readable use, and it strips/modifies out some bytes (non-printable packets which...

https://github.com/cceremuga/pypacket/blob/5f6060311958104bfecedb135e15e241610d42e8/pypacket/implementations/multimon_decoder.py#L5 Hi, multimon-ng AX.25 packet radio decoder output is not binary clean. It is designed for decoding packets for human-readable use, and it strips/modifies out some bytes (non-printable packets which...

If passcode is invalid on the server, the uplink connection establishment code insists it should be fixed, even if the connection is read-only: `Uplink's logresp message does not say I'm...

bug