diff --git a/README.md b/README.md index b599a23..1a3608e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OTAMan — SIM OTA toolkit: PWA + local card server -OTAMan is an offline HTML/JS PWA for building APDU commands (SIM, USIM, GlobalPlatform RAM), assembling SCP80 secured packets per ETSI TS 102 225, and constructing BER-TLV command scripts per ETSI TS 102 226. A bundled [`pysim-otaman-server`](pysim_otaman_server/) exposes a local HTTP API over pySim for live card operations: file manager, raw APDU, SIM Toolkit menu browsing, and OTA (SCP80) delivery. +OTAMan is an offline HTML/JS PWA for building APDU commands (SIM, USIM, GlobalPlatform RAM), assembling SCP80 secured packets per ETSI TS 102 225, and constructing Expanded Remote Application data format APDU per ETSI TS 102 226. A bundled [`pysim-otaman-server`](pysim_otaman_server/) exposes a local HTTP API over pySim for live card operations: file manager, raw APDU, SIM Toolkit menu browsing, and OTA (SCP80) delivery. **Demo:** [otaman.atroshin.ru](https://otaman.atroshin.ru) — the PWA alone, for experimenting. Install the server (below) for card-reader functions. @@ -93,7 +93,7 @@ CLA = `00` (ETSI TS 102 221). Same commands as SIM, but SELECT uses P1=09, P2=0C --- -## BER-TLV Tab +## Expanded Script Tab Builds Expanded Remote Application data format per ETSI TS 102 226 §5.2.1. diff --git a/README_RUS.md b/README_RUS.md index 6fb28b3..5bb2e32 100644 --- a/README_RUS.md +++ b/README_RUS.md @@ -1,6 +1,6 @@ # OTAMan — SIM OTA toolkit: PWA + локальный сервер карт -OTAMan — автономный offline-PWA (HTML/JS) для создания APDU-команд (SIM, USIM, GlobalPlatform RAM), сборки защищённых пакетов SCP80 по ETSI TS 102 225 и построения BER-TLV скриптов по ETSI TS 102 226. В комплекте — [`pysim-otaman-server`](pysim_otaman_server/) — локальный HTTP-сервер поверх pySim для работы с картой: файловый менеджер, сырые APDU, меню SIM Toolkit и доставка OTA. +OTAMan — автономный offline-PWA (HTML/JS) для создания APDU-команд (SIM, USIM, GlobalPlatform RAM), сборки защищённых пакетов SCP80 по ETSI TS 102 225 и построения Expanded Remote Application data format APDU по ETSI TS 102 226. В комплекте — [`pysim-otaman-server`](pysim_otaman_server/) — локальный HTTP-сервер поверх pySim для работы с картой: файловый менеджер, сырые APDU, меню SIM Toolkit и доставка OTA. **Демо:** [otaman.atroshin.ru](https://otaman.atroshin.ru) — только PWA, для экспериментов. Для функций картридера установите сервер (ниже). @@ -93,7 +93,7 @@ CLA = `00` (ETSI TS 102 221). Те же команды, что и SIM, но SELE --- -## Вкладка BER-TLV +## Вкладка Expanded Script Построение Expanded Remote Application data format по ETSI TS 102 226 §5.2.1. diff --git a/docs/api.md b/docs/api.md index 6ada783..b4f522a 100644 --- a/docs/api.md +++ b/docs/api.md @@ -54,7 +54,7 @@ Returns server version for compatibility checking. **Example response:** ```json -{"version": "1.7.0"} +{"version": "1.8.0"} ``` ### `GET /api/status` diff --git a/frontend/help-ru.html b/frontend/help-ru.html index 53c22e9..71566d7 100644 --- a/frontend/help-ru.html +++ b/frontend/help-ru.html @@ -87,7 +87,7 @@

2.2 USIM RFM

CLA = 00 (ETSI TS 102 221). Те же команды, что и SIM, но SELECT использует P1=09, P2=0C (выбор по FID из текущего каталога).

-

2.3 Expanded BER-TLV

+

2.3 Expanded Script

Построение формата Expanded Remote Application data по ETSI TS 102 226 §5.2.1.

Формат