Giter Club home page Giter Club logo

gitter-badger / multivnc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bk138/multivnc

0.0 0.0 0.0 4.92 MB

MultiVNC is a cross-platform Multicast-enabled VNC viewer using wxWidgets and libvncclient . It runs on Unix, Mac OS X and Windows. Features include support for most encodings, ZeroConf service discovery and a seamless edge control mode á la x2vnc. There also is a mobile (Android) version with a different feature set available.

License: GNU General Public License v3.0

Java 54.13% C++ 30.60% C 12.95% HTML 0.30% NSIS 0.38% CMake 1.63% Shell 0.02%

multivnc's Introduction

Build Status Help making this possible Become a patron

MultiVNC is a cross-platform Multicast-enabled VNC viewer using wxWidgets and libvncclient. It runs on Unix, Mac OS X and Windows. There also is an Android version.

Both the desktop and the mobile version feature:

  • Support for most encodings including Tight.
  • Discovery of VNC servers advertising themselves via ZeroConf.
  • Bookmarks.

The desktop version stands out with additional features such as:

  • MulticastVNC ;-)
  • Several connections with one viewer using tabs.
  • Listen mode (Reverse VNC). Via tabs it's possible to listen for and serve multiple incoming connections.
  • Window sharing: You can beam one of your windows to the remote side if they support receiving windows (run a listening viewer).
  • Seamless control of the remote side by moving pointer over the (default upper) screen edge. Borrows heavily from x2vnc by Fredrik Hübinette [email protected], which in turn was based on ideas from x2x and code from vncviewer.
  • Simple, loggable statistics
  • Supports server framebuffer resize.

The mobile Android version sports:

  • Virtual mouse button controls with haptic feedback.
  • Two-finger swipe gesture recognition.
  • A super fast touchpad mode for local use.
  • Hardware-accelerated OpenGL drawing and zooming.
  • Copy&paste to and from Android.
  • Availability from both Google Play and F-Droid.

For features that are planned, but not completed yet, look at the TODO file.

How to get prebuilt packages

Prereleases

These are automatically built from the current master branch and contain cutting edge features and bug fixes.

Releases

How to compile the desktop wxWidgets version from source

The prerequisites:

  • the usual c-compiler with headers and stuff
  • wxWidgets dev package version >= 3.0
  • zlib dev package
  • libjpeg dev package

After cloning the repo, do

   git submodule init
   git submodule update

To compile:

   mkdir build
   cd build
   cmake ..
   cmake --build .

And cross fingers...

To install:

  • make install as root
  • or copy binary wherever you like to

That's pretty much it, have fun!

MulticastVNC notes

You can get a modified libvncserver/libvncclient at https://github.com/LibVNC/libvncserver/tree/multicastvnc - this is the same library that MultiVNC uses internally.

multivnc's People

Contributors

bk138 avatar chunlinyao avatar danielgindi avatar gch1p avatar gujjwal00 avatar kpansky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.