Skip to content

Releases: Overdrivr/pytelemetrycli

cli real-time monitoring

Choose a tag to compare

@Overdrivr Overdrivr released this 23 Mar 21:06

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

Choose a tag to compare

@Overdrivr Overdrivr released this 17 Mar 10:01

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

Choose a tag to compare

@Overdrivr Overdrivr released this 14 Mar 20:23
  • Fixed requirement pytelemetry>1.1.6 impossible to be met.

Health monitoring and improvements

Choose a tag to compare

@Overdrivr Overdrivr released this 14 Mar 20:17
  • 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

Choose a tag to compare

@Overdrivr Overdrivr released this 02 Mar 12:57

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

Choose a tag to compare

@Overdrivr Overdrivr released this 16 Feb 18:01

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

import issues fix

Choose a tag to compare

@Overdrivr Overdrivr released this 12 Feb 13:27
1.0.2

Release 1.0.2

Fixed imports issues and entry points

Choose a tag to compare

@Overdrivr Overdrivr released this 09 Feb 16:44

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

Choose a tag to compare

@Overdrivr Overdrivr released this 09 Feb 12:49

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