| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 46 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 55:20:29 |
| Calls: | 663 |
| Files: | 1,190 |
| D/L today: |
20 files (15,528K bytes) |
| Messages: | 173,146 |
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.