Skip to content

Releases: meshcore-dev/meshcore_py

v2.3.8

Choose a tag to compare

@fdlamotte fdlamotte released this 27 Jul 14:34

Lots of bug fixes
Scope management has been updated to latest firmware behaviour

Setting scope to "*" will now force unscoped messages (in prior version it did a reset)
reseting scope (setting to None, "None", "0", "") will let the firmware go back to default scope

v2.3.0

Choose a tag to compare

@fdlamotte fdlamotte released this 10 Mar 20:48

This release of meshcore lib officializes the following enhancements:

  • multibyte support
  • packet parser from log_rx
  • path support in channel messages (derived from log_rx)

v2.2.8

Choose a tag to compare

@fdlamotte fdlamotte released this 10 Feb 14:35

Tagged a release as it works with bleak 2.0+

v2.2.1

Choose a tag to compare

@fdlamotte fdlamotte released this 15 Nov 18:16

Buf fix release:

  • byteorder argument is now mandatory when calling to_bytes

v2.2.0

Choose a tag to compare

@fdlamotte fdlamotte released this 13 Nov 19:47
fd67639

In sync with meshcore v1.10.0

  • discover nodes
  • flood scope (regions) support
  • request neighbours
  • work on binary commands

v2.1.24

Choose a tag to compare

@fdlamotte fdlamotte released this 12 Nov 07:31

Release needed to work with latest versions of meshcore-cli (this will probably be the base for v2.2)

Lots of improvements from v2.0

Latest ones are support for binary requests, control packets, region codes (scope)

v2.0.0

Choose a tag to compare

@fdlamotte fdlamotte released this 19 Jul 08:19

Finally v2.0 release

With all the good work from @awolden on logging, events and connexion management !

Stable version of first protocol

Choose a tag to compare

@fdlamotte fdlamotte released this 13 Apr 19:47

This is the end of the v1 protocol that was in dev until now.

We'll keep a tag here to correct bugs for software relying on it.

New dev will be done on v2 and will take place in main branch.