Hello Everyone,
I am working on little project which has boron and sd card for storage.
In real rime application this hardware is placed in some remote area and born has sim so it connected with gsm network.
Now in my application there is some files stored in sd card and boron fetch that file fron SD card and process as required.
Here is my main issue occures as i say my hardware is placed in some remote area so if i need to change/update or delete some files in SD card so i have to go there and remove sd card plug into my laptop save/delete files and again plug sd card into boron hardware which is not possible in real time scenario.
So i am searching out that how can i make boron as simple web server which has upload, delete and list files from sd card virtually.
i find one example which is same application as i need but it is working on esp32 they make esp32 as webserver and do this task.
i need that type of example or library which work for me in boron.
it is possible?
Anyone have any idea or solution.
Thank you.