I wanted to gauge how everyone felt about this sort of "collection of tools working together" type of mentality before I start working on it,
with an installer? Part of the thinking with using Snarl or some other true "notification" app, is that it already has built-in support for multiple notification options, including forwarding them to a smart phone. It's highly unlikely that I could support my own notification system that would provide as many options.
I wanted to gauge how everyone felt about this sort of "collection of tools working together" type of mentality before I start working on it, though.
lets you add buttons to a notification; would be nice if you could trigger something that pulls the user into chat when the sysop accepts the page.
FWIW I made a chat pager thing, but at present it's only really useful if you're normally on IRC. This is in Synchronet's CVS repository, at 'xtrn/chat_pager/'. Let your IRC client send you the notification; tell the IRC bot to answer the page, and it will pull the user into your channel via the BBS' IRC client. This has the benefit of letting you respond to a page from any device, rather than using the built-in sysop chat thing on the machine that's hosting the BBS.
Razor wrote to All <=-
@VIA: VERT/SILENT
Hi all. This isn't necessarily exclusively a JavaScript question, but
it will at least partially involve JavaScript.
I previously wrote a remote sysop pager notification system & I think
it should be updated. It originally consisted of a JavaScript that
I previously wrote a remote sysop pager notification system & I think it should be updated. It originally consisted of a JavaScript that would send a notification to Growl on a Windows system. Growl for Windows is no longer being developed, so I feel I should at least update it to send the notification to Snarl.
I wanted to gauge how everyone felt about this sort of "collection of tools working together" type of mentality before I start working on it, though. Is this ok, or would more sysops prefer a regular "Windows app" with an installer? Part of the thinking with using Snarl or some other true "notification" app, is that it already has built-in support for multiple notification options, including forwarding them to a smart phone. It's highly unlikely that I could support my own notification system that would provide as many options.
Remote sysop paging would be nice, but I also need remote chat, because my boards run headless. I'm guessing that means a dedicated app. Paging is useless to me without chat as well.
Nightfox wrote to Vk3jed <=-
What about remote desktop? My BBS PC has a monitor, but usually I
leave its monitor turned off, and when I'm on my main PC, I'll remote desktop into my BBS machine. Usually I use VNC for that (although my
BBS machine runs Windows and I could use Windows Remote Desktop if I wanted to).
Remote sysop paging would be nice, but I also need remote chat, because my boards run headless. I'm guessing that means a dedicated app. Paging is useless to me without chat as well.
Razor wrote to Vk3jed <=-
I'm not sure a decent solution exists for remote chat with your preferences. I have a couple questions about this.
1. What OS & version is your board running on?
2. What OS & version are you sitting in front of?
3. It sounds like you're hoping for remote chat that works
automatically with 1-2 clicks?
2. What OS & version are you sitting in front of?Windows 7 (primary), Linux Mint 18.2 (secondary)
3. It sounds like you're hoping for remote chat that worksYep, ADHD requires things kept simple. :)
automatically with 1-2 clicks?
Razor wrote to Vk3jed <=-
Do you use, or would you be willing to use SyncTerm on either/both of
your client systems?
I do, but that's an already open window that's usually hidden (and I don't have speakers). :)
You're not going to make this easy for me, are you? Haha, :P
So you need to have visual paging options, got it.
Do you have, or would you be willing to set up, a file share that all 3 of these systems can see & make changes to?
Razor wrote to Vk3jed <=-
You're not going to make this easy for me, are you? Haha, :P
So you need to have visual paging options, got it.
Do you have, or would you be willing to set up, a file share that all 3
of these systems can see & make changes to?
Razor wrote to Vk3jed <=-
Oh & are you running Synchronet 3.17?
Re: Re: Remote sysop paging dev questions
By: Vk3jed to Razor on Thu Jun 07 2018 08:23 am
Hey Digital Man,
Is there any way currently to access sysop chat via JS?
I guess it depends on what you mean by "access". You can initiate a local/sysop chat using the bbs.private_chat(true) function call.
And there's a proof-of-concept private/sysop chat implemented in JS here:
Re: Re: Remote sysop paging dev questions
By: Digital Man to Razor on Thu Jun 07 2018 11:29 pm
I guess it depends on what you mean by "access". You can initiate a local/sysop chat using the bbs.private_chat(true) function call.
And there's a proof-of-concept private/sysop chat implemented in JS here:
I'm trying to figure out the best way to have a sysop chat that can be done within an app that connects to the BBS computer over TCP/IP. I think I'm going to be doing this with wxPython & I need it to support at least Windows & Linux for both the client side & server side, in any configuration of the 2 (Windows->Windows, Linux->Linux, Windows->Linux, Linux->Windows).
I'm trying to figure out the best way to have a sysop chat that can be done within an app that connects to the BBS computer over TCP/IP. I think I'm going to be doing this with wxPython & I need it to support at least Windows & Linux for both the client side & server side, in any configuration of the 2 (Windows->Windows, Linux->Linux, Windows->Linux, Linux->Windows).
Re: Re: Remote sysop paging dev questions
By: Razor to Digital Man on Sun Jun 10 2018 02:28 pm
I'm trying to figure out the best way to have a sysop chat that can be done within an app that connects to the BBS computer over TCP/IP. I think I'm going to be doing this with wxPython & I need it to support at least Windows & Linux for both the client side & server side, in any configuration of the 2 (Windows->Windows, Linux->Linux, Windows->Linux, Linux->Windows).
It just occurred to me that the server side of this should probably be a Synchronet service & should be done in JS. Is there documentation on how to create a new service?
On 06-23-18 22:39, Razor wrote to Vk3jed <=-
@VIA: VERT/SILENT
Re: Re: Remote sysop paging dev questions
By: Vk3jed to Razor on Thu Jun 07 2018 08:23 am
Vk3jed,
What did you have in mind for visual page notifications? Are you picturing the built-in notification system of each OS, or something
more? If more, would you mind describing it?
What did you have in mind for visual page notifications? Are youAt the least, flashing the window in the taskbar
On 06-24-18 11:49, Razor wrote to Vk3jed <=-
What Desktop Environment are you using on your Linux system?
What Desktop Environment are you using on your Linux system?
Cinnamon on Linux Mint.
On 06-24-18 22:19, Nightfox wrote to Vk3jed <=-
I like that one too. Linux Mint with Cinnamon is currently my favorite Linux distro (or at least one of my favorite distros).
On 07-16-18 01:40, djatropine wrote to Vk3jed <=-
@VIA: VERT/LIQDREAM
Re: Re: Remote sysop paging dev questions
By: Vk3jed to Nightfox on Mon Jun 25 2018 07:47 pm
---
■ Synchronet ■ Sent From Liquid Dreamz BBS
On 08-19-18 21:48, Razor wrote to Vk3jed <=-
@VIA: VERT/SILENT
Re: Re: Remote sysop paging dev questions
By: Vk3jed to Razor on Mon Jun 25 2018 07:56 am
Hi Vk3jed. I have released the initial version of my remote sysop
pager. Remote sysop chat is coming soon. Please see my message on Synchronet Sysops for specifics.
Re: Re: Remote sysop paging dev questions
By: Digital Man to Razor on Thu Jun 07 2018 11:29 pm
I guess it depends on what you mean by "access". You can initiate a local/sysop chat using the bbs.private_chat(true) function call.
And there's a proof-of-concept private/sysop chat implemented in JS here:
I'm trying to figure out the best way to have a sysop chat that can be done within an app that connects to the BBS computer over TCP/IP. I think I'm going
to be doing this with wxPython & I need it to support at least Windows & Linux
for both the client side & server side, in any configuration of the 2 (Windows->Windows, Linux->Linux, Windows->Linux, Linux->Windows).
---
■ Synchronet ■ The Silent Strike - bbs.thesilentstrike.com
i like a sysop chat than page via jabber/xmmp
Re: Re: Remote sysop paging dev questions
By: Ragnarok to Razor on Mon Aug 27 2018 11:43 am
i like a sysop chat than page via jabber/xmmp
This is an interesting idea. So that I better understand how this might work,
what jabber client are you using & what platform are you running it on?
---
■ Synchronet ■ The Silent Strike - bbs.thesilentstrike.com
i search for javascript xmmp libraries but all are implement for web browsers. I can not find one for use in sync js engine.
my idea es very simple
when the user login to the bbs. run the "jabber sysop client magic
module" and it can call to sysop. the door connecct to the "python
daemon" and send message to sysop link
"Pirulo is paging you"
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,055 |
Nodes: | 17 (2 / 15) |
Uptime: | 00:31:22 |
Calls: | 501,024 |
Calls today: | 11 |
Files: | 109,384 |
D/L today: |
2,188 files (185M bytes) |
Messages: | 304,875 |
Posted today: | 1 |