Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pccr10001/lpac-routeros-wrapper
LPAC Wrapper for RouterOS
https://github.com/pccr10001/lpac-routeros-wrapper
esim fibocom golang lpa mikrotik quectel routeros routeros-api
Last synced: about 11 hours ago
JSON representation
LPAC Wrapper for RouterOS
- Host: GitHub
- URL: https://github.com/pccr10001/lpac-routeros-wrapper
- Owner: pccr10001
- License: gpl-3.0
- Created: 2024-12-16T10:33:30.000Z (7 days ago)
- Default Branch: master
- Last Pushed: 2024-12-16T10:58:50.000Z (7 days ago)
- Last Synced: 2024-12-16T11:38:10.492Z (7 days ago)
- Topics: esim, fibocom, golang, lpa, mikrotik, quectel, routeros, routeros-api
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lpac-routeros-wrapper
This is a wrapper for the [LPAC](https://github.com/estkme-group/lpac), to manage eSIM profiles in LTE interfaces for RouterOS.# Usage
- Download and extract [LPAC](https://github.com/estkme-group/lpac/releases)
- Download and extract [lpac-routeros-wrapper](https://github.com/pccr10001/lpac-routeros-wrapper/releases)
- 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](https://github.com/creamlike1024/EasyLPAC/releases)
- Download and extract [lpac-routeros-wrapper](https://github.com/pccr10001/lpac-routeros-wrapper/releases)
- 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
* See [xmm7360_usb](https://github.com/xmm7360/xmm7360-usb-modeswitch)
* (*Tested*) ❌️ Quectel EC200
* No `at-chat` in MBIM mode# Reference
* [lpac-fibocom-wrapper](https://github.com/prusa-dev/lpac-fibocom-wrapper)