Raspberry PI as an Access point
Can anyone let me what is the threshold of the Raspberry PI acting as an access point? As in what is the count of the maximum number of devices that can be connected to the PI and when exactly will the device reach its breaking point?
Re: Raspberry PI as an Access point
Somebody asked this question in stackexchange: https://raspberrypi.stackexchange.com/q ... ot-clients
Based on that thread, the max connection is not greater than 2007 based on the hostapd.conf default:
The clients will be limited by your DHCP server subnet, for the /24 it will be 254 IP address.
Some consumer WiFi routers have a max of 32 clients connections.
Based on that thread, the max connection is not greater than 2007 based on the hostapd.conf default:
Code: Select all
max_num_sta=2006
Some consumer WiFi routers have a max of 32 clients connections.
Mastodon: https://mastodon.social/@ssora
Re: Raspberry PI as an Access point
This could be of interest:
Maintainer of MoodleBox, a Moodle server on Raspberry Pi