-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify MAC Harware vendors against OUI #4
Comments
Thanks for the suggestion. But what insight would we get? Half of my non-original hardware is not recognized, some is Pi (which we already know), and the rest are generic NIC vendor names ("Edimax"). And I believe the bridge plugins even create random virtual MAC addresses... I actually already use those to recognize those bridges 😁 (https://github.com/LMS-Community/slimserver/blob/public/9.0/Slim/Plugin/Analytics/Plugin.pm#L225). |
Edimax, aren't these WIIM devices? I haven't realized the bridge plugins did create a virtual MAC address. I guess until it's corrected, if ever, we're missing valuable data. At present time, it's about 20k devices from 3rd parties we don't particularly know anything about. The goal was to pinpoint what brands were being used through these plugins, understand the usage and determine the point of failure in the associated operations. I rekon Philippe Could use it to auto-assign a profile to the the endpoints, it could save him some support time but this is another subject. |
I don't know about the bridge plugins, whether they would see the devices' MAC addresses. And no, Edimax isn't a WIIM in my case. But that probably shows perfectly how little that information says: the MAC address is tied to the network device manufacturer - which can be different from the device. In my case it's a Pi 2 with a USB wifi dongle. |
The bridge plugin tries to use the devices mac but it fails most of the time and then creates a fake address, which I confess, is not even in the range of local non-allocable Mac's. It's aa:... for AirPlay, cc:... for CC and bb:... for UPnP |
Hi, In order to determine subsets of vendors connecting to Lyrion - directly or through plugins - it would be interesting to validate the vendors against the MAC address of the endpoints.
1- A OUI file can be bundled from the IEEE website
2- The following code should work (Replace 'path/to/oui.txt' with the actual path to the OUI file)
The text was updated successfully, but these errors were encountered: