Meshbird
Meshbird - distributed private networking. Twitter, Website
Intro
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. Furthermore, Meshbird encrypts all traffic using industry standard encryption techniques such as AES-256. Meshbird is compatible across countries, cloud providers, and container technologies.
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é.
Supported OS
- Linux (386, amd64, arm)
- Darwin (386, amd64)
Demo of ssh connection via our secure tunnel
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
Technologies used
- 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
Roadmap
- Better encryption
- Windows/OSx support
- IPv6
- Much more
- IP Load Balancing
- HTTP Load Balancing
- DNS Service Discovery
- Additional peer discovery plugins
Quick Start
Install
$ curl http://meshbird.com/install.sh | sh
or if you have Go compiler
$ go get github.com/meshbird/meshbird
Generate new network secret key
$ meshbird new
Join to the private network with interface tunX
$ MESHBIRD_KEY="<key>" meshbird join
Ideas
Any ideas feel free to send to email: miolini@gmail.com.