Skip to content

Releases: Overdrivr/pytelemetrycli

cli real-time monitoring

23 Mar 21:06
Compare
Choose a tag to compare

Baudspeed, amount of received data, etc can now be plotted and dealt with like normal topics.

ls -c or ls --cli to list available CLI topics

More tolerant and robust `pub` command

17 Mar 10:01
Compare
Choose a tag to compare

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

14 Mar 20:23
Compare
Choose a tag to compare
  • Fixed requirement pytelemetry>1.1.6 impossible to be met.

Health monitoring and improvements

14 Mar 20:17
Compare
Choose a tag to compare
  • 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

02 Mar 12:57
Compare
Choose a tag to compare

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

16 Feb 18:01
Compare
Choose a tag to compare

Indexed topics such as
topic:123 are now understood and treated as unique ids for plotting, topics, etc.

import issues fix

12 Feb 13:27
Compare
Choose a tag to compare
1.0.2

Release 1.0.2

Fixed imports issues and entry points

09 Feb 16:44
Compare
Choose a tag to compare

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

09 Feb 12:49
Compare
Choose a tag to compare

Basic functionnality is in place.
Plotting, publishing, printing values, connect, disconnect