Search found 2 matches

by sibu01
Thu Nov 03, 2022 2:43 pm
Forum: General Discussion
Topic: Wireshark decrypt MESH network communication
Replies: 1
Views: 1523

Wireshark decrypt MESH network communication

Hello everyone. OS - Linux HW - ESP32-C3-DevKitM-1 Example - Ip_internal_network -> https://github.com/espressif/esp-idf/tree/master/examples/mesh/ip_internal_network We have successfully setup a small MESH network using seven espc3 dev boards. To debug some dhcp server requests within the mesh we w...
by sibu01
Thu Jul 14, 2022 11:43 am
Forum: ESP-IDF
Topic: manually update debugger version
Replies: 0
Views: 782

manually update debugger version

Currently i am running esp-idf version 4.4.1 (git repo tag 4.4.1) on a linux manjaro. Unfortunately the debugger fails, as the debugger version in esp-2021r1-patch3-8.4.0 requires pythonlib 2.7 even idf is setup only using python3.8 or higher. According to this closed issue on github -> https://gith...