GnetRAID Project wiki
GnetRAID is a project intended to efficiently implement RAID-like algorithms in software and to implement some possible applications using these algorithms. The main algorithm used is Michael Rabin's Information Dispersal Algorithm. The algorithm is very similar to the more widely-known Reed-Solomon coding method, versions of which are used to perform error detection and correction in applications such as Compact Discs and hardware RAID arrays.
Initially, this project is aimed at developers who want a decent library implementation of Rabin's IDA or Reed-Solomon codes and who want to develop applications using them. Although some C code is used in the lower-level code, the main development language for the higher-level parts is Perl.
In addition, two user applications are currently implemented:
Command-line versions of these programs are currently available, but GUI versions are planned.
The latest official release is available from the project's main SourceForge page, under the files link.
All active development takes place in the Subversion repository for the project. To download the latest files use:
svn co https://gnetraid.svn.sourceforge.net/svnroot/gnetraid gnetraid
For each module, the current development tree resides in trunk/, while all released files will be placed in the tags/. If any branches are created, they will reside in the branches/ directory.
For now, the only other pages here are:
Consult the User's Guide for information on using the wiki software.