Application written in C# for Remote Desktop Over Network
This was a project for a lesson at my University that takes advantage of some algorithms that will help for faster & a better way to share the desktop over the network from one user to another. Also, it captures logs, statistics, the last frame sent and you have the option to emulate a frame delay & drop.
Big Thanks to:
- LZ4 Compression: https://github.com/MiloszKrajewski/lz4net
- Screen Change Detect Algorithm: http://bobcravens.com/2009/04/create-a-remote-desktop-viewer-using-c-and-wcf/
- Safe Invoke Class: http://www.codeproject.com/Articles/52752/Updating-Your-Form-from-Another-Thread-without-Cre