8

I am working on a VNC viewer application for iPhone, and connecting it to tightVNCServer. I have discovered that I can either:

  • Modify COTVNC to build my own version for iPhone
  • Use C-based libvncclient library and bind it with Objective-C code

Which solution will provide the most features supported by tightVNCServer, such as file transfer, etc ?

4

2 回答 2

4

我将很快结束你的辩论:两者都是在 GPL 许可下获得许可的。AppStore 上不允许使用 GPL 许可的代码(还记得 Apple 是如何将 VLC 下架的吗?)。所以你的选择必须是“无”,除非你准备好看到无数小时的工作付诸东流……

于 2011-06-18T20:40:10.850 回答
2

查看TightVNC商业许可证以获得快速解决方案。它不受 GPL 许可。

于 2012-10-30T09:52:58.647 回答