TCP/file/api server

Hello community folks!

I’m trying to figure out how i can run a server for the core to publish files from it’s SD card for storage. It’s used to retrieve datalogging files wirelessly after a field trip. :smiley:

Thinking of using something like a TCPClient connection to the server and “post” the file. Something of that sort!

Can anyone point me in the right direction of what options i can consider to make this happen?

Thanks! :wink:

@kennethlimcp, you could adapt this arduino code. It transfers a file from SD to a server using FTP. :smile:

1 Like