Skip to content

szp35/RabbitRemoteControl

 
 

Repository files navigation

Author: Kang Lin kl222@126.com


Gitter GitHub issues GitHub forks Contributors PRs Welcome C++ platform

GitHub stars Gitee stars

Downloads from github Download from sourceforge

Latest Release Release Download RabbitRemoteControl


🇨🇳 中文



Introduction

Rabbit Remote Control is a cross-platform, multi-protocol remote control software.

Allows you to use any device and system in anywhere and remotely manage any device and system in any way.

Screenshot

Main window Recent list menu Connect
Main window Recent list menu Connect

Stargazers over time

Stargazers over time

Project repository position

Functions

Server Client Clipboard File Audio P2P Proxy Terminal
RDP
RFB …… …… ……
Spice
Scrcpy
Terminal
TELNET
SSH
FTP

Legend: ✓ : completed; … : working; ⭕ : not completed; Empty: not started; ❌: not supported

Supported operating system (See: https://doc.qt.io/qt-5/supported-platforms.html)

  • Windows
  • Unix/Linux
  • Android
  • mac os
  • IPHONE
  • WINCE

I have no devices so I did not compile and test. Please test by yourself if you have devices. Interested and capable friends are welcome to participate in the development of the project.

If you want to donate the developed devices for me, please contact: (email: kl222@126.com)

Supported protocols

Remote control protocols
Windows Unix/linux Android MAC IPHONE WINCE
vnc
RDP
Spice
SSH
Terminal
TELNET
Scrcpy

Legend: ✓ : completed; … : working; ⭕ : not completed; Empty: not started; ❌: not supported

Network protocols
  • Custom p2p protocol
    • ICE
    • STUN
    • TURN
  • Proxy
    • socks
    • http
    • Custom p2p proxy protocol: KangLin#7
Proxy P2P
RabbitVNC
TigerVNC
LibVNC
FreeRDP

Legend: ✓ : completed; … : working; ⭕ : not completed; Empty: not started; ❌: not supported

Build status

  • Build status

Github actions

master develop
Linux Linux Build status Linux Build status
Windows Windows Build status Windows Build status
Android Android Build status Android Build status

Sponsorship and Donations

If this software is useful to you, or you like it, please donate and support the author. Thank you!

donation

If it cannot be displayed, please open: https://gitee.com/kl222/RabbitCommon/raw/master/Src/Resource/image/Contribute.png

Contribution

If you're wondering how could you help, fear not, there are plenty of ways:

Some of them are:

  • Donation - Provide funds and devices for this project 😄
    • The project is need server with public IP
  • Spread the good word about RabbitRemoteControl to make it more popular 😄
  • Have an opinion? Make sure to voice it in the Discussions that need it 😉
  • Fixing easy Issues or Issues that need help. Make sure to read Contributing first though 😉
  • Testing and reporting bugs
  • Translating, it's easy 😄
  • Reviewing and testing pull requests – you don't need to be able to code to do that 😉
  • Distribute this program to various operating systems
    • Linux
      • Ubuntu, Debian
      • Redhat
      • openSUSE
      • FreeBSD
      • CentOS
      • Arch Linux
    • Unix
    • Windows 10 mall
    • Android
  • Be finished unsupported protocols

Road map

  • Support common existing remote control protocols
    • Client
      • Client frame
        • Remote desktop
        • Terminal(Linux implemented,but it is has a smae BUG)
      • Specific protocol support, see: Supported protocol
      • Custom point-to-point remote control protocol, see requirements for details: KangLin#7
    • Server
      • Server framework
      • Specific protocol support, see: Supported protocol
      • Custom point-to-point remote control protocol, see requirements for details: KangLin#7
  • Custom point-to-point remote control protocol, see requirements for details: KangLin#7
Server Client Clipboard File Audio P2P Proxy Terminal
RabbitVNC
TigerVNC
LibVNCServer
RDP
Spice
SSH
Terminal
TELNET
Scrcpy

Legend: ✓ : completed; … : working; ⭕ : not completed; Empty: not started; ❌: not supported

At present, the development of common remote control protocol client has been completed, and it has preliminary practical functions. It is necessary for small partners to try it out, find BUG, and put forward suggestions that can be more convenient to use in practical applications.

For terminal remote control, because qtermwidget only supports LINUX/UNIX, it needs to support other platforms.

The next level of work is to solve point-to-point remote control, which is also a feature of this project. See requirements for details: KangLin#7

Download

Semantic Versioning: https://semver.org/

  • Latest Release:

    • Latest Release
    • Release
    • Download RabbitRemoteControl
  • Current version:

    • Windows: Supported WINDOWS 7 and later version
    • Ubuntu:
      • Ubuntu 20.04: rabbitremotecontrol_0.0.18_amd64_Ubuntu-20.04.deb

        sudo apt install ./rabbitremotecontrol_0.0.18_amd64_Ubuntu-20.04.deb
        
        # If you're on an older Linux distribution, you will need to run this instead:
        # sudo dpkg -i rabbitremotecontrol_0.0.18_amd64_Ubuntu-20.04.deb
        # sudo apt-get install -f # Install dependencies
        
      • Ubuntu 18.04: rabbitremotecontrol_0.0.18_amd64_Ubuntu-18.04.deb

        sudo apt install ./rabbitremotecontrol_0.0.18_amd64_Ubuntu-18.04.deb
        
        # If you're on an older Linux distribution, you will need to run this instead:
        # sudo dpkg -i rabbitremotecontrol_0.0.18_amd64_Ubuntu-18.04.deb
        # sudo apt-get install -f # Install dependencies
        

Development

Doxyen documentation

Dependent

Tools

  • Qt
  • C/C++ compiler
    • gcc/g++
    • MSVC
  • CMake
  • Automake、 Autoconf、 Make
  • Git

Dependent libraries

Build

Please abide by the License Agreement of this project and the license agreement of the dependent library, and thank the authors of dependent library and tools.

About

Rabbit remote control. Support VNC, RDP, Terminal, SSH, TELNET etc

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
License.md

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 90.3%
  • CMake 5.1%
  • Shell 3.8%
  • NSIS 0.8%