Your own private, distributed, and secure P2P network.
C# Other
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= contrib Updated linux build scripts. Jul 7, 2011
carview.php?tsp= debian Fixed Makefile and debian package building. Sep 19, 2009
carview.php?tsp= plugins Reorganized everything! Jan 10, 2018
carview.php?tsp= po Fresh import into Git. Jan 20, 2009
carview.php?tsp= resources Reorganized everything! Jan 10, 2018
carview.php?tsp= src Another huge refactor of everything Jan 10, 2018
carview.php?tsp= .gitignore Reorganized everything! Jan 10, 2018
carview.php?tsp= AUTHORS Fresh import into Git. Jan 20, 2009
carview.php?tsp= BuildWindowsInstaller.bat Fresh import into Git. Jan 20, 2009
carview.php?tsp= COPYING Fresh import into Git. Jan 20, 2009
carview.php?tsp= ChangeLog Fresh import into Git. Jan 20, 2009
carview.php?tsp= INSTALL Fresh import into Git. Jan 20, 2009
carview.php?tsp= Makefile.am Add debug plugin. Sep 16, 2009
carview.php?tsp= Meshwork.nsi
carview.php?tsp= Meshwork.sln Another huge refactor of everything Jan 10, 2018
carview.php?tsp= NEWS Fresh import into Git. Jan 20, 2009
carview.php?tsp= README
carview.php?tsp= autogen.sh Updated linux build scripts. Jul 7, 2011
carview.php?tsp= configure.ac Updated linux build scripts. Jul 7, 2011
carview.php?tsp= meshwork-gtk.pc.in Fresh import into Git. Jan 20, 2009
carview.php?tsp= meshwork.desktop Fresh import into Git. Jan 20, 2009
carview.php?tsp= meshwork.in Fresh import into Git. Jan 20, 2009
carview.php?tsp= meshwork.pc.in Fresh import into Git. Jan 20, 2009
carview.php?tsp= version.sh Fixed Makefile and debian package building. Sep 19, 2009

README

About
-----
Meshwork allows you to create a private virtual network of friends that you
can use to chat, share files, and more without worrying about compromising
your privacy.
Meshwork was created by Eric Butler.
Meshwork is currently an abandoned project. Some things work, some things don't.
If you're interested in the project, please contact me (eric@extremeboredom.net).
I'd be happy to chat about it.
Build Dependencies
------------------
 - Automake 1.9
 - gmcs
 - avahi-sharp
 - dbus-sharp
 - Mono.Cairo
 - glib-gettextize
 - GTK# 2.x
Ubuntu users can install everything in one command...
Ubuntu 11.04 Natty:
	sudo apt-get install automake1.9 mono-gmcs libavahi1.0-cil \ 
	  libdbus1.0-cil libmono-cairo2.0-cil libglib2.0-dev gtk-sharp2 \
	  intltool libgdiplus mono-1.0-devel
Instructions
------------
First install all build dependencies as explained above.
If you are building from a git repository:
	./autogen.sh
Otherwise if you are building from a release tarball:
	./configure
Next run:
	make
	sudo make install
Then just type 'meshwork' to start it.
If you would rather not install Meshwork, you can run it out
of the source tree:
	make run
Have fun.