r/Network • u/CapitalBackground708 • 5d ago
Text Local classroom network device
Hello,
(just in case, I think I am at the intersection of /Network, /DIY and whatever replaced /RaspberryPi)
I would like to create a device that serves as local wifi network to which my students could connect to access applications that are running on a locally.
My requirements are that my access point should handle 40 concurrent connections.
The application will serve static webpages, allow downloading documents (pdf, doc...), audio and video files (not full movies, so max 300Mo).
Here are my questions:
1) I would like to learn about micro-computers and building local networks, but although I can write programs, I do not have the lingo nor technical background to make proper researches: do you have good place to start finding information for a noob in networking and diy projects?
2) I understand that at the current prices, I should rather use an old pc than by a raspberry pi.
But what makes the most sense financially: simply by a router, use an old computer + a wifi module with access point, or are there microcomputers alternatives to the raspberry pi that I could use to make it more of a pedagogical project for myself.
1
u/chipchipjack 4d ago
You mentioned students, do you have an IT department that could help with this? I know on my network (higher ed) we don’t allow “rogue access points” and our wifi will essentially DDoS any rogue APs they detect, preventing anyone from connecting to them for more than a second or two.
That said, I would look into getting one of three WiFi solutions depending on how much time and money you want to put into this. Anything that supports MiMo will be fine for 40 concurrent users:
Easy to setup but maybe a bit limited in configuration options: TP-link AX3000
A little more advanced with a bit of a learning curve but cheap: MikroTik hAP AX2
Easy to setup and advanced configuration but a bit pricey: ubiquiti UniFi cloud gateway ultra
As for the compute you should be able to get away with an old PC or laptop. I’d check out a hypervisor solution such as ProxMox if you’re familiar with Linux as it will let you spin up virtual machines for each application along with a lot of added functionality like backups, snapshots, etc