Git Product home page Git Product logo

reboot-airstation's Introduction

reboot-airstation

MIT License

An ash script to reboot a Buffalo AirStation router.

Features

  • Implementation of reboot functionality of an AirStation router's web client

    As an AirStation router doesn't provide any standard API for communicating, this script is just a shortcut to reboot functionality of the router's web client.

  • Optimized for embedded Linux environment

    This script uses neither Wget nor cURL command. It's useful for embedded Linux environment. Some busybox binaries are very limited, so cURL command is not there and Wget command can't send POST requests. This script uses netcat command instead, so runs successfully in that kind of environment.

A supported model

  • WZR-HP-G301NH

    Note: Only Japanese firmware supported.

Even if your router isn't listed above, this script should probably work if it has the UI like below.

UI

Usage

  1. Download reboot.sh.

  2. Open reboot.sh with a text editor, replace 192.168.11.1 with your router's IP address, and insert its password like below if changed.

    GIF

  3. After saving it, type sh ./reboot.sh with Bash or a terminal emulator in the directory the script exists.

    Note: If you use a Debian-based Linux OS (e.g., Debian, Ubuntu), type bash ./reboot.sh instead.

Contribution

You can open issues or submit pull requests for bugs you've found.

License

Copyright © 2017 Cygnan
Licensed under the MIT License, see LICENSE.md.

reboot-airstation's People

Contributors

cygnan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

reboot-airstation's Issues

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.