Hello!
I have to create a public wifi, where I will be able to keep track of when someone access internet through my wifi (organization's demands).
So here is how I'm thinking of doing it:
- collect personal ID from client
- enter name and surname of client in a html frontend page
- send that data to user manager, create a new user
- user manager returns username and password for hotspot
- I print the voucher with 2h limit
- client logs on the network
- it would be ideal if the system could also log user MAC as well...
Is that doable?
How hard is it?
Any examples online?
What search terms should I look at?
Matej