Releases: Overdrivr/pytelemetrycli
Releases · Overdrivr/pytelemetrycli
cli real-time monitoring
More tolerant and robust `pub` command
pub
with integer flags (ex : --i16
) while sending a decimal number (0.0
) will now pass if rounded number is close from entered number. Otherwise, it will trigger an error message and cancel the publish.
The isclose
function that determines whether two floating numbers are close is directly drawn from python standard library
Fixed 1.0.5
- Fixed requirement
pytelemetry>1.1.6
impossible to be met.
Health monitoring and improvements
- Fixed pub with negative numbers
- Improved testing. Setup CI on travis and appveyor
- New command
stats
for displaying information about health of serial port, protocol, etc
Logging and Plots improvements
Note : Actual release is next commit 136f76e
- CLI behavior is logged
- raw protocol data is logged
- Multi-plots support (open multiple plots, reopen closed plots on some topics)
- Plots closed once on a topic can be reopened
- bugfixes and various improvements
index support
Indexed topics such as
topic:123
are now understood and treated as unique ids for plotting, topics, etc.
import issues fix
1.0.2 Release 1.0.2
Fixed imports issues and entry points
Fixed imports issues by using absolute package imports
Fixed the entry point of pytelemetry calling an unexisting function.
The CLI can now be started by calling pytlm
First release
Basic functionnality is in place.
Plotting, publishing, printing values, connect, disconnect