搜索资源列表
lanchattoolsrc
- 本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。-program design into the application server and client applications, using Socket Library Network Programming. (UDP) and (TCP / IP) combined for the connec
DS_Netfilter
- server/client media streaming using window socket (TCP) by directshow filter.
opensips-1.5.2-tls_src.tar
- sip服务器原代码,要求在linux或者unix下安装,可以用于建立自己的voip系统,基于sip协议-OpenSIPS brings: robust and performant SIP (RFC3261) Registrar server, Location server, Proxy server and Redirect server small footprint- the binary file is small size, functionality can be stri
FVoice
- gm81xx tcp udp audio streaming server
vc6
- (1) 通过TCP协议与服务器通信 (2) 采用UDP组播与分机通信 (3) Window系统声卡数据的读写等操作 (4) 数据库技术,用来记录请求记录以及历史记录查询 (5) INI文件操作,用来记录系统基本信息 (6) 使用帮助文档让用户更加理解如何操作 (7) 其他相关技术如美化界面,收到请求后图标闪烁等 -(1) communicate with the server through the TCP protocol (2) using UDP multica
webcam_server
- Code to capture images using Video For Linux (V4L2) UVC USB camera. Then process images to find a white dot coordinates and transmit over TCP/IP with built in server.
darwin_tcp_learn
- 自己写的darwin流媒体服务器关于使用TCP协议进行流控的部分,可能会有不准确的地方-Write a darwin streaming server using the TCP protocol on the part of the flow control, there may be inaccuracies
fit-TCP
- tcp client server for echo back reverse name
H263
- 基于VFW视频捕捉得到RGB24格式的视频,然后将该格式转为YUV格式,对YUV格式进行h.263编码,建立socket服务端和客户端,之间通过tcp协议进行传输,这里电脑是服务器端,window mobile手机是客户端,263文件从服务器端传送到客户端,传输完成后利用从ffmpeg移植到wm的h.263解码器进行解码,得到YUV格式的视频,再转为RGB24格式,就可以显示了。-VFW video capture video RGB24 format, then the format to Y
Server
- 通过摄像头采集视频并通过tcp传输出去,opencv-Camera capture video transmission via tcp out
TCPDemo
- 一个服务器程序,一个客户机程序,双方通过TCP方式传输数据。 Bin\TCPServer.exe是服务器程序。 Bin\TCPClient.exe是客户机程序。 打开TCPDemo目录下的WsClientServer.dsw文件,可以同时浏览该目录下所有 项目。-A server program and a client program, the two sides to transfer data via TCP mode. The Bin \ TCPServer.exe
PlayBackApp
- 一个海康板卡生成的mp4文件的预览程序,工作模式如下,从文件服务器查找文件,用tcp把文件以流的形式传输,通过该程序进行播放。对于使用海康播放器SDK开发有些帮助。-A Continental board generated mp4 file preview program, the following operating modes, find the file from the file server, the file transfer using tcp in the form of s
331
- VFW采集视频,分客户端和服务器,通过TCP协议传输视频,并显示。- VFW capture video, sub-client and server via TCP protocol to transmit video and display.