mattlongman / Hassio-Access-Point

Hass.io addon to let you create a WiFi access point, perfect for using WiFi devices on off-grid installations.
MIT License
81 stars 63 forks source link

Max. devices #34

Open RogerSero opened 1 year ago

RogerSero commented 1 year ago

What is the maximum number of connected devices that the integration supports?

robyertof commented 1 year ago

It seems there’s a maximum number of devices connected, in my case 10. Based on what I’ve found online it’s a firmware limitation (raspberry pi3+)

mattlongman commented 1 year ago

@robyertof - thanks for the info. Yes, I imagine it's not a particularly high number, especially with the onboard interface.

Anton-Le commented 1 year ago

The limitation is a hardware-side problem. The host in general (spec. RPI 4) is sufficiently potent to sustain quite a few more than 10 and the integration itself just utilises common Linux network tools - which are generally lightweight.

@mattlongman It might be a good idea to collect the limits for RPI, Odroid and other hosts in this issue and include a notice in the documentation of the project.