Skip to content

Determines manufacturing date based on cisco serial number

License

Notifications You must be signed in to change notification settings

tknodell/cisco-serial-to-date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Stupid script which takes single or multiple cisco serial numbers and returns the manufactured date.

golang:

go run main.go --serial FAA04459FNI
go run main.go --filename serials.txt

build golang binary:

./build.sh
./bin/serial_to_date --serial FAA04459FNI
./bin/serial_to_date --filename serials.txt

OR

ruby:

ruby ruby/serial_to_date.rb FAA04459FNI
ruby ruby/serial_to_date.rb serials.txt

About

Determines manufacturing date based on cisco serial number

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published