Skip to content

Commit

Permalink
chore: Add readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
selengalp committed Feb 6, 2023
1 parent ed23837 commit 28ad363
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Repo for switching AP mode and client mode of wifi

It is suitable for dhcpcd managed network on Raspbian.

# Installation
```
sudo chmod +x ./install.sh
sudo ./install.sh
```

# Usage
To switch to AP mode:
```
sudo ./switch_ap_mode.sh
```

To switch to client mode:
```
sudo ./switch_client_mode.sh
```

# Uninstallation
```
sudo chmod +x ./uninstall.sh
sudo ./uninstall.sh
```

0 comments on commit 28ad363

Please sign in to comment.