Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alyyousuf7/imei-go
IMEI converter
https://github.com/alyyousuf7/imei-go
Last synced: about 5 hours ago
JSON representation
IMEI converter
- Host: GitHub
- URL: https://github.com/alyyousuf7/imei-go
- Owner: alyyousuf7
- License: mit
- Created: 2020-09-17T22:29:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T15:47:30.000Z (about 4 years ago)
- Last Synced: 2024-06-20T05:21:46.607Z (5 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IMEI converter
This tool takes an IMEI in one format and outputs in another.## Supported IMEI formats
- 18 digit decimal
- 14 digit hexadecimal
- 15 digit hexadecimal with checksum## Build
```sh
$ make build
$ ./imei -h
Usage of ./imei:
-input path
input path (use - for stdin) (default "-")
-input-format format
input imei format [auto, hex-checksum, hex, dec] (default "auto")
-output-format format
output imei format [hex-checksum, hex, dec] (default "hex-checksum")
```