Skip to content

0.18.0 Release Notes

Joel Bender edited this page Apr 22, 2020 · 1 revision

Python 3.8

Python3.8 is now listed as a supported version because there has been some success with it. Work continues on a bacpypes3 replacement that is based on async/await but it has not been released yet.

Module Updates

  • app - add additional "guard" so that applications have to provide an IOCB when making confirmed service requests.
  • appservice - fixe a segmentation bug with the initial sequence number.
  • basetypes - floating and integer scales.
  • core - stop supressing output.
  • object - fixed length arrays for event message properties
  • service/cov - fix an array encoding bug

HTTP Server Sample

This sample application has been updated to work on Python3+ that moved the locations of various libraries.

Read Property Redis Sample

In the sandbox there is a sample application that reads a list of points and saves them in a Redis key-value store and also publishes the value to a Redis Stream. This sample application has a JSON file for settings.

Redis streams are an excellent alternative to Apache Kafka.

Sidebar items:

Clone this wiki locally