资源简介
linux c语言实现websocket编程,亲测可以运行,linux下直接编译就可以。代码中文件较多,结构比较清晰,未加注解。若有疑问请留言。
代码片段和文件信息
#include “iot_config.h“
static void get_string_content_value(FILE *fp uint8_t *pszSectionName uint8_t *pszKeyName uint8_t *pszOutput uint32_t iOutputLen);
static void get_complete_path(uint8_t *pszConfigFileName uint8_t *pszWholePath);
static void get_string_content_value(FILE *fp uint8_t *pszSectionName uint8_t *pszKeyName uint8_t *pszOutput uint32_t iOutputLen)
{
uint8_t szSectionName[100] = {0};
uint8_t szKeyName[100] = {0};
uint8_t szContentLine[256] = {0};
uint8_t szContentLineBak[256] = {0};
uint32_t iContentLineLen = 0;
uint32_t iPositionFlag = 0;
if (fp == NULL || pszSectionName == NULL || pszKeyName == NULL || pszOutput == NULL)
{
printf(“get_string_content_value: input parameter
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5853 2017-09-08 01:06 iot_config.c
文件 1275 2017-09-08 00:56 iot_config.h
文件 958 2017-09-22 01:19 iot_core.h
文件 1146 2017-09-05 14:15 iot_linux_config.h
文件 6623 2017-09-15 18:57 iot_sha1.c
文件 696 2017-09-15 18:58 iot_sha1.h
文件 7560 2017-09-08 01:20 iot_string.c
文件 2954 2017-09-22 01:19 iot_string.h
文件 5150 2017-09-17 01:11 iot_websocket.c
文件 558 2017-09-17 01:16 iot_websocket.h
文件 2113 2017-09-22 01:21 iot_websocket_unittest.c
文件 359 2017-09-22 00:51 makefile
文件 282 2017-09-05 19:01 Config.ini
----------- --------- ---------- ----- ----
35527 13
- 上一篇:VC++实现QQ聊天源代码绝对好
- 下一篇:操作系统课程设计 简单的二级文件系统模拟
相关资源
- C语言程序设计(第四版)谭浩强著
- C/C++实验系统
- c语言教程1946
- c语言资料大全
- C语言经典算法大全 总
- 很好用的C语言编译器,结合TC2.0,3
- The_C_Programming_Language第二版中文版
- C语言基础习题集(C考试常见题型)
- C语言编程大赛试题
- 二级C语言复习资料打包(2011-07)
- 关于MFC的 基本用法及实例的源代码
- c语言嵌入式
- 数据结构习题集答案(C语言版严蔚敏
- c高级编程技术
- 俄罗斯方块,C语言实现
- C语言程序设计案例教程
- c语言教程讲义(谭浩强)1870
- 113道非常经典的C语言题目
- c语言windows程序设计中文件版
- c语言程序设计
- C语言穷举法统计素数个数
- c++/c语言学习系统
- 新概念51单片机C语言教程.入门、提高
- 第三届蓝桥杯C语言本科组复赛题及解
- C语言实战开发宝典
- 经典100列 c语言
- c语言经典例题100道
- C语言入门1806
- C语言必背18个经典程序
- 嵌入式系统的C语言—译自《C for em<
评论
共有 条评论