OS4 DepotLogo by Alkaron 
(anonymous IP: 13.58.137.218,2194) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (924)
   o Video (69)

Total files: 4367

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Network » Server » rvncd.lha

RVNCd

Description: Amiga VNC Server
Download: rvncd.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 115kb
Version: 1.29
Date: 03 Mar 2024
Author: René W. Olsen
Submitter: René W. Olsen
Email: renewolsen/gmail com
Category: network/server
Replaces: network/server/rvncd.lha
License: GPL
Distribute: yes
Min OS Version: 4.1
FileID: 12850
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 107  (Current version)
164  (Accumulated)
Votes: 3 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Amiga VNC Server.

An amiga server rewritten from scratch. It still need some
love but it should be usable.

Find the soure code at https://github.com/rolsen74/rvncd

--- 
Amiga VNC Server

    Protocols:
        Only v3.3 is supported.

    Authentications:
        None: No login needed.
        d3des: Weak 8-byte password, encrypted with DES.
        I suggest using the built-in IP white/black list.

    Tile Encodings:
        Raw: Raw data is sent without any handling.
        ZLIB: Raw data compressed with zlib before sending.

    RichCursor Support:
        Mouse cursor image sent to the client to let the client handle drawing
of the mouse pointer.
        A custom image up to 64x64 pixels can also be chosen.

    Graphics Modes:
        Full TrueColor support.
        No handling of CLUT modes or pens.
        The server handles requests for parts or the full screen.
        It may ask for all the graphics or only the changed parts.

    Clipboard:
        Sending of clipboard text both ways is supported.
        A clipboard hook is installed on Amiga to detect Amiga+C.

    Mouse:
        Left, Middle, and Right mouse buttons are supported.
        Plus, scroll wheel support.

    Keyboard:
        Keyboard checks for Cold and Icecold reboots.

    GUI, ARexx, and Commodity:
        Simple access to control the server.

    Missing:
        Well, there are lots... but server drawing mouse pointer before sending
graphics, and screen cycling are two things high on the to-do list.


---
RVNCd v1.29 ( 03-Mar-2024 )

- Removed: Before there was a up to 3 sec delay at Client connect, waiting
  for client sending accepted Encoding and requesting buffer. That should
  not be needed anymore.


RVNCd v1.28 ( 03-Mar-2024 )

- Changed: The Server now only send GfxTiles that is asked for by the client.
  This also mean the Faster BufferSync=Off is no longer possible.

- Fixed: The Server no longer send RichCursor if there are no UpdateRequest.
  This fixes RealVNC logon problem.

- Fixed: The 'Settings updated, restart required' message now disapear when
  you stop the server.


Copyright © 2004-2024 by Björn Hagström All Rights Reserved