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 ?