• Add "sysop paged" mqtt event

    From Nigel Reed@1:103/705 to GitLab issue in main/sbbs on Wednesday, December 14, 2022 21:58:58
    open https://gitlab.synchro.net/main/sbbs/-/issues/464

    With a sysop paged event from a node, it would be possible to have an mqtt client pager for those sysops with VPS hosted boards. A client could listen for the topic and notify the sysop with a sound of their choice. The option to chat with the caller could be included in the client for those who may be able to do.
    --- 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 Wednesday, December 14, 2022 22:00:21
    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 Wednesday, December 14, 2022 22:00:21
    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 Friday, December 16, 2022 23:56:56
    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 Saturday, December 17, 2022 00:36:55
    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 Saturday, December 17, 2022 02:48:30
    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 Saturday, December 17, 2022 13:06:19
    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 Monday, December 19, 2022 01:23:50
    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)