Shop OBEX P1 Docs P2 Docs Learn Events
VNC server for the propeller,possible? — Parallax Forums

VNC server for the propeller,possible?

TubularTubular Posts: 4,706
edited 2012-03-22 03:34 in Propeller 1
Beau's AndroidVNC recommendation has me thinking - how hard would it be to write a VNC server application for the propeller?

VNC ("Virtual Network Computing") relays the display buffer of the server to a viewer, and relays the keyboard/mouse events from the viewer back to the host (ie the Propeller).

VNC is based on the RFB protocol initially developed by Olivetti. At first glance It doesn't look all that scary (at least version 3.3), but perhaps there is devil in the detail. Does anyone have any experience with the protocol?

It would be possible to use an Ethernet<>Serial converter to handle the network side, so the propeller would just have to handle the serial stream and encoding/decoding. The Spinneret may also be a possibility.

There are VNC hosts and viewers available for pretty much every platform, including smartphones.

Comments

  • RaymanRayman Posts: 14,844
    edited 2012-03-22 03:34
    I think this is like "remote desktop" from a PC, only cross platform, right?
    I did something similar for "PropMonitor", but only transmitted the screen buffer, not the raw pixel data.
    Sending the screen as pixels would be too slow, I think...

    But, something like this that also sent back mouse and keyboard input is a great idea.
Sign In or Register to comment.