We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
最好的选择是移植 rdesktop 代码。它已经将其移植到 java,因此应该为您提供一个良好的起点。
http://properjavardp.sourceforge.net/
Your best bet is to port the rdesktop code. It's already ported it to java so that should give you a good starting point.
http://properjavardp.sourceforge.net/
只是让您知道:我正在编写与 FreeRDP 的 C# 绑定,作为名为 Screenary 的姊妹项目的一部分:https:// /github.com/Screenary/Screenary
Just letting you know: I'm working on writing C# bindings to FreeRDP as part of a sister project called Screenary: https://github.com/Screenary/Screenary
尝试看看
此 CodeProject 如何用纯 C# 编写终端服务加载项 作者:Selvin
更新:
或者查看 sourceforge.net 上的 gnome-rdp。 (关闭 - 但“没有雪茄” - 因为这是 rdesktop 等的 C# (Mono) 包装器。)
困难的方法是将现有的 RDP 客户端从 C/C++ 移植到 C# - 例如。 CoRD(在 sourceforge.net 上找到)
/Erling Damsgaard
DNS-IT ApS
Try looking at
This CodeProject How to Write a Terminal Services Add-in in Pure C# by Selvin
Update:
Or look at gnome-rdp at sourceforge.net. (close - but "no cigar" - since this is a C# (Mono) wrapper for rdesktop etc.)
The hard way is to port an existing RDP client, from C/C++ to C# - ex. CoRD (found on sourceforge.net)
/Erling Damsgaard
DNS-IT ApS
或使用终端 (terminals.codeplex.com)
or use terminals (terminals.codeplex.com)