• Add "sysop paged" mqtt event

    From Nigel Reed@1:103/705 to GitLab note in main/sbbs on Wed Dec 14 22:00:20 2022
    https://gitlab.synchro.net/main/sbbs/-/issues/464#note_2949

    Nevermind. I just realized this is going to be in the terminal log, or I would hope so. Will close for now.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nigel Reed@1:103/705 to GitLab issue in main/sbbs on Wed Dec 14 22:00:20 2022
    close https://gitlab.synchro.net/main/sbbs/-/issues/464
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Fri Dec 16 23:56:56 2022
    https://gitlab.synchro.net/main/sbbs/-/issues/464#note_2951

    When I have chat via mqtt implemented, then I definitely will be representing a sysop-chat page-status via mqtt as well.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nigel Reed@1:103/705 to GitLab note in main/sbbs on Sat Dec 17 00:36:54 2022
    https://gitlab.synchro.net/main/sbbs/-/issues/464#note_2952

    For now I'm just subscribed to term/log and my dashboard backend has a "switch" node so if the payload contains "paging sysop" or something like that then I can go off and update the dash, so I have a decent workaround.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nugax@1:103/705 to Rob Swindell on Sat Dec 17 02:48:30 2022
    What is mqtt? Is that a new messaging protocol?


    On 01:56 17/12 , Rob Swindell wrote:

    https://gitlab.synchro.net/main/sbbs/-/issues/464#note_2951

    When I have chat via mqtt implemented, then I definitely will be representing a sysop-chat page-status via mqtt as well.

    ---
    â–  Synchronet â–  Vertrauen â–  Home of Synchronet â–  [vert/cvs/bbs].synchro.net

    --
    yrNews Usenet Reader for iOS
    http://appstore.com/yrNewsUsenetReader
    ---
    ï¿­ Synchronet ï¿­ The ByteXchange BBS | bbs.thebytexchange.com
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Nugax on Sat Dec 17 13:06:18 2022
    Re: Re: Add "sysop paged" mqtt event
    By: Nugax to Rob Swindell on Sat Dec 17 2022 02:48 am

    What is mqtt?

    https://en.wikipedia.org/wiki/MQTT

    Is that a new messaging protocol?

    Not in the traditional BBS definition of a "messaging protocol", but yes, a messaging protocol.
    --
    digital man (rob)

    Synchronet/BBS Terminology Definition #33:
    FSP = FidoNet Standards Proposal
    Norco, CA WX: 63.8øF, 22.0% humidity, 0 mph ENE wind, 0.00 inches rain/24hrs --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nelgin@1:103/705 to All on Mon Dec 19 01:23:50 2022
    On Sat, 17 Dec 2022 02:48:30 -0600
    "Nugax" <nugax@VERT/BYTXCHG> wrote:

    What is mqtt? Is that a new messaging protocol?


    On 01:56 17/12 , Rob Swindell wrote:

    https://gitlab.synchro.net/main/sbbs/-/issues/464#note_2951

    When I have chat via mqtt implemented, then I definitely will be >representing a sysop-chat page-status via mqtt as well.

    ---
    _ Synchronet _ Vertrauen _ Home of Synchronet _
    [vert/cvs/bbs].synchro.net

    Basically sbbs spews a load of messages into a broker. A client can
    then log into this broker and subscribe to "topics", that is like a
    path to the data that is being sent. You can then use the client to
    redisplay the data however you may want to.

    I'm using mosquitto as the broker on the same host as the bbs. It's
    lightweight and very easy to configure. I don't think I needed to
    change anything.

    I then loaded up node-red after ensuring I had node18 installed first.

    https://pasteboard.co/LlLyjUM2Rq54.png

    Also, SBBS can pick up messages coming the other way, so on my control
    panel I have buttons that allows me to recycle each of the services.

    This is just an example of what can be done.
    --
    End Of The Line BBS - Plano, TX
    telnet endofthelinebbs.com 23
    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)