Skip to content

Releases: MrYsLab/python_banyan

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.

Fixes for issue#5

14 Jul 17:53
Compare
Choose a tag to compare

This release addresses issue #5.

Merged Pull Request #4

23 Jun 12:46
Compare
Choose a tag to compare

The method used to determine the local IP address involved having access to the Google DNS (8.8.8.8).
The code has been modified so that is no longer the case.

The updated code will allow successful IP address discovery even if there is no connection to the Internet.
Connection to the local router is still required, but the router does not need to be connected to the Internet.

You can now use an access point to provide the local IP address for standalone operations.