Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 28:04:03 |
Calls: | 286 |
Calls today: | 1 |
Files: | 899 |
Messages: | 76,593 |
i need a nudge in the right direction for grappling with reading/writing type-2
messages... maybe sample code for a stand-alone util that just reads
from one
sub, or posts to a sub.
(all of these constants are in https://github.com/wwivbbs/wwiv/blob/main/sdk/msg api/type2_text.h).
Let me know if this high level info is helpful.
It helped a bit. I'm gonna shelve implementing reading type-2 messages
in
Python for now. Maybe I'll make better progress after I've let it
simmer.
I ended up trying to re-write my python interbbs lastcaller scripts in
C/C++ to
see if I can make any headway in that direction. I've been using apam's
ibol
for WWIV and wwivutil as source references.