0015 / arduinoVNC

a VNC Client for Arduino based on rfbproto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VNC Client for Arduino Build Status

a VNC Client for Arduino based on rfbproto.

Video:

VNC Client on ESP8266 + ILI9341 VNC Client on ESP8266 + ILI9341 + Touch

Supported features
  • Bell
  • CutText (clipboard)
Supported encodings
  • RAW
  • RRE
  • CORRE
  • HEXTILE
  • COPYRECT (if display support it)
Not supported encodings
  • TIGHT
  • ZLIB
Supported Hardware
Supported Displays

more possible using VNCdisplay Interface

Issues

Submit issues to: https://github.com/Links2004/arduinoVNC/issues

License and credits

The library is licensed under GPLv2

D3DES by Richard Outerbridge (public domain)

VNC code base (GPLv2) Thanks to all that worked on the original VNC implementation

Copyright (C) 2009-2010, 2012 D. R. Commander. All Rights Reserved.
Copyright (C) 2004-2008 Sun Microsystems, Inc. All Rights Reserved.
Copyright (C) 2004 Landmark Graphics Corporation. All Rights Reserved.
Copyright (C) 2000-2006 Constantin Kaplinsky. All Rights Reserved.
Copyright (C) 2000 Tridia Corporation. All Rights Reserved.
Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved.

About

a VNC Client for Arduino based on rfbproto

License:GNU General Public License v2.0


Languages

Language:C++ 51.5%Language:C 46.2%Language:Shell 2.3%