Python-mscl

Latest version: v67.0.1.0

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

Scan your dependencies

Page 151 of 152

0.8.1

- Removed the InertialCommunicationType enum as it wasn't correct (each device uses different values).
- Fixed issue where using the Communication object to create a BaseStation or InertialNode would
immediately set the Raw Byte Mode parsing function to that device's parsing function.

0.8.0

- Added Raw Bytes Mode for the Connection object.

0.7.2

- The BaseStation getData function now returns a shared_ptr to a vector of DataSweep objects.
- The InertialNode getDataPackets function now returns a shared_ptr to a vector of InertialDataPacket objects.
- The getData and getNextData functions on the BaseStation, and the getDataPackets and getNextDataPacket object are more efficient (less copying).
- When creating a BaseStation, the frequency is no longer immediately read.
This means that there is no communication necessary at instantiation, however data that is collected.
before the frequency is known on the base station will be stamped with an unknown frequency.

0.7.1

- Support for 1 sample per 24 hours Wireless Sample Rate.
- To fix the Connection bug below, the Connection objects now listen for data as soon as they are created.
If no parsing function has been set for them (no BaseStation created), all incoming bytes will be thrown out.
- Added LibVersion class that can be used to get the version of MSCL, including defines and various helper functions.
- Removed The .version() and .date() commands that were previously used to get the MSCL version.
- Fixed Bug where reusing a Connection would fail, even after destroying the 1st BaseStation it was attached to.

0.7.0

- Added methods to get some available settings information for some node types.
- Support for new Wireless device model numbers.

0.6.0

- Stop Node functionality
- Changed how WirelessNode configuration is performed (moved more directly into WirelessNode class).
- Some individual node classes to handle unique node commands (such as hardware gain).
- "Pending Configuration" functionality to the SyncSamplingNetwork class.

Page 151 of 152

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.