Meshbird - distributed private networking. Twitter, Website
Meshbird create distributed private networking between servers, containers, virtual machines and any computers in different datacenters, different countries, different cloud providers. All traffic transmit directly to recepient peer without passing any gateways. Meshbird do not require any centralized servers. Meshbird is absolutly decentralized distributed private networking.
For example, user can create private network between DigitalOcean's droplets in each datacenter and link it together by executing one command. All traffic will be encrypted with strong AES-256.
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
(Other demos)[http://meshbird.com/post/demos/]
- DHT - this is our strongest side that open way to build fully distributed and secured private networking
- STUN
- AES-256 - traffic encription
- uTP node communication
Now we support linux only
- Better encryption
- Windows/OSx 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/gophergala2016/meshbird
$ meshbird new
$ MESHBIRD_KEY="<key>" meshbird join
Any ideas feel free to send to email: miolini@gmail.com.