Welcome![Sign In][Sign Up]
Location:
Search - real time protocol c code

Search list

[Firewall-Securityfirelogd-1.3

Description: Firewall Log Daemon是一个用C编写的程序,它实时监视IP链或IP表日志警告。程序将启动一个小型后台监控进程,通过读取由系统日志写的FIFO来分析和解决防火墙日志。它可以查询一批警告,并将它们用邮件发送给你,或是由一个脚本用来处理现存的日志文件或数据流。它的功能有主机名,端口,协议,和ICMP类型/代码检查,可以由用户定义模板来格式化输出-Firewall Log daemon is a C preparation procedures, which real-time monitoring of IP or IP chain warned log table. Procedures will launch a small background monitoring process through the system log read from the FIFO write to analyze and solve firewall log. It can find a number of warnings, and use them to send mail to you, or from a script to handle the existing log file or data stream. It is the function of host name, port, protocol, and ICMP type / code inspection, by the user-defined templates to format output
Platform: | Size: 115194 | Author: 张光强 | Hits:

[Driver Developliyao_ucos1

Description: 由Jean Labrosse先生写的uC/OS的实时操作系统核心的C源代码以及说明。这是Jean先生为68HC11系列写的RTOS,但是随着越来越多的MCU的出现,Jean把他的RTOS移植到许多平台上,比较适合扩展模式的应用模式,如XA,X86,但是一些客户不知道如何使用,实在糟蹋了!不过提醒各位,这仅仅是一个核心模块,嵌入应用环境太多了,许多其他模块象:文件模块,通讯模块,显示模块等,都需要大家自己努力了!那我自己也在尝试增加一些模块,象TCP/IP协议,可以为许多应用提供附加应用。-by Mr. Jean Labrosse wrote uC / OS real-time operating system kernel of C source code and state. This is Mr. Jean wrote for the series 68HC11 RTOS, but as more and more the emergence of the MCU, Jean his many transplant RTOS platform, expansion model more suitable for the application model, such as XA, X86, but some customers do not know how to use, is wasted! But to remind you that this is only a core module, embedded application environment too much, like many other modules : File module, communications module, module, we now have our own efforts! I also try to increase their number of modules, such as TCP / IP protocol, for many applications can provide additional applications.
Platform: | Size: 82098 | Author: 许之敏 | Hits:

[Firewall-Securityfirelogd-1.3

Description: Firewall Log Daemon是一个用C编写的程序,它实时监视IP链或IP表日志警告。程序将启动一个小型后台监控进程,通过读取由系统日志写的FIFO来分析和解决防火墙日志。它可以查询一批警告,并将它们用邮件发送给你,或是由一个脚本用来处理现存的日志文件或数据流。它的功能有主机名,端口,协议,和ICMP类型/代码检查,可以由用户定义模板来格式化输出-Firewall Log daemon is a C preparation procedures, which real-time monitoring of IP or IP chain warned log table. Procedures will launch a small background monitoring process through the system log read from the FIFO write to analyze and solve firewall log. It can find a number of warnings, and use them to send mail to you, or from a script to handle the existing log file or data stream. It is the function of host name, port, protocol, and ICMP type/code inspection, by the user-defined templates to format output
Platform: | Size: 114688 | Author: 张光强 | Hits:

[Driver Developliyao_ucos1

Description: 由Jean Labrosse先生写的uC/OS的实时操作系统核心的C源代码以及说明。这是Jean先生为68HC11系列写的RTOS,但是随着越来越多的MCU的出现,Jean把他的RTOS移植到许多平台上,比较适合扩展模式的应用模式,如XA,X86,但是一些客户不知道如何使用,实在糟蹋了!不过提醒各位,这仅仅是一个核心模块,嵌入应用环境太多了,许多其他模块象:文件模块,通讯模块,显示模块等,都需要大家自己努力了!那我自己也在尝试增加一些模块,象TCP/IP协议,可以为许多应用提供附加应用。-by Mr. Jean Labrosse wrote uC/OS real-time operating system kernel of C source code and state. This is Mr. Jean wrote for the series 68HC11 RTOS, but as more and more the emergence of the MCU, Jean his many transplant RTOS platform, expansion model more suitable for the application model, such as XA, X86, but some customers do not know how to use, is wasted! But to remind you that this is only a core module, embedded application environment too much, like many other modules : File module, communications module, module, we now have our own efforts! I also try to increase their number of modules, such as TCP/IP protocol, for many applications can provide additional applications.
Platform: | Size: 81920 | Author: 许之敏 | Hits:

[Communicationrtp

Description: rtp 最新源代码,支持rfc3550/3553-rtp latest source code, support rfc3550/3553
Platform: | Size: 514048 | Author: dsp expert | Hits:

[Internet-NetworkQGServerLib_release.tar

Description: QGServerLib是一个C++实现的简单易用的Tcp服务器框架库,旨在简化服务器的构建过程。 具有如下特点: 1, 以模块化的处理池为基本构建元素,能够方便的实现安全稳定的服务架构。 2,事件触发,多线程事件监听,任务化读写访问,解决单线程监听及数据读写带来的性能瓶颈,连接不受线程数限制。 3,写队列,并行读写逻辑,支持服务器数据推送(Push)。 4,数据传送协议,避免数据传送错误,封装数据流。 5,类远过程调用。 6,提供相配套的ActionScript?脚本客户端。能够方便的实现网页实时通讯,解决传统网页通讯的消息轮询问题。 下载最新版本请访问:http://code.google.com/p/qgserver/-QGServerLib is a easy-to-use C++ framework for Tcp server to simplify the building process. With the following characteristics: 1, The basic element of server is modular handling pool that can facilitate the realization of security and stability of the system. 2,With Event-triggered, multi-threaded event listener and the task of read-write access, solute single-threaded reading and writing performance bottleneck. Connection is out of the thread limit. 3,Write queue, parallel reading and writing and support for server data push. 4,Use Data transfer protocol to avoid data transmission errors and package data flow. 5, Far procedure call. 6, Provide matching ActionScript client to facilitate the realization of real-time web communications to address the traditional poll of communication. Download the latest version, please visit: http://code.google.com/p/qgserver/
Platform: | Size: 1081344 | Author: lwp | Hits:

[Chess Poker games2010122215595850

Description: 这个感觉很不错的一个网络版本的五子棋游戏源码,包含服务器端、游戏大厅之客户端。具有游戏大厅功能,支持多人游戏,可以实时显示玩家得分,支持互相发送信息聊天功能。可以自定义玩家昵称,玩家速度等。玩游戏时支持悔棋、求和、认输功能。电脑自动走棋算法不错。动态效果也不错,唯一遗憾的是没有声音(毕竟作者仓促一周做出来的,呵呵),大家也可以自己加入吧,总之源代码的特色C/S通讯协议控制的很不错。对学习网络、游戏开发的朋友可以很好的借鉴。 -This feels very good version of the backgammon game a network source, including server-side, the game room of the client. Hall has a game function, support for multiplayer games, players can score real-time display, support chat send messages to each other. Players can customize the nickname, the player speed. Play games support undo, sum, losing function. Chess computer algorithm automatically go well. Dynamic effects are good, the only regret is not sound (after all, made out of rush week, huh, huh), we can also add yourself to it, in short, the characteristics of the source code for C/S communication protocol control is very good. Learning networks, game development can be a good reference for friends.
Platform: | Size: 4732928 | Author: igoogle88 | Hits:

[TCP/IP stackNetwork-programmingl

Description: 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDOWS网络编程经典入门 开发WINDOWS SOCKETS通信应用程序的经验与实践 剖析TCP和UDP协议 网络编程 网络协议TCP IP、IPX SPX、NETBEUI简介 用C#实现基于TCP协议网络通讯 用SOCKET发送电子邮件 用VC++ 6.0制作网络自动测试程序 用VC++编制FTP客户端应用程序 用WINSOCK编写网络 通信程序 用套接口实现UDP协议的网络通信 在WINDOWSNT网络中实现电话语音通信 POP3协议的基本命令 -The "network programming comprehensive material" introduction Common network protocol programming How to receive E-mail (POP3 introduction) POP3 encapsulation type POP3 command source code and working principle RFC1939-POP3 Chinese version RFC821-simple mail transfer protocol (SMTP) Chinese version The SMTP protocol original command yards and work principle TCP IP network communication program design TCP IP solutions TCPIP agreement chemical experts real-time communication system Vc++ the SMTP protocol analysis by email WINDOWS SOCKET API use experience WINDOWS network programming classic primer Development WINDOWS SOCKETS communication application experience and practice TCP and UDP protocol analysis Network programming Network protocol TCP IP, IPX the SPX, NETBEUI profile Based on TCP protocol realized with c# network communication Use SOCKET send E-mail With vc++ 6.0 make automatic test program. Network Compiled by vc++ FTP client application With WINSOCK writ
Platform: | Size: 509952 | Author: zhaozm | Hits:

[LabViewADCS Class

Description: 该源代码是基于车载平台上的通讯诊断协议, 能够利用LabVIEW, LabWindows?/CVI, Visual C/C++ 6.0中基于CAN的汽车诊断 兼容Windows 7/Vista/XP/2000和LabVIEW Real-Time 诊断协议:CAN (ISO 15765, OBD-II)的KWP2000 (ISO 14230)和诊断 (Diagnostics) 传输协议:ISO传输协议15765-2和Volkswagen TP 2.0 兼容的接口:NI-XNET CAN、CompactRIO CAN、USB CAN和Series 2 NI CAN (PXI、PCI、PCMCIA) KWP2000和UDS的范例, 包括一个软件ECU仿真器(The source code is based on the communication diagnosis protocol on the vehicle platform. Auto diagnosis based on C AN in LabVIEW, LabWindows (/ CVI), Visual C/C++ 6.0 Compatible with Windows 7/Vista/XP/2000 and LabVIEW Real-Time Diagnostic protocols: KWP2000 (ISO 14230) and Diagnostics of CAN (ISO 15765, OBD-II) Transport protocol: ISO transport protocol 15765-2 and Volkswagen TP 2.0 Compatible interfaces: NI-XNET CAN, CompactRIO CAN, USB CAN and Series 2 NI CAN (PXI, PCI, PCMCIA) Examples of KWP2000 and UDS, including a software ECU emulator)
Platform: | Size: 249856 | Author: wankarl | Hits:

[CSharpstockapi

Description: 实时获取股票行情API 可自定义股票代码 使用Newtonsoft.Json.dll解释Json数据 使用HTTP协议的Get获取数据并解释(Real time access to stock market API Customizable stock code Use newtonsoft.json.dll to interpret JSON data Get using HTTP protocol to get data and interpret)
Platform: | Size: 2178048 | Author: zhxingway | Hits:

CodeBus www.codebus.net