schollz / find3

High-precision indoor positioning framework, version 3.
https://www.internalpositioning.com/doc
MIT License
4.65k stars 366 forks source link

Add front-end page to list connected scanners #4

Closed victorhooi closed 6 years ago

victorhooi commented 6 years ago

It would be nice if there was a frontend page on the server (and/or an API) that listed all the connected find3-cli-scanner instances.

This could list:

I assume these would need to be persisted somewhere, right?

It's useful to quickly check if things connected up properly, and also keep an eye on things in the field.

schollz commented 6 years ago

So do you mean the devices in a family? Or do you mean to have a list of the access points that were found?

victorhooi commented 6 years ago

I mean the list of devices seen in a family, grouped by location - for example, the page might look like:

Living Room

Friendly Name MAC Address First Seen Last Seen
Laptop AA:AA:AA:AA:AA:AA 2018-01-01 14:00:34 15 minutes ago
Mobile BB:BB:BB:BB:BB:BB 2018-01-05 19:30:34 2 minutes ago

Kitchen

Friendly Name MAC Address First Seen Last Seen
Google Home CC:CC:CC:CC:CC:CC 2018-01-10 11:00:00 15 minutes ago

And perhaps we'd filter to only devices seen in last 24 hours etc.

schollz commented 6 years ago

So devices aren't grouped by location, but they are in a table so you can filter them. This functionality exists now basically