This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
brunet /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 02 10:13:40 -0700 2009 | |
| |
.hgignore | Tue Dec 11 09:44:07 -0800 2007 | |
| |
Brunet.build | Wed Oct 21 12:22:44 -0700 2009 | |
| |
CODING_STANDARD | Thu Jun 07 13:38:43 -0700 2007 | |
| |
README | Fri Nov 09 14:25:34 -0800 2007 | |
| |
config/ | Fri Jul 10 21:43:08 -0700 2009 | |
| |
docs/ | Wed Jun 17 06:06:27 -0700 2009 | |
| |
gpl.txt | Thu May 12 16:11:07 -0700 2005 | |
| |
lib/ | Fri Jul 10 21:44:29 -0700 2009 | |
| |
scripts/ | Wed Oct 21 12:22:59 -0700 2009 | |
| |
src/ | Tue Nov 17 19:17:14 -0800 2009 | |
| |
tests/ | Tue Oct 27 09:02:48 -0700 2009 |
README
Brunet P2P library Building Brunet ================ Brunet uses the NAnt build tool. To build all the code run NAnt in the top level directory. It will recursively build all the code. If you are interested in building the Brunet.dll library, you can go into the src/protocol directory and run NAnt. The resulting library will be placed in the lib/ directory. On Debian/Ubuntu based systems, you'll need to install the following packages: nant mono mono-gmcs libmono-system-runtime2.0-cil Tests ====== The tests/protocol directory has some simple interactive tests. Some tests have been created in the src/protocol directory as nunit tests. You can build an nunit testable Brunet.dll by going into src/protocol and building the target "test", (command: nant test). Example uses of Brunet ========= For simple examples of writing an application which uses Brunet see src/examples. Brunet Chat ========= There is a functional GTK# chat program in the src/apps/chat/ directory. It should give a (somewhat unclean) example of using GTK#/Glade as well as a non-trivial Brunet application. Help: ============ Contact P. Oscar Boykin <boykin@pobox.com> if you have questions/comments about Brunet. License: =========== This code is licensed under the GPLv2 (or at your option any later version).







