This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-06-28 13:51:25 +02:00

17 lines
840 B
Markdown

# MAC address dabase
The MAC address database has been created using the dowloaded JSON data from [https://macaddress.io](https://macaddress.io).
## Build database
Before you can start the `build-database.py` script, please make sure you downloaded the the online database in JSON format.
Once the `macaddress.io-db.json` file has been downloaded and placed into this folder, the python tool can be started in order to generate a read performance optimized and minimal database for searching mac address OUIs (Organizationally Unique Identifiers).
$ python3 build-database.py
The final database will be named `mac-addresses.db`.
In nymea the `MacAddressDatabase` will search for this database file in `/usr/share/nymea/mac-addresses.db` and provides an asynch mechanism to provide the manufacturer name for a given mac address.