Commit graph

29 commits

Author SHA1 Message Date
XANTRONIX Development
663965db71 Getting there 2024-03-01 00:20:46 -05:00
XANTRONIX Development
9217b0366f Sprucing things up a bit 2024-03-01 00:20:46 -05:00
XANTRONIX Development
f1e7fc356f Use enum kiss_flags type, not int 2024-03-01 00:20:46 -05:00
XANTRONIX Development
df23b0b8e3 Remove irrelevant comment 2024-03-01 00:20:46 -05:00
XANTRONIX Development
de0c0ef844 Use uint8_t instead of unsigned char in src/kiss.c 2024-03-01 00:20:46 -05:00
XANTRONIX Development
b44a6789a8 Keep escape sequences as static variables 2024-03-01 00:20:46 -05:00
XANTRONIX Development
1666666e9d This is all very necessary if I am to wrest tight control over frame decoding into my own hands 2024-03-01 00:20:46 -05:00
XANTRONIX Development
63f031b461 It occurs to me I'll need patty_kiss_tnc_decode() to be exported 2024-03-01 00:20:46 -05:00
XANTRONIX Development
2c0974658a I'm running out of shitty commit messages 2024-03-01 00:20:46 -05:00
XANTRONIX Development
ff76e77336 Stub out patty_ax25_next_event() 2024-03-01 00:20:46 -05:00
XANTRONIX Development
86b099bd58 Hmm! Getting somewhere maybe 2015-07-20 23:21:45 -05:00
XANTRONIX Development
22874e6e06 Since we broke off, I'm using lipstick again 2015-07-17 00:45:14 +00:00
XANTRONIX Development
775c2c5283 s/errors/dropped/g 2015-07-15 21:59:56 -05:00
XANTRONIX Development
9af63066b6 Go to hell and back to get valid frames off the wire, and keep track of error counts 2015-07-15 21:59:08 -05:00
XANTRONIX Development
6a427c4097 Make tnc_buffer() only return bytes actually read 2015-07-15 21:45:46 -05:00
XANTRONIX Development
e7b1c2cf54 Riveting commentary 2015-07-15 21:19:34 -05:00
XANTRONIX Development
1cccfca835 KEEN REFACTORING YES VERY MUCH THANK YOU MA'AM 2015-07-15 21:16:39 -05:00
XANTRONIX Development
fde6e56d50 Separate buffering method <3 2015-07-15 20:32:24 -05:00
XANTRONIX Development
250d19c599 Eh, alignment 2015-07-15 20:29:50 -05:00
XANTRONIX Development
4c27c45615 Yes, really 2015-07-16 00:31:40 +00:00
XANTRONIX Development
9278eca7c3 IT'S ALIVE\! 2015-07-16 00:31:27 +00:00
XANTRONIX Development
1ef84ca2b4 Hi, yes, I'm aware none of this compiles nor makes sense at this time 2015-07-14 22:27:42 -05:00
XANTRONIX Development
7709abbc1c Damn Xan, you code like a BEAST O:) 2015-07-14 16:45:03 +00:00
XANTRONIX Development
4f4a898819 This SEEMS valid, but we'll compile later 2015-07-12 23:48:12 -05:00
XANTRONIX Development
facedcebb6 I think I just implemented patty_kiss_write(); tons o' system calls, but fuggit man! 2015-07-12 15:34:40 -05:00
XANTRONIX Development
b5ef56c4a0 That'll work, I suppose 2015-07-12 12:00:35 -05:00
XANTRONIX Development
17dd963f97 Man, this stuff is kinda hard when the standards are ill-specified 2015-07-12 02:28:31 -05:00
XANTRONIX Development
fac432cdb4 At least detect unexpected escape transposition characters 2015-07-12 02:18:08 -05:00
XANTRONIX Development
45df26382f Well, it's not exactly safe, but I bet it'll do for now 2015-07-12 02:16:26 -05:00