Search found 2 matches
- Sun Sep 30, 2018 1:29 pm
- Forum: ESP-IDF
- Topic: sendto sending duplicate packets?
- Replies: 0
- Views: 2594
sendto sending duplicate packets?
Hello all. This simple program attempts to connect to a wifi network and send out a simple 16-byte (+ overhead) UDP datagram to the network's broadcast address on port 9999: #include "freertos/FreeRTOS.h" #include "freertos/event_groups.h" #include "nvs.h" #include "nvs_flash.h" #include "esp_log.h"...
- Thu Sep 20, 2018 9:17 am
- Forum: ESP-IDF
- Topic: Using esp_ping.h
- Replies: 1
- Views: 4243
Using esp_ping.h
Hello all. I am sure this is very silly, but I am afraid I am stuck. I am trying to ping a network device from a ESP32-WROOM32 module built into an Olimex ESP32-EVB board. Following the hints provided in this post , I am trying to include header files esp_ping.h and ping.h in my main .c file, but I ...