Releases: mrdunk/esp8266_mdns
Fix buffer off by one errors.
Callbacks to use std::function.
Allows callbacks to use c++ classes method binding.
Compiler warning fix.
Minor bug fix:
No compiler warnings when set to -Wall.
Allow user to provide own buffer.
Allow user to provide own buffer. Useful when a large chunk of memory is needed for more than one task.
Alias Check() to loop()
Alias Check() to loop() to better match Arduino style libraries.
mDNS client library
BUG FIX:
Fix incorrectly generated data_size for transmitted packets.
mDNS client library
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
Fixed some compiler warnings and an error when DEBUG_OUTPUT is disabled.
mDNS client library
Better memory management in this version.
mDNS client library
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.