Skip to content

pccr10001/lpac-routeros-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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