The MityDSP RFB server allows you to easily add a Remote Frame Buffer server interface into your MityDSP based aplication. An RFB interface can be used to allow virtual network computing (VNC) clients to connect to the MityDSP and display framebuffer interfaces such as that provided by the MityDSP ggui library.
By itself the RFB deamon is not very useful, but in conjunction with your MityDSP application it can allow remote graphical access that is platform independent for tasks such as status display or remote configuration.
The MityDSP RFB deamon complies with version 3.8 of the RFB Protocol. Currently, only RAW encoding techniques are supported, and NO athentication mechanisms are provided. However, users may extend the authentication/security protocols as well as the encoding mechanisms by implementing and registering them using the tcSecurity and the tcEncoding abstraction classes accordingly.
The following simple example will start a RFB deamon with the name "MityDSP" using the ggui graphics library framework.