Changes between Version 5 and Version 6 of neercs/protocol


Ignore:
Timestamp:
01/02/2011 03:44:44 PM (14 years ago)
Author:
Sam Hocevar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • neercs/protocol

    v5 v6  
    44
    55High level client-to-server commands:
    6  * Establish a connection with the server
     6 * '''CONNECT''': establish a connection with the server
    77    * '''out''': optional connection credentials
    88    * '''in''': current list of window IDs
    9  * Open a new process window
     9 * '''NEW''': open a new process window
    1010    * '''out''': optional command line (otherwise, a new shell is spawned)
    1111    * '''in''': ID of the new window
    12  * Open a process browser window
     12 * '''BROWSE''': open a process browser window
    1313    * '''in''': ID of the new window
    14  * Replace a process browser with the given process
     14 * '''GRAB''': replace a process browser with the given process
    1515    * '''out''': PID of the process to grab
    16  * Kill any window
     16 * '''KILL''': kill any window
    1717    * '''out''': ID of the window to kill
    18  * Close the connection with the server
     18 * '''DISCONNECT''': close the connection with the server
    1919
    2020Low level client-to-server commands:
    21  * Send a keystroke for a given window
     21 * '''KEY''': send a keystroke for a given window
    2222    * '''out''': ID of the window, keystroke information
    23  * Send a mouse event (motion, button press or release) for a given window
     23 * '''MOUSE''': send a mouse event (motion, button press or release) for a given window
    2424    * '''out''': ID of the window, mouse event information
    25  * Send a resize event for a given window
     25 * '''RESIZE''': send a resize event for a given window
    2626    * '''out''': ID of the window, resize information
    27  * Set the active refresh area for a given window.
     27 * '''ACTIVE''': set the active refresh area for a given window.
    2828    * '''out''': ID of the window, area information
    2929