Closed a1gemmel closed 7 years ago
Thanks @a1gemmel for the request. This is data we would like to have in the Open Data API, but I cannot offer an ETA at this time. Once I have more information regarding WiFi charts data, I'll let you know.
any updates here? :)
Hello @a1gemmel, @srcreigh and others:
I have a beta of the endpoints available now in the API. Documentation for the endpoints is still pending, but here's a quick highlight:
Wireless usage information, updated every 15 minutes. Rates are reported in bits per second (bps).
Returns a breakdown of clients who have connected to wireless. Groups are based on operating system and radio mode. This data is updated once daily.
This endpoint will return the number of authentication issues. The endpoint is currently unavailable.
Returns the number of rogue access points detected. Data is updated every 15 minutes.
All endpoints also have a separate endpoint to fetch historical data. Data is available for the past 30 days (number of days to retain has not been finalised).
All historical endpoints have two mandatory query string parameters: from
and to
. These are date/time values provided in ISO 8601 format (YYYY-MM-DD
or YYYY-MM-DDThhmmss(+|-)hhmm
). These endpoints will return all data points within the requested times.
There are some known issues that occasionally result in stale data. Let me know if you experience any issues or have any comments/feedback.
woo!
Full documentation is now available: https://github.com/uWaterloo/api-documentation#wireless
I'd like to have endpoints for the wifi-charts data that IST offers. I'm interested in doing some data analysis and building heatmaps for the data usage on campus.