Wednesday, February 17, 2010

I decided to release to the open community two of my projects:

Patcher .NET is a patch generator for windows programs fully written in C#. It creates a single .exe file that embeds files to be copied on the target system, sql server script and more.รน
The license if MIT and the current release is 1.0.2.

Check it out here:
http://code.google.com/p/patcher-dot-net

NekoDrive is a NFS virtual drive for windows. You can mount a remote NFS exported device on a local drive. Is written in C, C++ and C#. It uses a modified version of oncrpc with 64bit data types support. Currently I developed NFS v2 and v3 protocol, the C# wrapper and a test NFS GUI Client. Next step will be to integrate the wrapper with the Dokan virtual file system.
The project is under GNU GPL v3 license and but the libraries are under LGPL so you can integrate those in your project.

Check it out here:
http://code.google.com/p/nekodrive/