8 releases

0.1.7 Nov 27, 2020
0.1.6 May 23, 2020
0.1.5 Nov 21, 2018
0.1.4 Feb 20, 2018
0.1.2 May 24, 2017

#1092 in Database interfaces

Download history 430/week @ 2023-12-13 393/week @ 2023-12-20 223/week @ 2023-12-27 392/week @ 2024-01-03 867/week @ 2024-01-10 1010/week @ 2024-01-17 1038/week @ 2024-01-24 677/week @ 2024-01-31 696/week @ 2024-02-07 796/week @ 2024-02-14 1075/week @ 2024-02-21 864/week @ 2024-02-28 992/week @ 2024-03-06 1102/week @ 2024-03-13 1060/week @ 2024-03-20 594/week @ 2024-03-27

3,899 downloads per month
Used in 10 crates (3 directly)

WTFPL license

1MB
170 lines

HwAddr

Hardware addresses with optional access to the producer database.

Building

Optionally the database of producers to find out who produces a certain MAC address can be compiled in by enabling the database feature. Keep in mind this database adds up to the final binary around 7MB.

By default a database is provided and used, otherwise there are a couple options.

  • Setting HWADDR_DATABASE to a path will use the given path as database.
  • Setting HWADDR_DOWNLOAD to 1 is going to download it from IEEE website (this is really slow)
  • Setting HWADDR_DOWNLOAD to a valid URL is going to download it from there.

Dependencies