Open cr1tbit opened 10 months ago
Is there a database of manufacturers?
For example https://maclookup.app/ allows getting the static database. From what I remember (checked 2 years ago) their license is permissive enough, though I don't want their .csv in our repo.
Preferably the app should not be tied to any specific MAC database - @LiquidLemon suggested importing the content into an SQL database, if I remember correctly. We could put the importer tool for this specific database in the repo.
PoC for reference: https://github.com/hspsh/whois-mqtt
Another cool improvement would be aggregating some vendors group into rough categories (notebooks, smartphones, smart fridges, etc). I don't know how feasible this is though.
I have a dream - whois should list each and every stupid IoT device as a smart fridge
you can parse the first 3 octets to detect the manufacturer of a device. I have a PoC that uses JSON database file to map the MACs to manufacturers.
Also, then you can assign ESP label automatically lel