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 d3bbbfd commit d2806a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ A CLI-script which allows to obtain information and configure PTCL router settin
- Obtain station information, showing their hostnames alongside for better readability (devices currently connected to the router).
- Obtain DHCP information.
- Block and unblock devices using their mac addresses.
- Block and unblock devices using their aliases/nicknames predefined.
For example:
```python
>>> python ptcl.py -b John
```
will block the user John off the network.

# Usage:

Expand Down Expand Up @@ -36,6 +42,7 @@ A CLI-script which allows to obtain information and configure PTCL router settin
- Option to change frequency 2.4 Ghz or 5 Ghz.
- Option to change router transmission power.
- Formatting output.
- Testing on other routers from the same vendor.

# Features implementation to be done:

Expand Down

0 comments on commit d2806a7

Please sign in to comment.