Changelog
Copy MarkdownAll notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v0.2.0]
Added
- Report modem/SIM identity, network details, and network time #2
Docs
- Add table with links to other cell modem libraries (@fhunleth) #1
[v0.1.0]
- Initial implementation of the
VintageNetECMtechnology for USB CDC-ECM cellular modems. VintageNetECM.Modembehaviour separating the vendor-specific AT interactions (data-call control, access-technology reporting, default AT tty) from the shared 3GPP lifecycle.VintageNetECM.Modem.Quectelimplementation targeting QuectelusbnetECM modems such as the EG800Q.- Modem and SIM identity published under
["interface", ifname, "mobile", ...]:manufacturer,model,firmware_version,imei,serial_number,imsiandiccid. - Network details published alongside registration and signal:
operator,mcc,mnc,cell_id,tac,band,channel,rsrp_dbm,rsrq_dbandsinr_db. - Network-supplied timezone published as
timezone,utc_offsetanddst_offset, withVintageNetECM.utc_now/1andVintageNetECM.network_time/1for the current time.