| Projects on Google Code | Results 1 - 10 of 46 |
= 项目描述 =
不同的操作系统应用于不同的领域,他们大多都有自己的TCP/IP协议和一套自己的Socket接口,使我们的网络程序需要依赖于特定的操作系统环境,也使程序员跨平台开发带来许多不必要的困扰.<br/>
于是我们有了wraper的概念,也就是给socket接口加一层包装纸,这样在移植到其他平台时就可以只要换一下包装纸里面的具体socket接口就可以了,减少了调试上层应用程序的烦琐.<br/>
但是这样毕竟还要改写和调试wraper,如果我们将wraper做成一个utility,它本身既包装了Linux Socket,又包装了vxWorks,还有freeBSD UNIX,...
study linux tcp ip
= NetProtocols =
网络协议学习资料汇总,主要包括以太网二层协议和TCP/IP协议族.
== 二层协议(以太网协议) ==
* [http://netprotocols.googlecode.com/files/L2switch_spanning_tree.ppt Spanning Tree Protocol - 802.1D-1998]
== 三层协议(TCP/IP协议族) ==
* [ARP ARP协议规范及一个具体实现的代码分析]
* TCP
* Issue 1: 滑动窗口回退问题
* [SCTP]
* [DN...
This project is a port of uIP TCP/IP stack for LPC21XX series microcontrollers from NXP.
uIP is a open-source TCP/IP stack.It was developed by [http://www.sics.se/~adam/ Adam Dunkels] of the Networked Embedded Systems group at the Swedish Institute of Computer Science but is further developed by ...
PcapHandler version 0.0.1
11/09/2009 - Ronh
=================
About:
This c++ code example is a basic c++ wrapper around libpcap (WinPcap).
libpcap allows users to easily capture packets being sent and received
via network interface.
Usage:
Specific lipcap calls are encapsulated in...
Adobe AIR Deployment System is a Pythonic method for deploying Adobe AIR Apps to the desktop using a rather unique method that allows Python to be used to augment the AIR App.
The AIR App is stored within a Pythonic wrapper in the form of a single .EXE - this allows the AIR App to leverage the po...
This project is for our system software design course. Our target is to build a simple simulation of tcp/ip protocols stack on Linux.And it also offers some APIs just like the real system does.
a simple chat system
PropTCP is a TCP/IP stack for the Parallax Propeller P8X32A microcontroller.
=== Updated! New Beta Posted! ===
* Sockets Layer Beta / Development Snapshots: http://harrisonpham.com/embedded/PropTCP/beta/ *
== News ==
*Apr 20, 2009* - The latest PropTCP beta has been released. It can be do...
= JCA Sockets =
JCA Sockets is a JCA resource adapter that accepts simple TCP/IP socket connections from clients. It allows a J2EE/JEE developer to support legacy socket clients in an easy, standards compliant way. It does not support distributed transactions, although it is easy to start a transac...