Giter Site home page Giter Site logo

syxoasis / ipop-tap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ipop-project/ipop-tap

0.0 1.0 0.0 709 KB

The tap packet handler for ipop-tincan

Home Page: http://ipop-project.org/

License: MIT License

Makefile 0.58% C 96.30% C++ 3.12%

ipop-tap's Introduction

IPOP TAP

This is the TAP module for IPOP that performs all packet-level operations, translating packets, setting up, and reading and writing from and to the TAP device.

It also serves as a command line tool that can shuttle traffic to and from a TAP device through a UDP socket, making it an excellent starting point for implementing your own VPN.

How to compile

ipop-tap isn't generally useful on its own. Typically, you'll want to build it with ipop-tincan.

These instructions exist for those who wish to use ipop-tap on its own as a command-line tool, either for testing and development, or for use with some other application.

warning

This doesn't implement any form of secure authentication or encryption. If you want that, you'll have roll your own, or use it with something else that provides it, such as ipop-tincan.

On Debian GNU/Linux (and derivatives)

  1. Check to make sure you have our build dependencies:

    sudo aptitude install build-essential
    
  2. Build the software (doesn't need root):

    make
    

On Android (Mobile, ARM)

  1. Navigate to svpn/android/jni:

    cd android/jni
    
  2. Use ndk-build (assuming it in your path) to build the application:

    ndk-build
    

How to run

On Debian GNU/Linux (and derivatives)

  1. Make a new config.json file based on config.json.example.

  2. Starting in the base repository directory:

    sudo ./bin/ipop-tap
    

note

You can see information on command-line arguments that the program supports by using a -h or --help flag.

ipop-tap's People

Contributors

pstjuste avatar kyuhojeong avatar bgw avatar thomdixon avatar

Watchers

 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.