Code Monkey home page Code Monkey logo

zetamesh's Introduction

What is Zetamesh

Zetamesh /zeta'meʃ/ is used to build a layer-three local area network on the WAN.

Quick Start

This section will give you some instructions to make you quick start with Zetamesh.

  • Build the zetamesh

    $ make
    
  • Run a gateway at your VPS

    $ bin/zetamesh gateway
    
  • Run the zetamesh peer node

    • Peer Node 1

      $ bin/zetamesh join --address 10.0.0.100 --gateway ${gateway}:2823
      
    • Peer Node 2

      $ bin/zetamesh join --address 10.0.0.101 --gateway ${gateway}:2823
      
  • Test your LAN (at the peer node 2)

    $ ping 10.0.0.100
    PING 10.0.0.100 (10.0.0.100): 56 data bytes
    Request timeout for icmp_seq 0
    64 bytes from 10.0.0.100: icmp_seq=1 ttl=64 time=17.239 ms
    64 bytes from 10.0.0.100: icmp_seq=2 ttl=64 time=15.449 ms
    64 bytes from 10.0.0.100: icmp_seq=3 ttl=64 time=14.627 ms
    64 bytes from 10.0.0.100: icmp_seq=4 ttl=64 time=15.418 ms
    

Features

  • Support P2P
  • Support relay via Gateway
  • Support more operation systems
    • Support MacOS
    • Support Linux
    • Support Windows
    • Support iOS
    • Support Android
  • Support traffic encryption

Contribution

This project is in the early stage and many features on the roadmap. Welcome to file an issue or submit a PR.

zetamesh's People

Contributors

lonng avatar

Stargazers

Dmitry Galenko avatar Vasiliy Bukharev avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.