Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 22 |
Nodes: | 6 (1 / 5) |
Uptime: | 10:21:49 |
Calls: | 516 |
Calls today: | 2 |
Files: | 1,086 |
Messages: | 76,391 |
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.