naphaso / meshbird

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meshbird

Meshbird - distributed private networking. Twitter, Website

MeshBird

Intro

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 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.

SSHDemo

Full video can be found at https://www.youtube.com/watch?v=sW5ZIcfX7w8

(Other demos)[http://meshbird.com/post/demos/]

Technologies used

  1. DHT - this is our strongest side that open way to build fully distributed and secured private networking
  2. STUN
  3. AES-256 - traffic encription
  4. uTP node communication

Project status

Now we support linux only

Roadmap

  1. Better encryption
  2. Windows/OSx support
  3. IPv6
  4. Much more
  5. IP Load Balancing
  6. HTTP Load Balancing
  7. DNS Service Discovery
  8. Additional peer discovery plugins

Quick Start

Install

$ curl http://meshbird.com/install.sh | sh

or if you have Go compiler

$ go get github.com/gophergala2016/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.

About

License:Apache License 2.0


Languages

Language:Go 97.6%Language:Shell 2.1%Language:Makefile 0.3%