Smp

Latest version: v3.3.1

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

Scan your dependencies

Page 1 of 11

4.4.2

What's Changed
* poetry: lock 1.8.5 by JPHutchins in https://github.com/intercreate/smpclient/pull/62


**Full Changelog**: https://github.com/intercreate/smpclient/compare/4.4.1...4.4.2

4.4.1

What's Changed
* typing: replace TypeGuard with TypeIs by JPHutchins in https://github.com/intercreate/smpclient/pull/53
* fix: udp: use mtu as max_unencoded_size by JPHutchins in https://github.com/intercreate/smpclient/pull/59
* Bugfix incorrect header lenght, with packet of data size 0xFF or 0xFFFF by Maartenwn in https://github.com/intercreate/smpclient/pull/61


**Full Changelog**: https://github.com/intercreate/smpclient/compare/4.4.0...4.4.1

4.4.0

What's Changed
* feat: support python 3.13 by JPHutchins in https://github.com/intercreate/smpclient/pull/50
* docs: add mcuboot tools by JPHutchins in https://github.com/intercreate/smpclient/pull/51


**Full Changelog**: https://github.com/intercreate/smpclient/compare/4.3.0...4.4.0

4.3.0

Documentation
* docstrings are updated
* mkdocs deployment added

What's Changed
* docs: add mkdocs setup by JPHutchins in https://github.com/intercreate/smpclient/pull/49


**Full Changelog**: https://github.com/intercreate/smpclient/compare/4.2.0...4.3.0

4.2.0

Features

This adds the remaining SMP groups which means that the portion of SMP that Zephyr implements is now complete.

python
from smpclient.requests.file_management import (
FileClose,
FileDownload,
FileHashChecksum,
FileStatus,
FileUpload,
SupportedFileHashChecksumTypes,
)
from smpclient.requests.image_management import (
ImageErase,
ImageStatesRead,
ImageStatesWrite,
ImageUploadWrite,
)
from smpclient.requests.os_management import (
BootloaderInformationRead,
DateTimeRead,
DateTimeWrite,
EchoWrite,
MCUMgrParametersRead,
MemoryPoolStatisticsRead,
OSApplicationInfoRead,
ResetWrite,
TaskStatisticsRead,
)
from smpclient.requests.settings_management import (
CommitSettings,
DeleteSetting,
LoadSettings,
ReadSetting,
SaveSettings,
WriteSetting,
)
from smpclient.requests.shell_management import Execute
from smpclient.requests.statistics_management import GroupData, ListOfGroups
from smpclient.requests.zephyr_management import EraseStorage


What's Changed
* Feature/more groups by JPHutchins in https://github.com/intercreate/smpclient/pull/48


**Full Changelog**: https://github.com/intercreate/smpclient/compare/4.1.2...4.2.0

4.1.2

What's Changed
* Wip/stm32f4 disco serial example by JPHutchins in https://github.com/intercreate/smpclient/pull/44
* fix: 45: send length, image, upgrade after initial upload request if… by JPHutchins in https://github.com/intercreate/smpclient/pull/46


**Full Changelog**: https://github.com/intercreate/smpclient/compare/4.1.1...4.1.2

Page 1 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.