Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 534 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 534 Bytes

manufacturer-parser

Service written on Golang to get actual MAC OUI list from here and store to MongoDB. Needed for dealt with actual list in Wimark One.

Services and APIs

Needed mongodb via DBURL env var to pass before execute.

How to build

To build a binary just use:

make

To build docker image use provided Dockerfile:

docker build  .
# or
docker-compose build 

How to use

See docker-compose.yml

Copyright

Wimark Systems, 2021