Skip to content

Releases: mrdunk/esp8266_mdns

Fix buffer off by one errors.

06 Feb 23:35
0e294f4
Compare
Choose a tag to compare
bump relaese version

this makes the recent off by one buffer fixes live.

Callbacks to use std::function.

18 Nov 11:02
f5a8184
Compare
Choose a tag to compare

Allows callbacks to use c++ classes method binding.

Compiler warning fix.

16 Apr 14:29
Compare
Choose a tag to compare

Minor bug fix:
No compiler warnings when set to -Wall.

Allow user to provide own buffer.

04 Feb 11:02
Compare
Choose a tag to compare

Allow user to provide own buffer. Useful when a large chunk of memory is needed for more than one task.

Alias Check() to loop()

04 Feb 10:23
Compare
Choose a tag to compare

Alias Check() to loop() to better match Arduino style libraries.

mDNS client library

21 Jan 13:10
Compare
Choose a tag to compare

BUG FIX:
Fix incorrectly generated data_size for transmitted packets.

mDNS client library

18 Jan 08:22
Compare
Choose a tag to compare

BUG FIX:
Fixed data_size variable not getting increased when Query or Answer added to outgoing packet leading to empty packet being sent.

mDNS client library

13 Jan 08:37
Compare
Choose a tag to compare

Fixed some compiler warnings and an error when DEBUG_OUTPUT is disabled.

mDNS client library

12 Jan 23:49
Compare
Choose a tag to compare

Better memory management in this version.

mDNS client library

06 Feb 18:28
Compare
Choose a tag to compare

This release works as advertised providing the received data does not exceed the limit defined by MAX_PACKET_SIZE.
If an mDNS packet larger than MAX_PACKET_SIZE is received on the network, it will be truncated and only records in the first MAX_PACKET_SIZE bytes will be reported.