Commit graph

221 commits

Author SHA1 Message Date
XANTRONIX Development
ede262397b Refactor patty_kiss_tnc_recv()
Refactor patty_kiss_tnc_recv() to be much more compact and correct;
ensure the KISS command byte is absolutely required, and that
consecutive frame end markers are handled without error
2024-03-01 00:20:46 -05:00
XANTRONIX Development
97106300c8 Aesthetic changes in patty/kiss.h 2024-03-01 00:20:46 -05:00
XANTRONIX Development
91b9883b53 Aesthetic struct changes in patty/ax25/frame.h 2024-03-01 00:20:46 -05:00
XANTRONIX Development
c297aa7d03 Fix macro for detecting UI frames 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
5daa57fa7d Use default buffer size of 4096 bytes 2024-03-01 00:20:46 -05:00
XANTRONIX Development
968c0bfd8c Implement patty_ax25_frame_payload() 2024-03-01 00:20:46 -05:00
XANTRONIX Development
fba41f93df Remove all usages of patty_ax25_frame_format 2024-03-01 00:20:46 -05:00
XANTRONIX Development
83f07d9465 Buffer reduction poop 2024-03-01 00:20:46 -05:00
XANTRONIX Development
bd67f73a1a It's nice to be able to better inspect the contents of le buffers 2024-03-01 00:20:46 -05:00
XANTRONIX Development
82d94fb5ad Implement src/buffer.c 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
b3c85c891e Maybe throw in some socket options? I dunno 2024-03-01 00:20:46 -05:00
XANTRONIX Development
4e5634cbc7 My final commit 2024-03-01 00:20:46 -05:00
XANTRONIX Development
a744fa640c Implement patty_ax25_next_event() like I'm not a dumbass or some shit 2024-03-01 00:20:46 -05:00
XANTRONIX Development
5fb55973ad Manage the bits that'll go into select(2) or whatevs 2024-03-01 00:20:46 -05:00
XANTRONIX Development
13cfe03cbe Walt, we need to talk 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
71d43b5f11 Nearing the point of implementing an event loop 2024-03-01 00:20:46 -05:00
XANTRONIX Development
04cd913840 Good stuff 2024-03-01 00:20:46 -05:00
XANTRONIX Development
d7e40110a5 Finally getting around to implementing more of the spec, I tell ya 2024-03-01 00:20:46 -05:00
XANTRONIX Development
6adb4f098b I think that's much nicer 2024-03-01 00:20:46 -05:00
XANTRONIX Development
fbee61133a More forward declarations, because I guess why not 2024-03-01 00:20:46 -05:00
XANTRONIX Development
275dec9760 Implement src/address.c 2024-03-01 00:20:46 -05:00
XANTRONIX Development
0f639cc350 Refactor around the simplified concept of patty_ax25_sock 2024-03-01 00:20:46 -05:00
XANTRONIX Development
1abc0b6c98 Implement patty_ax25_listen() 2024-03-01 00:20:46 -05:00
XANTRONIX Development
87ec27dd92 Implement patty_ax25_open() 2024-03-01 00:20:46 -05:00
XANTRONIX Development
0d40883e59 Can you feel heavy metal??? 2024-03-01 00:20:46 -05:00
XANTRONIX Development
e85df9e29e Well, it does compile 2024-03-01 00:20:46 -05:00
XANTRONIX Development
b0c014f6c1 It helps if things compile 2024-03-01 00:20:46 -05:00
XANTRONIX Development
ae47c8b793 This might work 2024-03-01 00:20:46 -05:00
XANTRONIX Development
8bb8026851 That's an interface! 2024-03-01 00:20:46 -05:00
XANTRONIX Development
1ce32f18e3 This may in fact stick 2024-03-01 00:20:46 -05:00
XANTRONIX Development
f7b3d3d35c Pokery 2024-03-01 00:20:46 -05:00
XANTRONIX Development
b17a1b502d Forgotten 2024-03-01 00:20:46 -05:00
XANTRONIX Development
64ec8a8e5a Lists are good 2024-03-01 00:20:46 -05:00
XANTRONIX Development
05c55837fb meh 2024-03-01 00:20:46 -05:00
XANTRONIX Development
7fc4bf7e9d Having second thoughts about the old pointer approach; fds might actually make more sense on bare metal, too 2024-03-01 00:20:46 -05:00
XANTRONIX Development
a67c7c057e Added patty_dict_delete() 2015-07-21 23:01:34 -05:00
XANTRONIX Development
1bef463d8b Incremental... 2015-07-21 21:49:53 +00:00
XANTRONIX Development
86f5dd44b9 That's better 2015-07-21 01:01:41 -05:00
XANTRONIX Development
f4e290229b Doing stuff? 2015-07-20 23:30:44 -05:00
XANTRONIX Development
86b099bd58 Hmm! Getting somewhere maybe 2015-07-20 23:21:45 -05:00
XANTRONIX Development
bca3daeeb4 Start stubbing out patty/ax25.h 2015-07-20 22:33:59 -05:00
XANTRONIX Development
4ce6d1e38e Sure, why not 2015-07-20 21:27:35 +00:00
XANTRONIX Development
c9bee1793c WHoops! 2015-07-20 07:41:25 -05:00
XANTRONIX Development
03742ae281 Subsumed 2015-07-20 02:22:41 -05:00
XANTRONIX Development
24c7d00394 Stub out ax25/if.h 2015-07-20 01:57:11 -05:00