搜索资源列表
C# WinCE Web Server
- 一个完全用C#在Windows CE 5.0下实现的Web 服务器
wince-web-server-cgi
- 利用GoAhead构建嵌入式web应用。在wince环境下的CGI程序。-/* * cgi.c-- CGI processing (for the GoAhead Web server * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution
wince-web-server-main
- 利用GoAhead构建嵌入式web应用。在wince环境下的主程序。-/* * cgi.c-- CGI processing (for the GoAhead Web server * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution l
wince-web-server-handler
- 利用GoAhead构建嵌入式web应用。在wince环境下的handler程序。-/* * handler.c-- URL handler support * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution license requirements * *
socket
- linux 里面的socket完好封装。 把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
ARPTsk.c.txt
- ARP Server Module for Microchip TCP/IP Stack
web-server-1
- 本程序是基于C语言开发的,用以实现单片机的网络应用,是实现单片机网络服务器的程序。第一部分。-This procedure is based on the C language developed for the realization of single-chip network applications, is to achieve single-chip web server process. The first part.
web-server-1-B
- 本程序是基于C语言开发的,用以实现单片机的网络应用,是实现单片机网络服务器的程序。第二部分。-This procedure is based on the C language developed for the realization of single-chip network applications, is to achieve single-chip web server process. Part II.
web-server-2
- 本程序是基于C语言开发的,用以实现单片机的网络应用,是实现单片机网络服务器的程序。第三部分。-This procedure is based on the C language developed for the realization of single-chip network applications, is to achieve single-chip web server process. Part III.
166wdog.c
- tornado Vxworks入门与提高源代码,客服--服务器示例-tornado Vxworks entry and improve the source code, customer service- server example
crcser.c
- crc server side program
cgi
- 基于CGI库的程序编写的介绍 嵌入式web服务器建设-Based on CGI programming library introduction to the building of the embedded web server
VideoCapture0.5
- 基于ARM的图像采集传输模块,服务器段程序-ARM-based image acquisition and transmission modules, the server program segment
ENC28j60ForC51
- C51单片机下的以太网web程序,以太网芯片为ENC28J60,能够实现嵌入式web服务器-C51 microcontroller Ethernet web under the program, Ethernet MCU is ENC28j60 to achieve an embedded web server
netwrs
- This library implements the VxWorks Trivial File Transfer Protocol (TFTP) client library. TFTP is a simple file transfer protocol (hence the name "trivial") implemented over UDP. TFTP was designed to be small and easy to implement. Therefore,
client.c
- 蓝牙客户端发送源代码,能向服务端发送文字性信息。-Bluetooth client sends the source code, can send text information to the server.
server
- 在C语言模拟使用面向对象的方式将网络服务器代码进行封装-c server
server
- C语言聊天程序服务端程序可以多对多聊天,类似在线聊天-C language chat program can be many-chat server program
applet (1)
- 串口服务器的一个测试小工具,没什么东西比这个更有用的了,不信你试试(Serial server of a test tool, nothing more useful than this, do not believe you try!)
C语言实现socket编程代码
- 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。(Server steps: set up socket, bind socket and address information, open listening, send data after receiving request. Client steps: set up socketside, connect to server,