boveus / wifinder

An application to capture and process probe request packets for future analysis.
4 stars 0 forks source link

Integrate Google Charts for visualization #27

Open boveus opened 6 years ago

boveus commented 6 years ago

Use this chart: https://developers.google.com/chart/interactive/docs/gallery/calendar to show what day(s) a device has been active (according to the packets captured).

Use https://developers.google.com/chart/interactive/docs/datesandtimes to show what times of day a device is active on a particular day or over several days when it tends to be active.

boveus commented 6 years ago

This is halfway complete: https://github.com/boveus/wifinder/blob/master/lib/templates/device.html.erb#L15

I still think a calendar of what days the device has been detect would be cool.

A 'histogram' google chart to gather some stats about all detected devices would also be cool.