Skip to content

This little tool formats a given MAC Address in three formats (colon, hyphen, string)

Notifications You must be signed in to change notification settings

schmanat/mac-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacFormatter

With this litte tool its possible to format a given MAC address into three different formats.

  • hyphen
  • colon
  • such as string

If you're a sysadmin you know that necessary to use a MAC address in different scenarios. For Windows DCHP reservations you have to add it without colon or hyphens. For HP Switches (the old one) you have to configure it with hyphens and so on. So you can use this tool format it, with one click you copy it in your clipboard and than you can paste it anywhere.

Built with

Bootstrapped with create-react-app. For the componentes I used ant.design. Special styling added with styled-components.

How to install local

# clone repo
git clone https://github.com/schmanat/mac-formatter

# install depnedencies
npm install

# open browser
http://localhost:3000

Find a Bug? Any Ideas?

Please open a issue and I try to fix it :)

About

This little tool formats a given MAC Address in three formats (colon, hyphen, string)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published