Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 1.95 KB

README.md

File metadata and controls

39 lines (36 loc) · 1.95 KB

lpac-routeros-wrapper

This is a wrapper for the LPAC, to manage eSIM profiles in LTE interfaces for RouterOS.

Usage

  • Download and extract LPAC
  • Download and extract lpac-routeros-wrapper
  • Copy lpac-routeros-wrapper to lpac folder
  • Set environment variables for RouterOS connection.
    • Define environment variables with bash (export) or cmd (set)3
    • Define environment variables with .env file
  • Run lpac-routeros-wrapper chip info

Usage with other applications calling lpac command (ex. EasyLPAC)

  • Download and extract EasyLPAC
  • Download and extract lpac-routeros-wrapper
  • Rename lpac in EasyLPAC directory to lpac.orig
  • Copy lpac-routeros-wrapper to EasyLPAC
  • Rename lpac-routeros-wrapper to lpac
  • Set environment variables for RouterOS connection.
    • Define environment variables with bash (export) or cmd (set)3
    • Define environment variables with .env file
  • Launch EasyLPAC
  • Select LTE interface in Card Reader menu
  • Press refresh button

Information

  • Only MBIM mode is supported in RouterOS
    • This program uses at-chat command in RouterOS
    • For modules that supported in MBIM mode:
      • (Tested) ✔️ Quectel EC20 / EC21 / EC25
        • AT+QCFG="usbnet",2 to switch into MBIM mode
      • (Tested) ✔️ Fibocom L850-GL
      • (Tested) ✔️ Foxconn T99W175 (SDX55)
        • AT+USBSWITCH=90D5 to enable MBIM mode, see 4pda
      • (Tested) ❌️ Quectel EC200
        • No at-chat in MBIM mode

Reference