0.0
No commit activity in last 3 years
No release in over 3 years
manage your TpLink router easily with this tool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
>= 0
~> 10.0

Runtime

>= 0
 Project Readme

Tplink Admin

Gem Version

Ruby cli tool for tplink dsl router administration. Based on zealot128's tplink-cli project, but more focused on simple management of TpLink routers.

This project is in alpha stage - tested on: TL-WR741N

How to install

You have to install libcurl4-gnutls-dev first in order to make all work.

Easy way or for personal use only:

gem install tplink-admin

The dev way:

git clone https://github.com/muniz95/tplink-admin
cd tplink-admin && bundle install
gem build tplink-admin.gemspec && gem install tplink-admin-X.X.X.gem

Commands

Create config file and open in $EDITOR

tplink-admin config

Reboot your router

tplink-admin reboot

All commands use or modify ~/.tplinkadmin. change the url / password of your router.

Other commands in progress