Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafay Ghafoor authored Jul 24, 2017
1 parent bfe4d1e commit 420043a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 420043a

Please sign in to comment.