wwivbbs / wwiv

WWIV BBS Software v5
http://www.wwivbbs.org
Other
186 stars 71 forks source link

FTN network data in net.log #1393

Closed MorgulWWIV closed 3 years ago

MorgulWWIV commented 3 years ago

Would it be possible to write network connection data for FTNs in net log, like WWIV networks?

wwiv commented 3 years ago

Not without changing the file format. the ftn addresses just don't fit there. We could just have a fake address like 32676 or something, but that's not super useful

MorgulWWIV commented 3 years ago

Personally, I'd be ok with a fake node number like @32676.Fidonet or @32676.FSXNet. That at least lets me know at a glance what traffic I've had on those networks. The specific node it came from is, to me at least, irrelevent, since I basically only connect to one node each.

MarkHofmann11 commented 3 years ago

Not sure if Frank Reid is on this thread, but I use his Lastnet program as one of the logon events. It somehow pulls the FTN network information and includes it in the WWIV* network connections. I looked around to see if I had the source code and can't find it, but would like to get that if he still has it.

On Tue, Feb 23, 2021 at 10:13 PM Rushfan notifications@github.com wrote:

Not without changing the file format. the ftn addresses just don't fit there. We could just have a fake address like 32676 or something, but that's not super useful

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wwivbbs/wwiv/issues/1393#issuecomment-784718604, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADEX7OKHP4YRVDXNHC6TKRDTARVGNANCNFSM4YDNG7EQ .

fcreid commented 3 years ago

I am and here you go, Mark. Sorry about that delay. I’m embarrassed even to look at that code, as I now know how terrible a programmer I was/remain! 😊 No idea whether it still builds… I suspect I was most recently building on BorlandC 5.X.

Lemme know if you need anything else!

Frank

From: Mark Hofmann notifications@github.com Sent: Wednesday, February 24, 2021 7:46 AM To: wwivbbs/wwiv wwiv@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [wwivbbs/wwiv] FTN network data in net.log (#1393)

Not sure if Frank Reid is on this thread, but I use his Lastnet program as one of the logon events. It somehow pulls the FTN network information and includes it in the WWIV* network connections. I looked around to see if I had the source code and can't find it, but would like to get that if he still has it.

On Tue, Feb 23, 2021 at 10:13 PM Rushfan <notifications@github.com mailto:notifications@github.com > wrote:

Not without changing the file format. the ftn addresses just don't fit there. We could just have a fake address like 32676 or something, but that's not super useful

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wwivbbs/wwiv/issues/1393#issuecomment-784718604, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADEX7OKHP4YRVDXNHC6TKRDTARVGNANCNFSM4YDNG7EQ .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wwivbbs/wwiv/issues/1393#issuecomment-785050368 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRTRDKLUPX7R46S2TUHSYDTATYHRANCNFSM4YDNG7EQ . https://github.com/notifications/beacon/ACRTRDIT4BNF4HSRP474M23TATYHRA5CNFSM4YDNG7E2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOF3FOWAA.gif

MarkHofmann11 commented 3 years ago

To me, you are an excellent programmer! :) Did you attach it to the thread? I don't see it. Maybe this doesn't allow attachments. I would say email it, but I think Google won't allow that either. Do you have google drive or a webserver I could download it from?

fcreid commented 3 years ago

I guess it removed it. ☹

See if https://nobodyguess.com/lastnet.cpp works.

From: Mark Hofmann notifications@github.com Sent: Wednesday, February 24, 2021 8:49 AM To: wwivbbs/wwiv wwiv@noreply.github.com Cc: Frank Reid fcreid@gmail.com; Comment comment@noreply.github.com Subject: Re: [wwivbbs/wwiv] FTN network data in net.log (#1393)

To me, you are an excellent programmer! :) Did you attach it to the thread? I don't see it. Maybe this doesn't allow attachments. I would say email it, but I think Google won't allow that either. Do you have google drive or a webserver I could download it from? — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/wwivbbs/wwiv/issues/1393#issuecomment-785087801 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRTRDNTDD5FPNC7LCZWO2DTAT7VZANCNFSM4YDNG7EQ . https://github.com/notifications/beacon/ACRTRDKWDAZWMQ4NZDZSUKLTAT7VZA5CNFSM4YDNG7E2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOF3FX2OI.gif

MarkHofmann11 commented 3 years ago

That worked. I just cut and pasted it to notepad++ and saved it - thanks!!! I wonder if it would compile with Borland C - the old DOS version I use for my BBS. Will have to give it a shot at some point soon. I have used lastnet forever it seems! Still being used over here to this day. I still remember mailing you the registration for it. I was probably only 20 years old or something at the time.

fcreid commented 3 years ago

It should… it does look for the headers in vardec.h and net.h from a 4.X source if you can copy those from there. I need to tune out the real world and spend time learning the great things Rob’s done, including the SDK. It should be much easier today!

P.S. You’re only as old as you feel! 😊

From: Mark Hofmann notifications@github.com Sent: Wednesday, February 24, 2021 6:11 PM To: wwivbbs/wwiv wwiv@noreply.github.com Cc: Frank Reid fcreid@gmail.com; Comment comment@noreply.github.com Subject: Re: [wwivbbs/wwiv] FTN network data in net.log (#1393)

That worked. I just cut and pasted it to notepad++ and saved it - thanks!!! I wonder if it would compile with Borland C - the old DOS version I use for my BBS. Will have to give it a shot at some point soon. I have used lastnet forever it seems! Still being used over here to this day. I still remember mailing you the registration for it. I was probably only 20 years old or something at the time. — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/wwivbbs/wwiv/issues/1393#issuecomment-785455209 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRTRDNVIQREKUMEZSX7CQ3TAWBRJANCNFSM4YDNG7EQ . https://github.com/notifications/beacon/ACRTRDKLED6URTXKEDBNBPDTAWBRJA5CNFSM4YDNG7E2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOF3IRQ2I.gif

MorgulWWIV commented 3 years ago

It should… it does look for the headers in vardec.h and net.h from a 4.X source if you can copy those from there. I need to tune out the real world and spend time learning the great things Rob’s done, including the SDK. It should be much easier today! P.S. You’re only as old as you feel! 😊

Coding's come a long way since our day, Frank. I'm a bit lost looking at the WWIV source code these days. I wrote the code to print the last net connections similar to the last users. It was kludgy, but it worked. Rushfan took it, cleaned it up and streamlined it, and the code is now a work of art. He's good! (and patient with me and my questions....)

-Morgul

wwiv commented 3 years ago

Eh you ask good questions :-)

but yes C++ has certainly evolved tremendously since back when 4.30 was new and shiny.