espressif / esp-mesh-lite

A lite version Wi-Fi Mesh, each node can access the network over the IP layer.
126 stars 18 forks source link

Compatibility of ESP-MESH-LITE with PlatformIO (AEGHB-581) #69

Open matthieup240 opened 7 months ago

matthieup240 commented 7 months ago

Hello,

I am currently exploring the ESP-MESH-LITE project for a Wi-Fi networking application and am interested in integrating it with PlatformIO for an ESP32 project. I have encountered some challenges in compiling the ESP-MESH-LITE project using PlatformIO and was wondering if there's a recommended approach or if compatibility adjustments are needed.

Steps to Reproduce:

  1. Created a new PlatformIO project and set the framework to ESP-IDF.
  2. Added ESP-MESH-LITE to the lib directory of the project.
  3. Attempted to compile the project.

Issues Encountered:

Questions:

  1. Is there a specific configuration or setup required to build ESP-MESH-LITE projects with PlatformIO?
  2. Are there plans to ensure compatibility between ESP-MESH-LITE and PlatformIO, especially considering the ESP-IDF version dependencies?

Any guidance or recommendations on integrating ESP-MESH-LITE with PlatformIO would be greatly appreciated. Thank you for your support and for developing such an interesting project.

Thanks.

tswen commented 6 months ago

Hello, we currently have no plans to port it to PlatformIO.

kristofkatzenberger commented 5 months ago

Hi @matthieup240 ! Have you had any luck integrating ESP-MESH-LITE with PlatformIO? Thanks!