All Projects → stweil → Osxvnc

stweil / Osxvnc

Licence: gpl-3.0
VNC Server for macOS

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Osxvnc

docker-images
Kali and Parrot OS docker images accessible via VNC, RDP and Web
Stars: ✭ 66 (-35.29%)
Mutual labels:  vnc
Libvncserver
LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
Stars: ✭ 695 (+581.37%)
Mutual labels:  vnc
Ip Kvm Interface
DIY IP-KVM for Remote Desktop Access
Stars: ✭ 62 (-39.22%)
Mutual labels:  vnc
kali-desktop
🐳 Kali Linux desktop running in Docker on any operating system, in your web browser or a VNC client, with Kali top10 tools pre-installed.
Stars: ✭ 72 (-29.41%)
Mutual labels:  vnc
Openiothub
💖A free IoT (Internet of Things) platform and private cloud. [一个免费的物联网和私有云平台,支持内网穿透]
Stars: ✭ 371 (+263.73%)
Mutual labels:  vnc
Androidsdk
🐳 Full-fledged Android SDK Docker Image
Stars: ✭ 776 (+660.78%)
Mutual labels:  vnc
TouchBarServer
Touch Bar over VNC
Stars: ✭ 77 (-24.51%)
Mutual labels:  vnc
Chrome
Docker Automated Build Repository for siomiz/chrome -- Google Chrome via VNC (or via Chrome Remote Desktop)
Stars: ✭ 97 (-4.9%)
Mutual labels:  vnc
Docker Idrac6
iDRAC 6 web interface and VNC proxy
Stars: ✭ 373 (+265.69%)
Mutual labels:  vnc
X11vnc Desktop
Docker image for Ubuntu with X11 and VNC
Stars: ✭ 57 (-44.12%)
Mutual labels:  vnc
cloud-computer
☁️ The Cloud Native Computer
Stars: ✭ 5 (-95.1%)
Mutual labels:  vnc
X11vnc
a VNC server for real X displays
Stars: ✭ 272 (+166.67%)
Mutual labels:  vnc
Virtscreen
Make your iPad/tablet/computer into a secondary monitor on Linux.
Stars: ✭ 887 (+769.61%)
Mutual labels:  vnc
ubuntu-vnc-xfce
Headless Ubuntu/Xfce containers with VNC/noVNC (Generation 1)
Stars: ✭ 51 (-50%)
Mutual labels:  vnc
Remoteink
📖 🖥️ Turns Pockerbook E-Ink reader into a computer monitor
Stars: ✭ 67 (-34.31%)
Mutual labels:  vnc
iCtrl
UofT Engineering Lab Remote
Stars: ✭ 91 (-10.78%)
Mutual labels:  vnc
Papertty
PaperTTY - Python module to render a TTY or VNC on e-ink
Stars: ✭ 699 (+585.29%)
Mutual labels:  vnc
Guacamole
Guacamole是无客户端的远程桌面网关。它支持VNC,RDP和SSH等标准协议。 我们称之为无客户端,因为不需要插件或客户端软件。 感谢HTML5,一旦Guacamole安装在服务器上,您访问桌面所需的全部功能就是一个Web浏览器。
Stars: ✭ 99 (-2.94%)
Mutual labels:  vnc
Headmore
Top geek’s VNC client that runs in Linux terminal (Linux VT console, xterm, and more)
Stars: ✭ 82 (-19.61%)
Mutual labels:  vnc
Docker Ubuntu Vnc
Ubuntu 18.04 Docker container with TightVNC server
Stars: ✭ 19 (-81.37%)
Mutual labels:  vnc

Build Status

Vine VNC Server (OSXvnc)

The code in this Git repository is based on the CVS repository at http://osxvnc.cvs.sourceforge.net/viewvc/osxvnc/. It was created using this command:

git cvsimport -d :pserver:[email protected]:/cvsroot/osxvnc OSXvnc

Vine was developed at Redstone Software which was acquired by TestPlant.

This is a modified private copy of the original software.

News

2021-01-29

libjpeg-turbo is now included as a git submodule and built using local build rules.

The build rules build now a universal app which supports both Intel and Arm64 Macs.

2017-12-15

libjpeg-turbo now is only needed for building. It is no longer required for running the server.

The software license was updated from GPL 2 to GPL 3.

2016-11-20

Builds now require https://sourceforge.net/projects/libjpeg-turbo/ or a compatible libjpeg.

2015-10-10

Vine VNC server now also works with high resolution (retina) displays (thanks to Tom Sealy who wrote the new code).

Building

Vine VNC server requires Xcode to build a distributable packet from sources.

In addition, it uses the JPEG library libjpeg-turbo. The source code for that library is included as a Git submodule.

Building from Xcode

Build the libjpeg-turbo library first by runnning ./build-libjpeg-turbo.sh. Then open OSXvnc.xcodeproj in Xcode and build the "Vine Server Package".

You will find the distributable at /tmp/VineServer.dmg

Building from the command line

Run these commands from the command line:

./build-libjpeg-turbo.sh
xcodebuild -configuration Deployment

Again you will find the distributable at /tmp/VineServer.dmg

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/ or the file LICENSE in the distribution.

Links

CVS repository at Sourceforge:

Other Git clones of the CVS code:

Documentation at TestPlant.com:

RFB Standard:

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].