Manufacturer List

Post Reply
soonlvu
Junior Member
Posts: 4
Joined: Tue Jun 21, 2016 10:19 pm

Manufacturer List

Post by soonlvu »

can i get the manufacturer list by mac ???
User avatar
pferland
Contributor
Contributor
Posts: 406
Joined: Mon Oct 22, 2007 8:38 am
Location: The Universe
Contact:

Manufacturer List

Post by pferland »

It looks like the macmanuf.exe in the current beta branch is only creating a .mdb file (Access Database).

The older versions that created an ini and php file are no longer working for some reason.

I will have to add creating a csv and or other formats to the new macmanuf binary.

I am not quite sure how long it will take me to get that added, but I would like to do it, it would be nice to have it create different formats.

If you want to give it a try, the .mdb file that the beta branch macmanuf.exe creates should be able to be read by Access if you have it, or even Excel but using it as a data source.

-Phil
The best acceleration you can get on a Mac is 9.8ms^2
User avatar
pferland
Contributor
Contributor
Posts: 406
Joined: Mon Oct 22, 2007 8:38 am
Location: The Universe
Contact:

Manufacturer List

Post by pferland »

So I have a working method of selecting the output file for MacManuf.exe

Download:
macmanuf.zip
(96.47 KiB) Downloaded 448 times
GitHub: https://github.com/RIEI/Vistumbler/tree ... v/macmanuf

Usage:

If no arguments are passed, then it will default to the Access Database.

To set the output type pass /f and then the extension of the file that you want to create.
csv for Comma Separated File
tsv for Tab Separated File
mdb for Access Database for Vistumbler.
php for a PHP array file for WiFiDB.

Examples:
macmanuf.exe
macmanuf.exe /f csv
macmanuf.exe /f tsv
macmanuf.exe /f php
macmanuf.exe /f mdb


I changed a few things to also make the Access Database creation much quicker.
It will also only download the oui.txt file if it is older than a 7 days old or is not already downloaded. This way, if you want to create more than one file, you can without having to re-download the oui.txt file each time you run the tool.


Known Issues:

Download Progress text will tend to skip around. This is probably due to the Async download method.
The best acceleration you can get on a Mac is 9.8ms^2
soonlvu
Junior Member
Posts: 4
Joined: Tue Jun 21, 2016 10:19 pm

Manufacturer List

Post by soonlvu »

i found the file in my program file :D
thank you
User avatar
pferland
Contributor
Contributor
Posts: 406
Joined: Mon Oct 22, 2007 8:38 am
Location: The Universe
Contact:

Manufacturer List

Post by pferland »

Yup, that is the older one, this one will have the other file type support also.
The best acceleration you can get on a Mac is 9.8ms^2
Post Reply