Releases: MrYsLab/python_banyan
Converted from setup.py to pyproject.toml
Force use of websockets 13.1
A newer version of websockets breaks things.
Updated TCP Gateway
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
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
Resolution of issue #8
This release should not affect existing applications built with a previous release.
Renamed instance variable in base classes and examples
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
v3.8 Accommodate Python 3.8 asyncio changes for Windows
banyan_base_aio ignore psutil Zombie exceptions
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
Arduino Gateway and html updated for sonar support fixes.