Code Monkey home page Code Monkey logo

merakiwanemulator's Introduction

Meraki WAN Emulator

This script will configure a Raspberry Pi as a WAN emulator, running a Meraki themed web interface for configuration.

This script assumes the following:

  1. You will be using eth0 and eth1 as the bridged interfaces for the WAN Emulator. You will need a USB Ethernet Adapter compatible with the Raspberry Pi
  2. You will be using wlan0 for access to the web interface, and wlan0 is already configured.
  3. The Raspberry Pi has apt installed

This script will:

  • Install iproute2, which contains tc for adding delay, loss, jitter.
  • Install lighttpd as the web server, and enable access logging
  • Grab the latest files from GitHub and extract them to /var/www/html
  • Configure a network bridge between eth0 and eth1
  • (Optionally) set cron jobs to alternate between clean and degraded performance on the network bridge

To install, simply run this command:

wget https://raw.githubusercontent.com/nathanwiens/merakiwanemulator/master/meraki_wan_emulator_install.sh && chmod a+x meraki_wan_emulator_install.sh && sudo ./meraki_wan_emulator_install.sh

You can either automatically cycle the WAN Emulation automatically (via cron job), or set it manually via the web interface. Thresholds for the cron job can be modified by editing the scripts in /var/www/html/cron after installation.

Here's what the interface looks like: alt text

merakiwanemulator's People

Contributors

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