• 大小: 146KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-08
  • 语言: 其他
  • 标签: linux  C语言  socket  

资源简介

arm开发板http客户端远程升级程序,提供了远程升级的示范代码。

资源截图

代码片段和文件信息

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

#include “../inc/main.h“

int g_nStartLoadFileThread = 1;


/********************************外联函数******************************************************************/
void DownloadFileThread(void* argc)
{
int nHeartBeatReturn = 0;
int nRecvHttpReturn = 0;
int nHttpReportType = 0;  //0:表示发送http心跳 1:表示发送http下载文件请求
while(g_nStartLoadFileThread)
{
nHeartBeatReturn = SendHttpData(nHttpReportType);
if(nHeartBeatReturn < 0)
{
printf(“Send heart beat is failure!\r\n\r\n“);
}
else
{

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-03-21 11:04  1_Download_PrinterApp\
     文件       10240  2018-11-28 15:26  1_Download_PrinterApp\1.tar.gz
     文件         731  2019-03-20 11:08  1_Download_PrinterApp\Makefile
     文件         813  2018-11-19 16:21  1_Download_PrinterApp\Makefile~~~
     目录           0  2019-03-21 11:04  1_Download_PrinterApp\bin\
     文件       40960  2019-03-21 10:38  1_Download_PrinterApp\bin\main
     文件       96759  2019-03-21 10:31  1_Download_PrinterApp\bin\mainbackup
     文件           3  2019-03-21 10:38  1_Download_PrinterApp\bin\version
     目录           0  2019-03-30 20:30  1_Download_PrinterApp\config\
     目录           0  2019-03-21 11:04  1_Download_PrinterApp\inc\
     文件         173  2018-11-16 15:02  1_Download_PrinterApp\inc\App_Packet.h
     文件         424  2018-11-21 12:03  1_Download_PrinterApp\inc\base64.h
     文件        2336  2018-11-16 15:02  1_Download_PrinterApp\inc\Public.h
     文件       14566  2018-11-16 15:02  1_Download_PrinterApp\inc\cJSON.h
     文件        3531  2018-11-16 15:02  1_Download_PrinterApp\inc\dllLib.h
     文件         126  2018-11-16 15:02  1_Download_PrinterApp\inc\http.h
     文件         986  2018-11-16 15:02  1_Download_PrinterApp\inc\main.h
     文件        1582  2018-11-16 15:02  1_Download_PrinterApp\inc\md5_2.h
     目录           0  2019-03-30 20:30  1_Download_PrinterApp\lib\
     目录           0  2019-03-21 11:04  1_Download_PrinterApp\obj\
     文件        2884  2019-03-21 10:29  1_Download_PrinterApp\obj\App_Packet.o
     文件        4248  2019-03-21 10:29  1_Download_PrinterApp\obj\base64.o
     文件       22512  2019-03-21 10:29  1_Download_PrinterApp\obj\Public.o
     文件       48884  2019-03-21 10:29  1_Download_PrinterApp\obj\cJSON.o
     文件        5060  2019-03-21 10:29  1_Download_PrinterApp\obj\dllLib.o
     文件       19980  2019-03-21 10:29  1_Download_PrinterApp\obj\http.o
     文件        3560  2019-03-21 10:29  1_Download_PrinterApp\obj\main.o
     文件       11604  2019-03-21 10:29  1_Download_PrinterApp\obj\md5_2.o
     目录           0  2019-03-21 11:04  1_Download_PrinterApp\src\
     文件         960  2018-11-16 15:02  1_Download_PrinterApp\src\App_Packet.c
     文件        4136  2019-03-20 15:38  1_Download_PrinterApp\src\base64.c
............此处省略7个文件信息

评论

共有 条评论