Skip to content

Releases: muwerk/munet

Fix unreliable NTP init

03 Nov 20:40
Compare
Choose a tag to compare
0.1.8

more reliable NTP init

Fix ESP32 crash if NTP is initialized before WLAN connected

03 Nov 19:07
Compare
Choose a tag to compare

MQTT topics published by ESP are prefixed with 'omu/...' to prevent routing loops

06 Aug 16:00
Compare
Choose a tag to compare

Change of behaviour for published MQTT topics:
Older versions of mqtt.h published messages with topic-prefix esp-hostname/rest-of-topic. Since the ESP mqtt client also subscribed to esp-hostname/# duplicated messages (routing loops) were caused.
This release adds an outDomainToken (default is 'omu') in front of outgoing topics. (e.g. topic lamp/state now becomes omu/<esp-hostname>/lamp/state when published to MQTT server.

New JSON lib Arduino_JSON used.

24 Jul 13:56
c48c108
Compare
Choose a tag to compare
Merge pull request #1 from muwerk/Arduino_JSON

Moved to Arduino_JSON lib

JSON buffer size increase

26 Mar 06:27
Compare
Choose a tag to compare

Handling of DynamicJsonBuffer fixed.

Larger default JSON buffers

25 Mar 20:37
Compare
Choose a tag to compare
Pre-release
0.1.3

Merge branch 'master' of github.com:muwerk/munet

Added a munet.h as alias for net.h

22 Feb 07:40
Compare
Choose a tag to compare
Pre-release
0.1.2

munet.h added for arduino lib management

Fixed Arduino library name

15 Feb 06:31
Compare
Choose a tag to compare
0.1.1

fix for invalid Arduino library name, v0.1.1

Intial release

06 Feb 09:15
Compare
Choose a tag to compare

First release for publication on platformio and arduino library manager