logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

[java] java pcm and android pcm. PCM声音

1, java 读取pcmtry {File file = new File("C:\\Users\\cc\\Desktop\\reverseme.pcm");System.out.println(file.length());int offset = 0;int bufferSize = Integer.valueOf(String.valueOf(file.

{开源接口}linux/windows下的数据包获取libpcap接口

#include#includetypedef struct MAC_header{unsigned char D[6];unsigned char s[6];unsigned short type;} MAC_header;void packet_handler(u_char *param, const struct pcap_pkthdr *header, c

Live555开源库学习1

1,download sourcehttps://github.com/rgaufman/live5552,编译live$ ./genMakefiles linux-gdbgdb 为添加 -g 功能 通过config.xxxxx 文件可以判断 在config.linux-gdb中添加-DDEBUG3 结构图RTSPServer.cpp 为rtsp服务端结构,里面...

{嵌入式}三种嵌入式web服务器(Boa / lighttpd / shttpd)的 linux移植笔记

http://blog.chinaunix.net/uid-26921272-id-3322975.html一:移植Boa(web服务器)到嵌入式Linux系统一、Boa程序的移植1、下载Boa源码    下载地址: http://www.boa.org/    目前最新发行版本: 0.94.13   (几年没更新版本了)    下载 boa-0.9

#嵌入式#linux
libwebsockets的学习

1 下载源码apt-get source libwebsockets-devsudo apt-get install libwebsockets-dev2 编译(查看readme.)cd libwebsocketsmkdir buildcd buildcmake ../ -D参考 README.build.md cmake .. -DCMAKE_BUILD_...

{开源项目}wireshark lua插件解析协议包

{开源项目}之wireshark lua插件列子{开源项目}之wireshark lua插件websocket内容分析jsonlua解析websockets内容为json{开源项目}之wireshark lua插件websocket内容分析jsonlua解析websockets内容为json-- wireshark lua 分析websocket协议内容为json数据--local cj.....

#lua#wireshark#websocket +1
到底了