Hi all, I'm wanting to access information kept by the authenticator from a Python application. Specifically, I'm wanting to get MAC:IP:location mappings but I don't seem to be able to query the authenticator to do this. Ideally I'd like to be able to say "Give me info about 192.168.0.1" and it would return the MAC and location info.
In the C++ code, functions like get_dlconns and get_nwconns seem almost to do what I need but they don't seem to be exported to Python. (Also, these functions seem to require a MAC address -- I don't necessarily want to use the MAC address but at least get_dlconn would be a start.) Any advice would be greatly appreciated, Glen _______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
