You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
First off, I am not overly familiar with the KISS protocol - i'm just a user when it comes to that. But I've been wanting to connect to a ip-based TNC such as direwolf and interact with it from a python connection (ultimately resulting in a web interface).
And it did work, somewhat. I can write a message into the socket and the TNC will send it out over the air. However, I get some "garbage" characters when reading. If this was a serial port, my speed or stop bits would be wrong. But this is a socket connection (and it only impacts a portion of the message).
Would appreciate any insight towards what I need to do to get this to work. I most likely have to post-process this text in some way. Of course, once I get a handle on it, I plan to clean up the code, add some tests, and provide a PR back.
73s,
KB3DFZ
The text was updated successfully, but these errors were encountered:
First off, I am not overly familiar with the KISS protocol - i'm just a user when it comes to that. But I've been wanting to connect to a ip-based TNC such as direwolf and interact with it from a python connection (ultimately resulting in a web interface).
To that end, I created this fork:
/~https://github.com/ampledata/kiss/compare/master...ytjohn:socket?expand=1
And it did work, somewhat. I can write a message into the socket and the TNC will send it out over the air. However, I get some "garbage" characters when reading. If this was a serial port, my speed or stop bits would be wrong. But this is a socket connection (and it only impacts a portion of the message).
I captured some log of my attempts here.
Specifically:
produces this:
Would appreciate any insight towards what I need to do to get this to work. I most likely have to post-process this text in some way. Of course, once I get a handle on it, I plan to clean up the code, add some tests, and provide a PR back.
73s,
KB3DFZ
The text was updated successfully, but these errors were encountered: