Scurry

A cross platform P2P VPN application built using Haskell.

http://code.google.com/p/scurry/

Latest on Hackage:0.0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by John Van Enk
Maintained by [email protected]

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).