williamh@gentoo.org ambrop7@gmail.com Ambroz Bizjak https://code.google.com/p/badvpn/w/list https://github.com/ambrop72/badvpn/issues ambrop72/badvpn badvpn Build the badvpn-client program, a daemon that runs on endpoints of the VPN. Build the badvpn-server program, a central server that manages the VPN network. Build NCD, a lightweight scripting language especially suited for network configurations. Build tun2socks, a program which implements a TUN device that forwards TCP traffic through a SOCKS5 server. Build udpgw, a small daemon which allows tun2socks to forward UDP traffic. BadVPN is an open-source peer-to-peer VPN system. It provides a Layer 2 (Ethernet) network between the peers (VPN nodes). The peers connect to a central server which acts as a chat server for them to establish direct connections between each other (data connections). These connections are used for transferring network data (Ethernet frames), and can be secured with a multitude of mechanisms. The BadVPN package also includes other network-related software, like tun2socks and NCD.