Code Monkey home page Code Monkey logo

pppoat's Introduction

PPPoAT - PPP over Any Transport

PPPoAT creates point-to-point tunnel over a transport. The transport can be
any software implementation which sends data from one pppoat instance to another.

PPPoAT features:
  * Multiple network interface types: PPP, TUN/TAP driver
  * Easy platform for implementation of new transports

List of few possible transports:
  * Network protocol from any layer (IP, TCP, XMPP, HTTP, etc)
  * High level logic over a protocol (e.g. traffic encryption, obfuscation,
    sending over multiple paths, etc)
  * Usage of a media without network stack over it (physical port/bus ?)

Available interface modules:
  ppp		PPP interface (requires pppd)
  tap		TUN/TAP driver (TAP interface)
  tun		TUN/TAP driver (TUN interface)
  stdio		STDIN/STDOUT tunneling

Available transport modules:
  udp		Tunnel over UDP
  xmpp		Tunnel over XMPP protocol (Jabber)

Example:
  The next example creates ppp0 interfaces on each side with IPs 10.0.0.1 and 10.0.0.2:
  (server) pppoat -S -m xmpp [email protected] xmpp.passwd=password
  (client) pppoat -m xmpp [email protected] [email protected] xmpp.passwd=password

/!\ New version is under development
/!\ UDP module contains hardcoded configuration

pppoat's People

Contributors

pasis avatar 10110111 avatar

Watchers

James Cloos avatar  avatar  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.