From 420043aecf997db6a53033e6e6c1547bfc29b9ba Mon Sep 17 00:00:00 2001 From: Rafay Ghafoor Date: Mon, 24 Jul 2017 14:48:47 +0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ef364d2..313b69e 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,19 @@ A CLI-script which allows to obtain information and configure PTCL router settin - Obtain DHCP information. - Block and unblock devices using their mac addresses. +# Usage: + +```python +python ptcl.py +``` --> Shows devices connected to the router. +```python +python ptcl.py -b``` --> Shows currently active devices and provides an option to block device from the display. +```python +python ptcl.py -sd``` --> Shows DHCP info for all devices connected in a day. + # TODO: +- Writing better documentation. - Optimize Regular Expressions. - Adding a method to change router password. - Option to change frequency 2.4 Ghz or 5 Ghz.