Skip to content

Commit

Permalink
add sim-applet-apn-autoconf project
Browse files Browse the repository at this point in the history
JavaCard SIM card applet to configure a PDP Context with a correct APN via RUN AT proactive command. Modems are configured by AT commands. The card application toolkit standard has a mechanism to send AT COMMANDS from the SIM card. The purpose of this applet is to configure an APN by sending AT commands from the SIM card.
  • Loading branch information
petrs committed Oct 13, 2022
1 parent 01c3190 commit 784d779
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,14 @@ A Sim Application client for LiteID
The Remarc Mobile-ID USAT applet this is a JavaCard applet with USIM Application Toolkit menu support.
Basic functions of the Remarc Mobile-ID SAT applet: Authentication function; Signing function; Changing PIN1/PIN2; Changing PUK; Unblock PIN1/PIN2; View information - in a USAT menu is present a menu item with information of PIN usage

- [sim-applet-sms-im-alive](PodgroupConnectivity/sim-applet-sms-im-alive) ![stars](https://img.shields.io/github/stars/PodgroupConnectivity/sim-applet-sms-im-alive.svg?style=social) ![lastcommit](https://img.shields.io/github/last-commit/PodgroupConnectivity/sim-applet-sms-im-alive.svg) ![numcontributors](https://img.shields.io/github/contributors-anon/PodgroupConnectivity/sim-applet-sms-im-alive.svg)
- [sim-applet-sms-im-alive](https://github.com/PodgroupConnectivity/sim-applet-sms-im-alive) ![stars](https://img.shields.io/github/stars/PodgroupConnectivity/sim-applet-sms-im-alive.svg?style=social) ![lastcommit](https://img.shields.io/github/last-commit/PodgroupConnectivity/sim-applet-sms-im-alive.svg) ![numcontributors](https://img.shields.io/github/contributors-anon/PodgroupConnectivity/sim-applet-sms-im-alive.svg)
<br>
JavaCard SIM card applet to deliver an SMS very the first time the SIM registers in the GSM/GPRS network

- [sim-applet-apn-autoconf](https://github.com/PodgroupConnectivity/sim-applet-apn-autoconf) ![stars](https://img.shields.io/github/stars/PodgroupConnectivity/sim-applet-apn-autoconf.svg?style=social) ![lastcommit](https://img.shields.io/github/last-commit/PodgroupConnectivity/sim-applet-apn-autoconf.svg) ![numcontributors](https://img.shields.io/github/contributors-anon/PodgroupConnectivity/sim-applet-apn-autoconf.svg)
<br>
JavaCard SIM card applet to configure a PDP Context with a correct APN via RUN AT proactive command. Modems are configured by AT commands. The card application toolkit standard has a mechanism to send AT COMMANDS from the SIM card. The purpose of this applet is to configure an APN by sending AT commands from the SIM card.

- [STKApplet](https://github.com/aliasnash/z-first-applet) ![stars](https://img.shields.io/github/stars/aliasnash/z-first-applet.svg?style=social) ![lastcommit](https://img.shields.io/github/last-commit/aliasnash/z-first-applet.svg) ![numcontributors](https://img.shields.io/github/contributors-anon/aliasnash/z-first-applet.svg)
<br>
SIM Toolkit Applet
Expand Down

0 comments on commit 784d779

Please sign in to comment.