Page 1 of 1

Release of ESP-Mesh App Source Code

Posted: Thu Jan 03, 2019 3:14 am
by ESP_LBB
Hi all,

Happy new year 2019 ~

We've released the ESP-Mesh App (for Android) source code on GitHub ~ Here is the link: https://github.com/EspressifApp/EspMeshForAndroid.

As usual, you can submit your questions or bugs on GitHub or here if you find any in using ~

Looking forward to seeing more projects based on ESP-Mesh ~

Re: Release of ESP-Mesh App Source Code

Posted: Tue Apr 30, 2019 5:37 am
by TaherK
Great !!
Happy to hear this.

Re: Release of ESP-Mesh App Source Code

Posted: Wed May 08, 2019 2:07 pm
by Mahdibr
hi

thank you for sharing source code
but after i open it in android studio its look like build with machine or this is export of other frame work like flutter or something else ....

there was no page in the source but after build there is a lot of page like account and other stuff

and why have 5 gradle ...

if it possible give me some hint whats going on in the app
i will be thankful

Re: Release of ESP-Mesh App Source Code

Posted: Thu May 09, 2019 8:40 am
by XuXiangJun
There are 5 gradle files because the project contain 5 modules.

The page codes are in the module 'apph5', and the UI is implemented with JS.

If you want program only with JAVA, see APIs https://github.com/EspressifApp/EspMesh ... eshApis.md

Re: Release of ESP-Mesh App Source Code

Posted: Thu May 09, 2019 9:01 am
by XuXiangJun
The API documentation address has updated
https://github.com/EspressifApp/EspMesh ... Apis_en.md

Re: Release of ESP-Mesh App Source Code

Posted: Wed Jun 08, 2022 3:07 pm
by karunt
How can we view source code for the esp_mesh apis? It's important to understand those so we can write codes for projects.