Skip to content

christianpiper/arduinoVNC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VNC Client for Arduino

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

may run on Arduino DUE too.

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 51.1%
  • C 48.9%