The Scurry package
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).
Properties
| Versions | 0.0.1, 0.0.2, 0.0.3 |
|---|---|
| Dependencies | base (≥3.0.0.0), binary (≥0.4.3.1), bytestring (≥0.9.1.3), containers, network (≥2.1.0.0), network-bytestring (≥0.1.1.2), parsec (≥3.0.0), random (≥1.0.0.0), stm (≥2.1.1.0), time (≥1.1.2.2) |
| License | BSD3 |
| Copyright | John Van Enk, 2009 |
| Author | John Van Enk |
| Maintainer | vanenkj@gmail.com |
| Stability | Experimental |
| Category | Network |
| Home page | http://code.google.com/p/scurry/ |
| Executables | scurry |
| Upload date | Sat Jan 24 19:43:28 UTC 2009 |
| Uploaded by | JohnVanEnk |
Downloads
- Scurry-0.0.1.tar.gz (Cabal source package)
- package description (included in the package)