However I have situations, where I have large meetings on conferences, where instead of giving out tickets like it's Christmas, I create one multi-logon user directly onto the Mikrotik's Hotspot user list, and they use that for the events.
Creating one off myself is no big deal, however I'm getting bombarded by these requests weekly, and I have a lot on my plate, so to me it's just an annoying waste of my time.
Is there a way where I can develop a simple file .. being Java, an MS-DOS batch file or something of the sort, that I can give to the Frontdesk people, and all they do is load it, give it a username, and the application talks to the Mikrotik and sends a:
Code: Select all
/ip hotspot user add name=batman profile=multipleuser
I do tinker in Java, but I'm far from a programmer, so the simpler I can get this done, the better
Thanks.