package
module
Version:
v0.1.36
Opens a new window with list of versions in this module.
Published: Mar 17, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
OVERVIEW
paepcke.de/lteinfo
- Show and decode information from your LTE Modem.
- Hardware Revision, Firmware Version, Operational Status (core,env temp)
- All Provider and Visible Network Infrastructure (capabilities eg, cell-broadcast,...)
- SIM, IMEI, MVNO, authentication mode, used Frequencies/Transponder ....
- Focus on small embedded systems (debugging) on restricted resources.
- Focus onpower saving parser (NO CLEAN idomatic go code for hot loop, no clean full state maschine, quick hack)
- 100 % pure go, stdlib only, no external dependencies, use as app or api (see api.go)
Supported Devices
- Huawei E3372h / E3372v153 / E5572C
- PRs welcome
INSTALL
go install paepcke.de/lteinfo/cmd/lteinfo@latest
DOWNLOAD (prebuild)
github.com/paepckehh/lteinfo/releases
SHOWTIME
lteinfo /dev/lte0
DOCS
pkg.go.dev/paepcke.de/lteinfo
CONTRIBUTION
Yes, Please! PRs Welcome!
Documentation
¶
package lteinfo ...
package lteinfo
package lteinfo paepcke.de/lteinfo (2022)
Currently supported devices:
HUAWEI (full)
+ E3372* [ USB alternate profile vendor: 0x12d1 / product: 0x1505 / NCM Mode / FBSD: MSC_EJECT_HUAWEI2 ]
HUAWEI (minimal support via E3372 mode)
+ E5573CS-322 [ USB alternate profile vendor: 0x12d1 / product: 0x155e / NCM Mode / FBSD: MSC_EJECT_HUAWEI4 ]
+ E5573CS-322 [ USB alternate profile vendor: 0x12d1 / product: 0x1442 / TTY Mode / FBSD: MSC_EJECT_HUAWEI ]
Source Files
¶
Directories
¶
cmd
|
|
|
package main |
Click to show internal directories.
Click to hide internal directories.