7bit
7bit
In first run we should only have the `webHost` listening on `127.0.0.1`. Allow the owner to claim the device, then only allow owner access ### Endpoints - `/claim-party-ownership` - IF...
We need to determine when to compact db's. To figure it out, lets track key metrics before and after compaction.
Support storing all data in a remote party
Support logging all data to an in-ram DB.
Support creating a BLE broadcasts
We should be able to configure how the GPSd logging works: - `enable` - Enable BLE scanning. If false cancel the task. - `db_enable` - Enable/disable writing gpsd data to...
We should be able to configure how the BLE monitor works: - `enable` - Enable BLE scanning. If false cancel the task. - `db_enable` - Enable/disable writing scan data to...
The cache works great, BUT we are currently clearing the entire cache at the start of a new scan. This causes a spike in db queries at the start of...
Two devices that transmit the same data but have different addresses would result in ambiguous observation history which can not be resolved. Thus, we should include the device address to...