Huawei-lte-api

Latest version: v1.8.1

Safety actively analyzes 621498 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

1.8.1

What's Changed
* examples: add an example script for setting the network mode and 4G bands by lazka in https://github.com/Salamek/huawei-lte-api/pull/192
* Support b28 in net_mode.py example command by jeffreykog in https://github.com/Salamek/huawei-lte-api/pull/194
* Add Huawei B612-233 to supported devices by TheLime1 in https://github.com/Salamek/huawei-lte-api/pull/202
* fixed `set_multi_macfilter_settings` documentation + added an example by TheLime1 in https://github.com/Salamek/huawei-lte-api/pull/204

New Contributors
* lazka made their first contribution in https://github.com/Salamek/huawei-lte-api/pull/192
* jeffreykog made their first contribution in https://github.com/Salamek/huawei-lte-api/pull/194
* TheLime1 made their first contribution in https://github.com/Salamek/huawei-lte-api/pull/202

**Full Changelog**: https://github.com/Salamek/huawei-lte-api/compare/1.7.3...1.8.1

1.7

What's Changed
* Require Python >= 3.7 by scop in https://github.com/Salamek/huawei-lte-api/pull/166
* Add Net.set_network by scop in https://github.com/Salamek/huawei-lte-api/pull/168
* Suppress login required and not supported on UserSession close by scop in https://github.com/Salamek/huawei-lte-api/pull/169
* Clarify provided requests_session closure doc by scop in https://github.com/Salamek/huawei-lte-api/pull/170
* Add some WPS setters by scop in https://github.com/Salamek/huawei-lte-api/pull/182
* ci: test with Python 3.12 by scop in https://github.com/Salamek/huawei-lte-api/pull/183
* Update README.md by j-broo in https://github.com/Salamek/huawei-lte-api/pull/185
* add: add vpn toggle status method by mehdiirh in https://github.com/Salamek/huawei-lte-api/pull/189

New Contributors
* j-broo made their first contribution in https://github.com/Salamek/huawei-lte-api/pull/185
* mehdiirh made their first contribution in https://github.com/Salamek/huawei-lte-api/pull/189

**Full Changelog**: https://github.com/Salamek/huawei-lte-api/compare/1.6.11...1.7

1.6.11

What's Changed
* Implemented `Sms.get_sms_list_pdu` and `Sms.send_sms_pdu` for PDU sms sending/receiving (untested since my device does not support these)
* Implemented `Device.mode` that allows to set device mode specified in `enums.device.ModeEnum`, this allows to enable telnet AT command interface on port 23 see https://github.com/Salamek/huawei-lte-api/wiki/AT-Command-interface-Telnet and https://github.com/Salamek/huawei-lte-api/blob/master/examples/toggle_telnet.py for more info


**Full Changelog**: https://github.com/Salamek/huawei-lte-api/compare/1.6.10...1.6.11

1.6.10

What's Changed
* Expanded enum defs for sms
* Implemented new dataclass Sms.Message that holds all SMS message info
* Implemented new "abstract" method `Sms.get_messages()` that have same parameters as `Sms.get_sms_list` but can have `read_count=None` parameter to return all SMS messages and returns Generator[Message]. this also implements fix for 164

**Full Changelog**: https://github.com/Salamek/huawei-lte-api/compare/1.6.9...1.6.10

1.6.9

What's Changed
* Fixes issue with unauthorized access 159


**Full Changelog**: https://github.com/Salamek/huawei-lte-api/compare/1.6.8...1.6.9

1.6.8

What's Changed
* Added new abstraction class for WiFi Config called WLanSettings and new methods `WLan.find_wlan_settings` and `WLan.save_wlan_settings`. `WLan.find_wlan_settings` allows to filter a list of WLans by criteria provided and returs `List[WLanSettings]`. `WLan.save_wlan_settings` accepts `List[WLanSettings]` of modified `WLanSettings`

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.