All Projects → bk138 → Multivnc

bk138 / Multivnc

Licence: gpl-3.0
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.

Projects that are alternatives of or similar to Multivnc

Libvncserver
LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
Stars: ✭ 695 (+418.66%)
Mutual labels:  remote-desktop, vnc
docker-chromium
Docker container with Chromium desktop and a Web VNC client allowing you to run Chromium on any server you have
Stars: ✭ 64 (-52.24%)
Mutual labels:  remote-desktop, vnc
Premotem
Personal Remote Manager
Stars: ✭ 161 (+20.15%)
Mutual labels:  remote-desktop, vnc
vernacular-vnc
A pure Java VNC client library
Stars: ✭ 55 (-58.96%)
Mutual labels:  remote-desktop, vnc
avnc
VNC Client for Android
Stars: ✭ 207 (+54.48%)
Mutual labels:  remote-desktop, vnc
easy-novnc
Single-binary noVNC instance, web UI, and multi-host proxy.
Stars: ✭ 142 (+5.97%)
Mutual labels:  remote-desktop, vnc
RabbitRemoteControl
Remote control. Support VNC, RDP, Terminal, SSH, TELNET etc
Stars: ✭ 82 (-38.81%)
Mutual labels:  remote-desktop, vnc
Wayvnc
A VNC server for wlroots based Wayland compositors
Stars: ✭ 273 (+103.73%)
Mutual labels:  remote-desktop, vnc
Headmore
Top geek’s VNC client that runs in Linux terminal (Linux VT console, xterm, and more)
Stars: ✭ 82 (-38.81%)
Mutual labels:  remote-desktop, vnc
Pierotateview
android自定义View,带旋转动画的饼状图,区块点击事件,滑动到某一区块事件,可惯性旋转
Stars: ✭ 113 (-15.67%)
Mutual labels:  viewer
Phoenix
wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.
Stars: ✭ 1,698 (+1167.16%)
Mutual labels:  wxwidgets
Elm Doc Preview
Elm offline documentation previewer
Stars: ✭ 113 (-15.67%)
Mutual labels:  viewer
Save For Offline
Android app for saving webpages for offline reading.
Stars: ✭ 114 (-14.93%)
Mutual labels:  viewer
Open Log Viewer
A multi-platform log viewer built with Electron and styled with Material Design
Stars: ✭ 125 (-6.72%)
Mutual labels:  viewer
Terminal markdown viewer
Styled Terminal Markdown Viewer
Stars: ✭ 1,565 (+1067.91%)
Mutual labels:  viewer
Neko
A self hosted virtual browser (rabb.it clone) that runs in docker.
Stars: ✭ 1,957 (+1360.45%)
Mutual labels:  remote-desktop
Python Altium
Altium schematic format documentation, SVG converter and TK viewer
Stars: ✭ 112 (-16.42%)
Mutual labels:  viewer
Irodr
RSS reader client like LDR for Inoreader.
Stars: ✭ 110 (-17.91%)
Mutual labels:  viewer
Lazyhub
lazyhub - Terminal UI Client for GitHub using gocui.
Stars: ✭ 133 (-0.75%)
Mutual labels:  viewer
Thismypc
ThisMyPC provides a neat web interface that can be used for browsing your desktop drives from any device in your browser itself. With the help of NodeJs, the file details are displayed in JSON format that can then we easily displayed in web browsers.
Stars: ✭ 128 (-4.48%)
Mutual labels:  remote-desktop

Build Status Help making this possible Become a patron Donate Gitter

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].