Addded README
Code cleanup
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# PyVNCs
|
||||
|
||||
Simple command line multiplatform python VNC Server.
|
||||
|
||||
This is a simple command line VNC server, aimed to quick remote support situations.
|
||||
|
||||
This VNC Server is proven to work on:
|
||||
- Linux (Xorg, Wayland not supported so far)
|
||||
- Mac OS
|
||||
- Windows (7 and onwards)
|
||||
|
||||
Supported encodings:
|
||||
- raw
|
||||
- zlib
|
||||
|
||||
TODO:
|
||||
- Add support for more (efficient) encodings
|
||||
- VEnCrypt support (WIP)
|
||||
- Add support for uPnP (for incomming connections on supported nat gateways)
|
||||
|
||||
FAQ:
|
||||
Q: Why a VNC server on python?
|
||||
A: Because python is fun!
|
||||
Reference in New Issue
Block a user