arduino-esp32/docs/en/api
Me No Dev 768719c68f
This is a continuation on the topic of adding IPv6 Support to ESP32 Arduino (#9016)
* IPv6 for Arduino 3.0.0

* Fix warning in WifiUdp

* remove comment / formating

* Add zone to IPAddress and update WiFiUDP and WiFiGeneric

* Add from ip_addr_t conversion and better toString implementation

* Use constant for IPAddress offset

@sgryphon is this better?

* Combine hostByName to support both IPv6 and IPv4 results

* implement logic to use v6 dns only when global v6 address is assigned and remove IPv6Address

* Rename softAPenableIPv6

* Rename mDNS methods

* fix IPAddress method to work with const address

* Some cleanup and do not print zone in IPAddress

* rename WiFiMulti method

* Fix AP DHCPS not properly working on recent IDF

* Add option to print the zone at the end of IPv6

@TD-er

* remove log prints from hostByName

* Use correct array length for listing IPv6 addresses

* Implement some Tasmota requirements

Added constructor that takes `const ip_addr_t *`.
Added `addr_type()` getter
Organize header to highlight the Espressif additions to IPAddress

* add 'const' to IPAddress::addr_type()

* Fix WiFiUdp not updating mapped v4 address

* Update WiFiServer.cpp

---------

Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Co-authored-by: s-hadinger <49731213+s-hadinger@users.noreply.github.com>
2024-01-15 15:24:34 +02:00
..
adc.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
ble.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
bluetooth.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
dac.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
deepsleep.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
espnow.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
ethernet.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
gpio.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
i2c.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
i2s.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
insights.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
ledc.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
preferences.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
pulse_counter.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
rainmaker.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
reset_reason.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
rmt.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
sdio.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
sdmmc.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
sigmadelta.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
spi.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
timer.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
touch.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
usb.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
usb_cdc.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
usb_msc.rst Documentation migration from RTD to ESP-Docs (#9094) 2024-01-12 19:44:42 +02:00
wifi.rst This is a continuation on the topic of adding IPv6 Support to ESP32 Arduino (#9016) 2024-01-15 15:24:34 +02:00