Stephen D
Stephen D
Slight correction - if we want to allow the `Tnc` to be useable across threads, we'll need to replace `Rc` with `Arc`.
I thought about it some more, and I actually think option 2 is better. I think my idea of having an array of mutexes could cause problems if the user...
Quick question about AX25 that I hope you could answer(running into this while implementing stateful connections) Are UI frames and I frames the same thing, but UI frames are used...
Ah, okay. That makes sense. > Fragmentation of longer messages than fit in a frame is, I would argue, not our concern. The old AX.25 v2.0 spec I believe says...
That makes perfect sense to me. Thanks for clarifying.
Sorry for all the questions, but do you know how the timers t1, t2, and t3 are supposed to work? When they're stopped, should they reset?
Okay, thanks. I'm out of town this week but I'll give that shot once I'm home.
Hi! First off, thanks for the PR and sorry it took me so long to get to it. I didn't have notifications turned on (a problem which has since been...
Is there a reason you want to treat `0x1c` and the backtick differently, for example? Or are you just intending to use this as a proxy between the different APRS...
It just occurred to me that the post-Pi-support versions were never actually released on crates.io. I'm rebuilding my project using git as the source for this crate and will let...