The latest version of Scurry is 0.0.3-0.

Scurry

Version 0.0.1 revision 0 uploaded by JohnVanEnk.

Package meta

Synopsis
A cross platform P2P VPN application built using Haskell.
Description

P2P VPN implementation currently without any encryption. Supports Windows and Unix variants. Features include:

  • Simple NAT Traversal using UDP (similar to STUN, not the same).

  • Automatic address assignment to new peers

  • Emulates a LAN between machines

Note: Scurry currently has no encryption layer or authentication mechanism at all. Also, the packet switching is currently implemented using Data.List.lookup as opposed to something more appropriate. This really isn't much of a problem until you hit hundreds or thousands of peers.

Requires a TAP-Win32 driver to run in Windows. Requires the tun module to be loaded to run in Linux (expects /dev/net/tun).

Author
John Van Enk
Bug reports
n/a
Category
Network
Copyright
John Van Enk, 2009
Homepage
http://code.google.com/p/scurry/
Maintainer
vanenkj@gmail.com
Package URL
n/a
Stability
Experimental

Components