Skip to content
Snippets Groups Projects
Commit cdb8c4d7 authored by Isaac Espinosa's avatar Isaac Espinosa
Browse files

Updating README

parent 2cef229d
No related branches found
No related tags found
1 merge request!2Adding FloraGuard Code
# PiVision_tools
## Getting started
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:
```bash
sudo ./setup_wifi_router.sh "YourSSID" "YourStrongPassword"
```
3. **Reboot**
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment