vortex-5 / ddwrt-bwmon

An Individual Bandwidth Monitor For DD-WRT
171 stars 37 forks source link

mac-names.js does not work #56

Closed kamilmirza closed 5 years ago

kamilmirza commented 6 years ago

i have followed the mac-names.js format but bwmon still shows MACs only (without IP nor Name) in Device column i would like to point out that i have disabled dnsmasq, in favor of pi-hole; but i think this should not be the problem and i have given static IP leases to almost all my devices

my sample mac-names.js

 var MAC_NAMES = {
'a8:a7:vb:55:c2:f7': 'pc',
'04:ab:03:d3:b0:0c': 'mobile'
};

EDIT: plus can you guide me to sort bwmon to DOWN_RATE as default

kamilmirza commented 6 years ago

bump