Meshtastic

Latest version: v2.3.10

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

Scan your dependencies

Page 12 of 22

1.3.38

What's Changed
* Catch RoutingApp response for Admin packet by GUVWAF in https://github.com/meshtastic/Meshtastic-python/pull/379
* Get export-configuration and configure working again by thebentern in https://github.com/meshtastic/Meshtastic-python/pull/381


**Full Changelog**: https://github.com/meshtastic/Meshtastic-python/compare/1.3.37...1.3.38

1.3.37

What's Changed
* Add KnownProtocol for Simulator_App by GUVWAF in https://github.com/meshtastic/Meshtastic-python/pull/377

New Contributors
* GUVWAF made their first contribution in https://github.com/meshtastic/Meshtastic-python/pull/377

**Full Changelog**: https://github.com/meshtastic/Meshtastic-python/compare/1.3.36...1.3.37

1.3.36

What's Changed
* Added --reset-nodedb command


**Full Changelog**: https://github.com/meshtastic/Meshtastic-python/compare/1.3.29...1.3.36

1.3.35a

**Full Changelog**: https://github.com/meshtastic/Meshtastic-python/compare/1.3alpha.32...1.3.35a

1.3.34alpha

**Full Changelog**: https://github.com/meshtastic/Meshtastic-python/compare/1.3.35a...1.3.34alpha

1.3.29

What's Changed
* got lint and pytest working by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/289
* change version per pypi reqs by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/290
* min req of python is 3.7 now; bump nanopb version by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/291
* handle ignore_incoming repeated field by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/292
* fix when ports are not sorted by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/294
* do not checkout the code again by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/295
* keep sha ref and use it for subsequent checkouts by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/296
* refactor code to util; add duplicate check by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/298
* update to latest protobufs by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/299
* fix some tlora entries by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/303
* regen protobuf code; tlora v1 vendor/product id fix by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/306
* there is no tlora_v2.1 by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/307
* Added examples/tcp_gps_example.py by raldi in https://github.com/meshtastic/Meshtastic-python/pull/302
* regen code from latest protobufs by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/313
* add epaper; fix product id on 5005/4631 by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/314
* detect devices only using vendor id by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/315
* fix tests for 1.3 by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/316
* fixed set and get canned message by amerinoj in https://github.com/meshtastic/Meshtastic-python/pull/322
* fix smoke1 tests; regen protobufs by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/323
* update protos by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/326
* Updated protos by thebentern in https://github.com/meshtastic/Meshtastic-python/pull/327
* add nano_g1 by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/328
* Changed baud to 115200 by thebentern in https://github.com/meshtastic/Meshtastic-python/pull/336
* Bump nanopb by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/338
* Hack 13 by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/339
* remove "Request Settings" during init, team settings and deprecated settings. by caveman99 in https://github.com/meshtastic/Meshtastic-python/pull/340
* almost working by caveman99 in https://github.com/meshtastic/Meshtastic-python/pull/341
* Github action protos version by thebentern in https://github.com/meshtastic/Meshtastic-python/pull/342
* Untangle Modem Presets from Channels by caveman99 in https://github.com/meshtastic/Meshtastic-python/pull/343
* Get and Set general attributes almost working. by caveman99 in https://github.com/meshtastic/Meshtastic-python/pull/344
* small issues corrected by caveman99 in https://github.com/meshtastic/Meshtastic-python/pull/346
* Module config progress by thebentern in https://github.com/meshtastic/Meshtastic-python/pull/347
* 100ms delays to prevent overloading the serial by thebentern in https://github.com/meshtastic/Meshtastic-python/pull/348
* Fix crash when trying to set value that doesn't exist by Douile in https://github.com/meshtastic/Meshtastic-python/pull/349
* Allow setting values from base64 values by Douile in https://github.com/meshtastic/Meshtastic-python/pull/350
* Fix lint errors by Douile in https://github.com/meshtastic/Meshtastic-python/pull/353
* Replace the primative print based config generator with proper yaml serialization by Douile in https://github.com/meshtastic/Meshtastic-python/pull/352
* Add get device metadata admin message by thebentern in https://github.com/meshtastic/Meshtastic-python/pull/354
* Increase delay for reliability by thebentern in https://github.com/meshtastic/Meshtastic-python/pull/355
* Only write single config by thebentern in https://github.com/meshtastic/Meshtastic-python/pull/356
* Bluetooth and canned messages changes by thebentern in https://github.com/meshtastic/Meshtastic-python/pull/360
* Fix changing modem_preset from CLI shortcuts by Douile in https://github.com/meshtastic/Meshtastic-python/pull/361
* Channel setting fixed by thebentern in https://github.com/meshtastic/Meshtastic-python/pull/363
* Fix for --setalt --setlat --setlon by rohanki in https://github.com/meshtastic/Meshtastic-python/pull/369
* Fixes 367 MedFast Enum Not Defined by ghostop14 in https://github.com/meshtastic/Meshtastic-python/pull/368

New Contributors
* raldi made their first contribution in https://github.com/meshtastic/Meshtastic-python/pull/302
* amerinoj made their first contribution in https://github.com/meshtastic/Meshtastic-python/pull/322
* caveman99 made their first contribution in https://github.com/meshtastic/Meshtastic-python/pull/340
* Douile made their first contribution in https://github.com/meshtastic/Meshtastic-python/pull/349
* rohanki made their first contribution in https://github.com/meshtastic/Meshtastic-python/pull/369
* ghostop14 made their first contribution in https://github.com/meshtastic/Meshtastic-python/pull/368

**Full Changelog**: https://github.com/meshtastic/Meshtastic-python/compare/1.2.88...1.3.29

Page 12 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.