mirror of
https://github.com/espressif/esp-idf
synced 2025-04-12 09:40:10 -04:00
Added example to create a raw ICMPv6 socket and sends an ICMPv6 Echo-Request to the destination ipv6 address and wait for Echo-Reply for esp32 and Linux target.
4 lines
86 B
CMake
4 lines
86 B
CMake
|
|
idf_component_register(SRCS "icmpv6_ping.c"
|
|
INCLUDE_DIRS ".")
|