开发upnp 时的底层库,可以运行,主要是实现了upnp的底层协议 !

源代码在线查看: soap_common.c

软件大小: 718 K
上传用户: balefu123
关键词: upnp 底层 协议 运行
下载地址: 免注册下载 普通下载 VIP

相关代码

								#include "config.h"				#if EXCLUDE_SOAP == 0								#include "httpparser.h"				#include "sock.h"				#include "soaplib.h"												const char *ContentTypeHeader =				    "CONTENT-TYPE: text/xml; charset=\"utf-8\"\r\n";												#endif // EXCLUDE_SOAP											

相关资源