7bit
7bit
Implement a document `ble_scan` for storing summaries of scans: * geobounds * timebounds * rssi bounds * counts * packets stored * packets ignored * different types of advertisements *...
* `wifi_ap` - https://github.com/datapartyjs/rfparty-monitor/blob/master/party/schema/wifi_ap.js * `wifi_obs` - https://github.com/datapartyjs/rfparty-monitor/blob/master/party/schema/wifi_obs.js
Might need to occasionally compact tingo collections https://github.com/sergeyksv/tingodb/blob/master/lib/tcoll.js#L164 _Originally posted by @sevenbitbyte in https://github.com/datapartyjs/rfparty-monitor/issues/6#issuecomment-1932792760_
Basic debian systems (and likely more) ship without `nmcli` and instead use `/etc/network/interfaces.d/` & `wpa_supplicant` to configure managed mode wifi. These non-monitor-mode interfaces can still be used for general AP...
Until #6 & #7 are complete it would be helpful to write a CLI script to simplify nmea->gpx conversion steps. This ux kinda sucks -> https://github.com/datapartyjs/rfparty-monitor#converting-nmea-to-gpx
Support automatic listing of pull request reviewers by using the CODEOWNERS github file. This project should request @roshub/cloud-developers https://help.github.com/en/articles/about-pull-request-reviews https://help.github.com/en/articles/about-code-owners
roscore calls `shutdown` on the first node when duplicate node names are detected. roscore first shutdown first node then replaces records with second node's annoucements
DB cleaning as currently implemented could result in high network activity during cleanup. Use mongo db delete command instead ### Current implementation * https://github.com/roshub/vapor-master/blob/master/src/master.js#L33 * https://github.com/roshub/vapor-master/blob/master/src/core-util.js#L9 * https://github.com/roshub/vapor-master/blob/master/src/service-util.js#L7 https://mongoosejs.com/docs/api.html#model_Model.deleteMany https://docs.mongodb.com/manual/reference/method/db.collection.deleteMany/