• Binkd for OS/2 and NodeList

    From Marc Lewis@1:396/45 to All on Wednesday, February 15, 2023 11:25:07
    Hello All.

    Is there a method of getting binkd for OS/2 to read the NodeList?

    Best regards,
    Marc

    --- timEd/2 1.10.y2k+
    * Origin: Sursum Corda! BBS-Huntsville,AL-bbs.sursum-corda.com (1:396/45)
  • From Tommi Koivula@2:221/360 to Marc Lewis on Wednesday, February 15, 2023 19:56:41
    Hi Marc.

    15 Feb 23 11:25:06, you wrote to All:

    Is there a method of getting binkd for OS/2 to read the NodeList?

    If you have perl in your binkd:

    # Use perl-hook for nodelist from
    # ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/nodelist.pl
    #perl-hooks d:\\fido\\binkd\\nodelist.pl
    #perl-var nodelist fidonet:d:\\fido\\nodelist\\nodelist.[0-9][0-9][0-9] #perl-var magichost *
    #perl-dll perl58.dll # only for win32 and os/2 versions with runtime DLL load

    I don't, so I'm using 'nl2binkd' bash script to convert the nodelist to 'nl2binkd.inc'.

    #!/bin/bash
    #
    # nl2binkd v1.09
    # (c) 2012-2018 by Markus Reschke
    # Fidonet 2:240/1661 / madires@theca-tabellaria.de
    #
    # This script extracts nodes with binkd services from the standard Fidonet
    # nodelist and creates a special nodelist for binkd.
    #
    # If the maddr tool is available proper IP address syntax checking is
    # performed.
    #

    'Tommi

    ---
    * Origin: rbb.fidonet.fi (2:221/360)
  • From Andrew Leary@1:320/219 to Marc Lewis on Wednesday, February 15, 2023 12:36:32
    Hello Marc!

    15 Feb 23 11:25, you wrote to all:

    Is there a method of getting binkd for OS/2 to read the NodeList?

    The nodelist.pl PERL module does work under OS/2, given a binkd version compiled with PERL support.

    Andrew

    --- GoldED+/LNX 1.1.5-b20220504
    * Origin: Phoenix BBS * phoenix.bnbbbs.net (1:320/219)
  • From Oli@2:280/464.47 to Tommi Koivula on Thursday, February 16, 2023 10:30:07
    Tommi wrote (2023-02-15):

    Is there a method of getting binkd for OS/2 to read the NodeList?

    If you have perl in your binkd:

    # Use perl-hook for nodelist from
    # ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/nodelist.pl

    This is the same one that is included in the binkd repository (github) as misc/nodelist.pl.

    AFAIK it only supports one single nodelist.

    I don't, so I'm using 'nl2binkd' bash script to convert the nodelist to 'nl2binkd.inc'.

    Me too.

    #!/bin/bash
    #
    # nl2binkd v1.09

    It uses bash and awk. No idea how hard or easy it is to get it all running on OS/2

    https://ecsoft2.org/gnu-bash

    https://www.os2site.com/sw/dev/awk/ https://hobbes.nmsu.edu/download/pub/os2/dev/proglang/awk/

    ---
    * Origin: War is Peace. Freedom is Slavery. Ignorance is Strength. (2:280/464.47)
  • From Tommi Koivula@2:221/1 to Oli on Thursday, February 16, 2023 11:46:04
    Hello, Oli.
    On 16/02/2023 11.30 you wrote:

    Tommi wrote (2023-02-15):
    I don't, so I'm using 'nl2binkd' bash script to convert the nodelist to
    'nl2binkd.inc'.
    Me too.

    You run os/2 too?

    #!/bin/bash
    #
    # nl2binkd v1.09
    It uses bash and awk. No idea how hard or easy it is to get it all running on OS/2

    I am running it on os/2. We were talking about binkd/2. ;)


    Tommi

    --- HotdogEd/2.13.5 (Android; Google Android; rv:1) Hotdoged/1672998931000 HotdogEd/2.13.5
    * Origin: nntp://rbb.fidonet.fi - Lake Ylo - Finland (2:221/1.0)
  • From Wilfred van Velzen@2:280/464 to Tommi Koivula on Thursday, February 16, 2023 11:25:33
    Hi Tommi,

    On 2023-02-16 11:46:04, you wrote to Oli:

    #!/bin/bash
    #
    # nl2binkd v1.09
    It uses bash and awk. No idea how hard or easy it is to get it all
    running on OS/2

    I am running it on os/2. We were talking about binkd/2. ;)

    There are comparable perl and php scripts that do the same conversion. If there is perl or php available for OS/2 you could use one of those. Or do the conversion on a different OS, where bash/awk, perl or php is available, and transfer the result to the OS/2 machine...

    Bye, Wilfred.

    --- FMail-lnx64 2.1.8.0-B20230208
    * Origin: FMail development HQ (2:280/464)
  • From Tommi Koivula@2:221/1 to Wilfred van Velzen on Thursday, February 16, 2023 13:10:50
    Hello, Wilfred van Velzen.
    On 16/02/2023 12.25 you wrote:

    Hi Tommi,
    On 2023-02-16 11:46:04, you wrote to Oli:
    #!/bin/bash
    #
    # nl2binkd v1.09
    It uses bash and awk. No idea how hard or easy it is to get it all
    running on OS/2
    I am running it on os/2. We were talking about binkd/2. ;)
    There are comparable perl and php scripts that do the same conversion. If there is perl or php available for OS/2 you could use one of those. Or do the conversion on a different OS, where bash/awk, perl or php is available, and transfer the result to the OS/2 machine...

    There are many ways to do that nodelist2binkd conversion. One way is to convert the nodelist to dns zone. I've done that too. In os/2 ofcourse. ;)

    --- HotdogEd/2.13.5 (Android; Google Android; rv:1) Hotdoged/1672998931000 HotdogEd/2.13.5
    * Origin: nntp://rbb.fidonet.fi - Lake Ylo - Finland (2:221/1.0)