No description
Find a file
Vlad Starodubtsev 187c42dfde
driver: apdu: at: don't expect space after "+CGLA:" (#238)
Some devices have a difference in format and do not add a space.

AT+CGLA=1,16,"81E2910003BF3C00"
+CGLA:4,"611A"

OK
2025-05-16 21:47:11 +08:00
.github/workflows chore(ci): update macOS to the latest version 2025-04-11 10:33:15 +08:00
cjson Add license to artifacts and src (#93) 2024-05-13 10:16:26 +08:00
cmake For windows 32... 2024-05-24 19:35:04 +08:00
dlfcn-win32 fix: typo (#208) 2025-03-06 21:53:45 +08:00
docs Update LINUX-DIST.md (#219) 2025-03-17 19:29:43 +08:00
driver driver: apdu: at: don't expect space after "+CGLA:" (#238) 2025-05-16 21:47:11 +08:00
euicc fix: typo (#208) 2025-03-06 21:53:45 +08:00
scripts chore: enable LTO by default and add w/o LTO CI for debug (#177) 2024-12-15 10:03:50 +08:00
src refactor: euicc init function (#222) 2025-03-20 11:26:49 +08:00
.editorconfig chore: add editorconfig (#89) 2024-05-10 12:27:23 +08:00
.gitignore Automatically create .gitignore in the build folder (#224) 2025-04-10 11:58:27 +08:00
CMakeLists.txt Automatically create .gitignore in the build folder (#224) 2025-04-10 11:58:27 +08:00
README.md update copyright and license 2025-03-13 22:59:50 +08:00

lpac

lpac is a cross-platform local profile agent program, compatible with SGP.22 version 2.2.2.

Features:

  • Support Activation Code and Confirmation Code
  • Support Custom IMEI sent to server
  • Support Profile Discovery (SM-DS)
  • Profile management: list, enable, disable, delete and nickname
  • Notification management: list, send and delete
  • Lookup eUICC chip info
  • etc

Usage

You can download lpac from GitHub Release, and read USAGE to use it. If you can't run it you need to compile by yourself, see also DEVELOPERS. If you want to known which Linux distributions include lpac, see also LINUX-DIST. If you have any issue, please read FAQ first.

Software Ecosystem

Thanks

Contributors


License

  • lpac (/src, /driver): AGPL-v3.0-only
  • libeuicc (/euicc): LGPL-v2.1-only or Commercial License Agreement with ESTKME TECHNOLOGY LIMITED, Hong Kong
  • cjson (/cjson): MIT
  • dlfcn-win32 (/dlfcn-win32): MIT

Copyright © 2023-2025 ESTKME TECHNOLOGY LIMITED, Hong Kong