1、Now i am studying OTA update with 3200.Because i can't use dropbox,i want to change the server to other Service Cloud.I want to know which parameter should be changed.Such as
#define OTA_SERVER_NAME "api.dropbox.com"
#define OTA_SERVER_IP_ADDRESS 0x00000000
#define OTA_SERVER_SECURED 1
#define OTA_SERVER_REST_UPDATE_CHK "/1/metadata/auto/" // returns files/folder list
#define OTA_SERVER_REST_RSRC_METADATA "/1/media/auto" // returns A url that serves the media directly
#define OTA_SERVER_REST_HDR "Authorization: Bearer "
#define OTA_SERVER_REST_HDR_VAL "<dropbox access key>"
#define LOG_SERVER_NAME "api-content.dropbox.com"
#define OTA_SERVER_REST_FILES_PUT "/1/files_put/auto/"
#define OTA_VENDOR_STRING "Vid00_Pid00_Ver00"
And are there other jobs should be done to make it come true.
2、 I want update the firmware in Local Area Network or setting the 3200 in AP mode.Through a wireless connection to the device,sending files to it to update.Can i make it come true using the current APIS.