TCP/IP 協(xié)議棧成功的在S3C44B0X 的實現(xiàn)。我從網(wǎng)上下的所謂在44b0x上運行的tcpip程序其實都是不能運行的,包括LWIP在44b0x代碼。這個是我自己根據(jù)下載的代碼經(jīng)過努力的修改和調(diào)試得到的,程序穩(wěn)定,TCP UDP iCMp web都得到很好的實現(xiàn)。os是UCOS-II.程序包里面有詳細的程序演示說明
上傳時間: 2016-11-18
上傳用戶:fredguo
在Linux利用Libpcap實現(xiàn)的一個數(shù)據(jù)包捕獲程序,能捕獲TCP,UDP,iCMp等類型數(shù)據(jù)包。
標簽: Libpcap Linux 數(shù)據(jù)包 捕獲程序
上傳時間: 2013-12-15
上傳用戶:nanfeicui
Visual C++網(wǎng)絡高級編程電子書,詳細羅列了諸如HTTP,FTP,iCMp等協(xié)議以及網(wǎng)絡安全的具體實現(xiàn)
上傳時間: 2017-02-07
上傳用戶:wxhwjf
uip(uip 0.9 and uip 1.0)源代碼。實現(xiàn)tcp/ip,udp,dhcp,http,iCMp等。
上傳時間: 2013-12-26
上傳用戶:wpwpwlxwlx
Serveez是一個服務器框架,它提供了基于TCP,UDP和iCMp的網(wǎng)絡服務程序的一套例程。
上傳時間: 2013-12-26
上傳用戶:鳳臨西北
單片機上網(wǎng)所使用的精簡協(xié)議棧,包括TCP\IP,iCMp等。
上傳時間: 2017-06-17
上傳用戶:hongmo
利用系統(tǒng)驅(qū)動服務ipFltDrv.sys寫的過濾驅(qū)動,僅支持TCP\UDP\iCMp協(xié)議的攔截、過濾
上傳時間: 2013-12-10
上傳用戶:yt1993410
CFE contains the following important features: * Easy to port to new SB1250/BCM1480 designs * Initializes CPUs, caches, memory controllers, and peripherals * Built-in device drivers for SB1250 SOC peripherals * Several console choices, including serial ports, ROM emulators, JTAG, etc. * Environment storage in NV EEPROM, flash, etc. * Supports big or little endian operation * Supports 32-bit and 64-bit processors * Support for network bootstrap. Network protocols supported include IP,ARP,iCMp,UDP,DHCP,TFTP. * Support for disk bootstrap. * Provides an external API for boot loaders and startup programs * Simple user interface. UI is easy to remove for embedded apps.
標簽: following important contains features
上傳時間: 2014-11-23
上傳用戶:龍飛艇
用VC++6.0的Sockets API實現(xiàn)一個聊天室程序.txt VC++對網(wǎng)絡編程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP網(wǎng)絡環(huán)境里,也是Internet上進行開發(fā)最為通用的API。最早美國加州大學Berkeley分校在UNIX下為TCP/IP協(xié)議開發(fā)了一個API,這個API就是著名的Berkeley Socket接口(套接字)。在桌面操作系統(tǒng)進入Windows時代后,仍然繼承了Socket方法。在TCP/IP網(wǎng)絡通信環(huán)境下,Socket數(shù)據(jù)傳輸是一種特殊的I/O,它也相當于一種文件描述符,具有一個類似于打開文件的函數(shù)調(diào)用-socket()??梢赃@樣理解:Socket實際上是一個通信端點,通過它,用戶的Socket程序可以通過網(wǎng)絡和其他的Socket應用程序通信。Socket存在于一個"通信域"(為描述一般的線程如何通過Socket進行通信而引入的一種抽象概念)里,并且與另一個域的Socket交換數(shù)據(jù)。Socket有三類。第一種是SOCK_STREAM(流式),提供面向連接的可靠的通信服務,比如telnet,http。第二種是SOCK_DGRAM(數(shù)據(jù)報),提供無連接不可靠的通信,比如UDP。第三種是SOCK_RAW(原始),主要用于協(xié)議的開發(fā)和測試,支持通信底層操作,比如對IP和iCMp的直接訪問。
上傳時間: 2014-03-12
上傳用戶:從此走出陰霾
The uIP implementation is designed to have only the absolute minimal set of features needed for a full TCP/IP stack. It can only handle a single network interface and contains only a rudimentary UDP implementation, but focuses on the IP, iCMp and TCP protocols. uIP is written in the C programming language.
標簽: implementation designed absolute features
上傳時間: 2017-08-08
上傳用戶:xinzhch