Skip to content

Releases: MrYsLab/python_banyan

Converted from setup.py to pyproject.toml

28 Nov 16:58
Compare
Choose a tag to compare
v3.16

Converted setup.py to pyproject.toml

Force use of websockets 13.1

28 Nov 16:41
Compare
Choose a tag to compare

A newer version of websockets breaks things.

Updated TCP Gateway

14 Nov 21:29
Compare
Choose a tag to compare

The TCP gateway will continually attempt to connect to the server until the connection succeeds.
Packet length was appended to TCP packets in both directions.
An updated example was provided.

Add TCP/IP Gateway and minor updates

12 Nov 22:55
461bd2f
Compare
Choose a tag to compare

This release creates a TCP/IP gateway to resolve issue #35. It also modifies how an asyncio event loop is created within banyan_base_aio to be consistent with the latest versions of Python.

Resolve issue #32

01 Jul 11:38
Compare
Choose a tag to compare

This incorporates the changes for pull request #33, resolving issue #32

Resolution of issue #8

24 Oct 14:04
4ff4b95
Compare
Choose a tag to compare

This release should not affect existing applications built with a previous release.

Renamed instance variable in base classes and examples

18 Jan 17:21
Compare
Choose a tag to compare

I have renamed self.context to self.my_context in the base classes and examples to allow the Banyan base classes to participate in multiple inheritance applications.

No code was changed other than the rename.

Accommodations for Python3.8 asyncio changes for Windows

09 Dec 15:26
Compare
Choose a tag to compare
v3.8

Accommodate Python 3.8 asyncio changes for Windows

banyan_base_aio ignore psutil Zombie exceptions

14 Nov 12:16
Compare
Choose a tag to compare

This release affects banyan_base_aio.py only. When using a mac, the zombie exception is sometimes thrown by psutil. This ignores that exception.

Arduino Gateway Updates

18 Sep 21:14
Compare
Choose a tag to compare

Arduino Gateway and html updated for sonar support fixes.