Thursday, March 4, 2010

NekoDrive Release 0.2.0.1

today I released the 0.2.0.1 version, that allows you to copy and paste
files from/to an NFS export. There are still many bugs that will be fixed in the next
releases. Stay tuned! :)

Wednesday, March 3, 2010

Finally I released an alpha version of nekodrive (0.1.0.2).
It's still full of bugs but you can access to a remote NFS v2/v3 device and see the files and atributes.

check this out here

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/