You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: