Giter Site home page Giter Site logo

lamenet's Introduction

lamenet

A way of making a really awful network connection.

Idealy, this is used on a router, or other device with two network cards. You can execute the program to link both network cards as though it was a network link. It can manipulate the quality. You can use this tool to see how badly websites load over really bad connections, test online games and applications with packet loss and other adverse network conditions, like mobile, bad RF links, really really slow links and the like!

This comes pre-compiled for the OpenWRT MIPS. This is convenient since most routers already have two ports. It will work on just about anything that runs Linux.

Additionally, it supports full packet logging across the interface for use with any tools that can interpret pcap files.

Usage:

 ./linkpair [interface1] [interface2] [additional options]
  Options:
   -p [percent pass]
   -d [per-packet blocking time in ms]
   -a [all stop time to happen every second (in ms)]
   -b [base, per-packet delay in ms]
   -t [additional random delay time per packet in ms]
   -l [pcap file for logging]

For instance, a 100% up link, with predictable high latency would be called using:

  ./linkpair eth0 eth1 -p 100 -d 1 -a 1 -b 1000 -t 1

Default values for a pretty lame link are already set, so you need not specify parameters.

lamenet's People

Contributors

cnlohr avatar

Watchers

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