Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milochen0418/mcc-mnc-realtime-data
The service to get realtime data in json format from international website Mobile Country Codes (MCC) and Mobile Network Codes (MNC)
https://github.com/milochen0418/mcc-mnc-realtime-data
Last synced: 9 days ago
JSON representation
The service to get realtime data in json format from international website Mobile Country Codes (MCC) and Mobile Network Codes (MNC)
- Host: GitHub
- URL: https://github.com/milochen0418/mcc-mnc-realtime-data
- Owner: milochen0418
- License: mit
- Created: 2020-07-22T02:39:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:42:46.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T22:08:32.584Z (7 months ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mcc-mnc-realtime-data
The service to get realtime data in json format from international website Mobile Country Codes (MCC) and Mobile Network Codes (MNC)Mobile Country Codes (MCC) are used in wireless telephone networks (GSM, CDMA, UMTS, etc.) in order to identify the country which a mobile subscriber belongs to. In order to uniquely identify a mobile subscribers network the MCC is combined with a Mobile Network Code (MNC). The combination of MCC and MNC is called HNI (Home network identity) and is the combination of both in one string (e.g. MCC= 262 and MNC = 01 results in an HNI of 26201). If you combine the HNI with the MSIN (Mobile Subscriber Identification Number) the result is the so called IMSI (integrated mobile subscriber identify). Below you can browse/search the list of countries and their MCCs for free in order to identify any MCC, MNC or HNI of the world.
Mcc-mnc.com is a service by [SMScarrier.EU](http://www.smscarrier.eu/en) and powered by [interactive digital media GmbH](http://www.i-digital-m.com/)
**MCC - Mobile Country Code**
This is the country code. It always has 3 digits. Some countries can use more than one MCC.**MNC - Mobile Network Code**
This is the network code. It can have 2 or 3 digits.**MCCMNC - PLMN Number.**
MCC + MNC# Install and Execution
## Install
At the First, you need to have nodeJS environment.
Secondly, you should use the following command to install dependent modules.
$ npm install
Finally, your environment is ready for executing.## Execution
The way to run the server
$ npm start