This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/MDNS_Generic
Releases · khoih-prog/MDNS_Generic
v1.4.2 to fix bug in UDP length check and in WiFi example
Releases v1.4.2
- Fix bug in UDP length check. Check UDP Length check discards correct responses when resolving names - On Nano RP2040 Connect #13
- Fix bug in example WiFiDiscoveringServices
- Update
Packages' Patches
v1.4.1 to use Ethernet_Generic library, to add support to SPI1 for RP2040, etc.
Releases v1.4.1
- Use new Ethernet_Generic library as default for W5x00.
- Add support to SPI1 for RP2040 using arduino-pico core
- Rewrite all the examples to support new features
- Update
Packages' Patches
v1.4.0 to fix `multiple-definitions` linker error
Releases v1.4.0
- Fix
multiple-definitions
linker error. - Add example multiFileProjectand WiFiMultiFileProjectto demo for multiple-file project.
- Fix bug
- Update
Packages' Patches
v1.3.1 to update `platform.ini` and `library.json`
Releases v1.3.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
v1.3.0 to add support to Portenta_H7, using Murata WiFi or Vision-shield Ethernet.
Releases v1.3.0
- Add support to Portenta_H7, using Murata WiFi or Vision-shield Ethernet.
Please use the Packages' Patches for mbed_portenta
v1.3.0-b1 to add support to Portenta_H7, using WiFi or Ethernet. For teesting only, still not working for Portenta_H7. See changelog.md
Pre-release
Releases v1.3.0-beta1
- Add support to Portenta_H7, using WiFi or Ethernet. Still not working, just for preliminary tests. Check
- 1.1 Portenta H7 UDP Multicast not working - mbed v2.4.1 #321
- 1.2 Portenta H7 MDNS Library compatibility #4
for latest situation.
v1.2.1 to remove support to ESP8266
Releases v1.2.1
- Remove support to ESP8266 to use native ESP8266mDNS library
v1.2.0 to add support to WiFi, WiFiNINA, WiFi101, ESP WiFi, ESP8266-AT WiFi, etc.
Releases v1.2.0
- Add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core using WiFi / WiFiNINA_Generic Library
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core using WiFi / WiFiNINA_Generic Library
- Add support to ESP32 and ESP8266 boards using native ESP WiFi
- Add support to Generic boards, such as MKR WiFi1010, using WiFi101 Library
- Add WiFi-related examples.
- Modify hostname from easily-duplicated
arduino
to board-related hostname to fix issue caused by duplicated hostname, such as mDNS stops working after two minutes #5 - Verify issue mDNS stops working after two minutes #5 is fixed, using Nano_RP2040_Connect, WiFiNINA FW 1.4.8 and WiFiNINA_Generic Library
- Change License from
MIT
to GPLv3
Release v1.1.0 adds support to RP2040-based boards using Ethernet and RP2040 Arduino-mbed or arduino-pico core
Releases v1.1.0
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core.
- Add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
- Update examples
- Update `Packages' Patches
- Add Version String and Table of Contents
Version v1.0.1 to add support to Ethernet2 and Ethernet3 libraries
New in v1.0.1
- Add support to W5x00 using Ethernet2 or Ethernet3 library
- Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
- Update Packages' Patches.
- Update Libraries' Patches for Ethernet2 library to add Multicast feature necessary for this MDNS_Generic library
- Enhance examples.