datapartyjs / rfparty-monitor

its like a tricorder, for your wireless world.
https://rfparty.xyz
Apache License 2.0
102 stars 4 forks source link

Support bookmarked searches #33

Open sevenbitbyte opened 8 months ago

sevenbitbyte commented 8 months ago

Support bookmarking plain english searches from the frontend. Optionally support generating alerts when a matching device/advertisement is first discovered.

const SearchSuggestions = {
  //help: false,
  here: false,
  name: true,
  company: true,
  address: 'mac',
  product: true,
  service: ['name','0x...', 'company', 'product'],
  'unknown-service': false,
  appleip: 'ip',
  //random: false,
  //public: false,
  //connectable: false,
  duration: ['48h', '15m'],
  error: false
}