I'm trying to set up my Raspberry Pi as a standalone Wi-Fi access point that serves a local web service. My goal is for client devices to connect to the Raspberry Pi's Wi-Fi network and access a service hosted at the IP address 192.168.4.1.
Here’s what I have so far:
Raspberry Pi Model: 5. OS: Raspberry Pi OS (latest version). Desired Network Configuration: Static IP for the Raspberry Pi: 192.168.4.1. DHCP range for connected clients: 192.168.4.2 to 192.168.4.20.
Example: The user connects to the network with WI-FI, then he can go to 192.168.4.1:8080 and see the webpage.