esp_netif = msg->esp_netif, .if_index = -1, .ip_index = index}; ip_event_got_ip6_t evt = {.esp_netif = msg->esp_netif, .ip_index = index}; evt.ip6_info.ip = addr->addr; ESP_RETURN_ON_ERROR(esp_event_post(IP_EVENT, IP_EVENT_GOT_IP6, &evt, sizeof(evt), 0), ...
} test_vfs_eth_tap_msg_t; static const char *TAG = "l2tap_example"; /** Opens and configures L2 TAP file descriptor */ static int init_l2tap_fd(int flags, uint16_t eth_type_filter) { int fd = open("/dev/net/tap", flags); if (fd < 0) { ESP_LOGE(TAG, "Unable to open...
First time through I can start up and publish data ok but shutting down mqtt I get error msg: I (18680) MQTT: MQTT_PUBLIISHED I (18690) MQTT_CLIENT: Client asked to disconnect W (18690) MQTT_CLIENT: Client asked to stop, but was not started ...
IPv6 for the Arduino platform. Contribute to ghoelzl/IPv6EtherShield development by creating an account on GitHub.