Write Your Own B.B.S.

Another fine product © 2019 to 2022
by Modern Pascal Solutions, LLC.

Site Tools


Hotfix release available: 2024-02-06b "Kaos". upgrade now! [55.2] (what's this?)
Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
Hotfix release available: 2023-04-04b "Jack Jackrum". upgrade now! [54.2] (what's this?)
Hotfix release available: 2023-04-04a "Jack Jackrum". upgrade now! [54.1] (what's this?)
New release available: 2023-04-04 "Jack Jackrum". upgrade now! [54] (what's this?)
Hotfix release available: 2022-07-31b "Igor". upgrade now! [53.1] (what's this?)
terminal_wro

Windows Remote Objects (WRO) Protocol v1.0

Well, as many of you know, Telnet is boring after a while ~ seen one you seen almost all of the BBS systems out there. While WRO has been on my agenda for almost 2 decades, here it is 2020, and I am finally implementing it and documenting it. Why did it take so long to get to this point? Well, I have to write my compiler, then write a BBS to implement the protocol output in, then I needed to write terminal programs (Desktop and Web) that could understand the protocol. And of course, doing it in the web, required that my company acquire DOMAPI from Nebiru Software - so I had a Web U/I that was designed somewhat after the Delphi Compiler that I used to develop the Windows Desktop Terminal.

March 15 2020

I have implement almost every ANSI command that I can find documentation on. In doing this, I noticed, ANSI commands ending with “W” as the command character as I call it, do not exist. Since I call this protocol WRO, it is perfect to use the “W” command character as the place holder for a whole SUB-PROTOCOL in side the ANSI sequence (or an ANSI extension of my own). e.g. WRO is built using ANSI ESC [ n ; n ; n W syntax.

Definition

Widget # Calling it Description
0 CSI x; y; w; h; zW Creates Window to place Widgets a top
terminal_wro.txt · Last modified: 06/04/2023 09:17 by 127.0.0.1