1 Star 0 Fork 0

supers / EasyConnect

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Build status

Get the installer for the latest released version here or for the latest CI version here. You can also install it from the Microsoft Store here.

This is a Windows tabbed remote desktop application whose UI was designed to resemble Chrome's. Currently it supports Microsoft's Remote Desktop Protocol (RDP), Secure Shell (SSH), PowerShell, and VNC but has a plugin architecture designed to enable third-party support for other protocols such as Citrix, etc.

Implementing Protocol Plugins

For an example of implementing a protocol plugin, you can look at the EasyConnect.Protocols.Rdp project. You'll want to reference EasyConnect.Common and EasyConnect.Protocols and then implement classes that inherit from the following base classes:

  • BaseConnection - This holds the configuration for a connection using your protocol. Make sure to implement your own ISerializable constructor and override GetObjectData()
  • BaseConnectionForm<T> - This is the form that contains the actual UI controls and logic to create a connection using your protocol. The easiest thing to do is initially derive from Form, design the window (bear in mind that it will be displayed as a child of a Panel control with a BorderStyle of None), and then change the base class to BaseConnectionForm<T>.
  • IOptionsForm - This is the form that will allow the user to configure a connection using your protocol. Like BaseConnectionForm<T>, this will be displayed as a child of a Panel control with a BorderStyle of None.
  • BaseProtocol - This serves simply to aggregate the previous classes and provide some display data for your new protocol.

That's it! Just make sure that the assembly for your protocol is in the EasyConnect directory and it will be picked up and used automatically by the application. The protocol plugin architecture is still evolving, so if you find limitations to the API or want other things added to enable you to implement your protocol, please feel free to contact me or send me a pull request. I'm also happy to accept pull requests for your protocol projects to include them in the main application.

This project is licensed under the GPL

空文件

简介

Tabbed remote desktop application with a Chrome-like UI. 展开 收起
C#
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/dreamyuf/EasyConnect.git
git@gitee.com:dreamyuf/EasyConnect.git
dreamyuf
EasyConnect
EasyConnect
master

搜索帮助