esp32_nat_router_plus icon indicating copy to clipboard operation
esp32_nat_router_plus copied to clipboard

Include Hostname where possible when MAC address filtering

Open tichaonax opened this issue 1 year ago • 1 comments

Include Hostname where possible when MAC address filtering. This would make it easier to identify devices in the INFO page. image

tichaonax avatar Nov 24 '24 15:11 tichaonax

Hi..

Implement this feature is not much hard, but we need to maintain vendor database or we need to depending on online api, so low memory devices not much to hold.

But it may or may not planing. So fork this project and try.

Example OUI Lookup Database:

  • Use a local OUI lookup database or an online service to match OUIs with vendor names.
curl https://api.macvendors.com/<MAC-ADDRESS>

Simple add first 3 values of mac eg: 00:25:98

gjroots avatar Nov 25 '24 02:11 gjroots