Meshbird - distributed private networking. Twitter, Website
Meshbird enables distributed private networking across geographically dispersed datacenters. With Meshbird senders can send data directly to recipients without the need for gateways or centralized servers. Meshbird is compatible across countries, cloud providers, and container technologies.
Meshbird encrypts all traffic, but currently uses AES-256 in unauthenticated CBC mode, which does not guarantee confidentiality. Meshbird's encryption is currently not suited for working with sensitive data, unless an additional layer of protection like SSH is used.
For example, with a single command, Meshbird can be used to create a private network connecting a Docker container in DigitalOcean's in New York data center to a laptop in a Kyrgyzstan café.
- Linux (386, amd64, arm)
- Darwin (386, amd64)
Demo install and setup Meshbird on DigitalOcean droplets and home laptop for creating distributed private network and provide access to ssh server over Meshbird network.
Full video can be found at https://www.youtube.com/watch?v=sW5ZIcfX7w8
- DHT - distributed node discovery (based on seed IP address list)
- STUN - NAT traversal
- AES-256 - traffic encryption
- uTP - node communication with low-latency congestion control
- Better encryption
- Windows support
- IPv6
- Much more
- IP Load Balancing
- HTTP Load Balancing
- DNS Service Discovery
- Additional peer discovery plugins
$ curl http://meshbird.com/install.sh | sh
or if you have Go compiler
$ go get github.com/meshbird/meshbird
$ meshbird new
$ MESHBIRD_KEY="<key>" meshbird join
Any ideas feel free to send to email: [email protected].