-
btstack code
蓝牙协议栈btstack的源码,用于iphone的开发。
在XCODE 4.6 /MAC OS LION 10.7.3 上编译btstack步骤:
btstack的官网上的介绍各种不靠谱,按照上面的说法根本无法编译成功。
注意:XCODE要和其他APP放在一起,路径为/Applications/Xcode.app。不可省事放在桌面上。
1、下载btstack
svn checkout http://btstack.googlecode.com/svn/trunk/ btstack
2、编译生成iphone上的静态库libBTstack.a和动态库libBTstack.dylib
cd btstack
./bootstrap.sh
修改configure.in文件,找到这几行,改成如下这样
[Specify toolchain path])], DEVELOPER_PATH=$withval, DEVELOPER_PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer")
AC_ARG_WITH(sdk-version,
- 2022-03-10 11:27:39下载
- 积分:1
-
Linux下的聊天室
应用背景
This is the server and client code in C for a simple chat program for multiple client communication.
This repository contains code for a very simple chat program implemented on the linux system, using base system libraries and the C programming language. The program consists of two major components, the first being the server program and the second is the Client program.
关键技术
The server program maintains a list of clients and also a queue of client messages. It uses semaphores to make sure synchronisation errors do not occur.
The server program accepts one optional input argument – listen_port_number. If this argument is missed, the server will use the default port number 3500 (defined in the provided header file chat_server.h). Once it starts, it runs forever. To ter
- 2023-07-14 01:50:03下载
- 积分:1
-
打印进程树
利用两种编程方法实现linux进程树的打印
基于用户空间:通过访问/proc 里面的含有进程号的文件夹,获取进程的信息,每个文
件夹中都含有一个 status,通过 scanndir 获取其中的 pid,ppid 以及
- 2022-01-28 02:38:57下载
- 积分:1
-
Ymodem & Zmodem protocol code
本工程内含Ymodem、Zmodem协议的核心源码,可以方便移植入linux系统。具体实现请访问源码的components/utilities/目录。
- 2022-02-26 14:34:58下载
- 积分:1
-
Zwave家庭自动化
家庭自动化在linux Ubuntu13.10上使用zwave协议测试;
- 2022-03-11 05:38:30下载
- 积分:1
-
socket编程
双网卡的套接字编程,将双网卡的通讯通过名称来编写,能够实现双网卡的同时工作的目的。
- 2023-07-30 01:25:03下载
- 积分:1
-
无线传感器网络的仿真 tcl
在这里我们有 un 源代码的无线传感器网络我给你 3 个简单代码 bigginers 在此谢谢你
- 2022-05-05 03:14:59下载
- 积分:1
-
rtsp源码协议
rtsp源码协议,简单
TSP是由Real network 和Netscape共同提出的如何有效地在IP网络上传输流媒体数据的应用层协议。 实时流协议(RTSP)建立并控制一个或几个时间同步的连续流媒体,如音频和视频。尽管连续媒体流与控制流交叉是可能的,RTSP 本身并不发送连续媒体流。换言之,RTSP 充当多媒体服务器的网络远程控制。RTSP 提供了一个可扩展框架,实现实时数据(如音频与视频)的受控、按需传送。数据源包括实况数据与存储的剪辑。RTSP 用于控制多个数据发送会话,提供了选择发送通道(如 UDP、组播 UDP 与 TCP 等)的方式,并提供了选择基于 RTP 的发送机制的方法。
- 2022-08-13 01:53:25下载
- 积分:1
-
leach 协议代码
Tcl/Tk 示例代码和 Tcl/Tk 教程上的 leach 协议
- 2023-04-23 13:50:03下载
- 积分:1
-
wpa_supplicant
资源描述
wpa_supplicant源代码
包括对wifi驱动的控制、WPA/WPA2 4次握手协议的处理、控制wifi驱动连接wifi等
- 2023-07-08 04:05:04下载
- 积分:1