SIMUtils-js
SIM card checksum and encoding utils for nibbling, mcc, mnc, etc.
Table of Contents
Usage
> var sim = ;undefined> sim luhn_calculate: Function: luhn_calculate enc_mcc: Function: enc_mcc enc_plmn: Function: enc_plmn dec_plmn: Function: dec_plmn nibble_iccid: Function: nibble_iccid nibble_imsi: Function: nibble_imsi > sim'12F4'> sim '214' '01' > sim'981062801802857927F0'> sim'084952106900544760'
Installation
From npmjs repository
$ npm install
From source code
$ npm install ./simutils-js
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.