Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 9 months ago.
Send file over internet with internet of things
Hi, I want to send a file (size of 1 MB) over the internet of things. Actually, I'm using IBM Watson IoT to visualize my sensors data or I can make applications that can interact with mbed device connector service with REST APIs. These APIs works on a series of simple POST/GET requests. Can I use this method to send a file or many packages over the internet? I think the delays on these services might cause the problem for sending a series of packages of a file. Am I right? I would appreciate if someone helps me out or suggest any similar methods to send a file over the internet.