To make it easy for you to get started with GitLab, here's a list of recommended next steps.
## Description
Tools for Automatic Training Data Generation using a Raspberry Pi
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
# WiFi Router Setup Script for Raspberry Pi Zero 2 W
## Description
Tools for Automatic Training Data Generation using a Raspberry Pi
The script sets up the Raspberry Pi to function as a WiFi access point using `hostapd` and `dnsmasq` for managing connections and DHCP respectively. It configures `iptables` to handle network routing and masquerading, ensuring devices connected to the Pi can access the internet through its network interface.
## Requirements
- Raspberry Pi Zero 2 W
- Raspberry Pi OS Lite 64-bit (2024-07-04 release)
- Internet connection to download necessary packages
- SSH or direct access to the terminal
## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
1.**Make the script executable**:
```bash
chmod +x setup_wifi_router.sh
```
2. **Run the script with sudo** and provide your desired SSID and password: