搜索资源列表
winsockexample
- 简单的客户端、服务器端通讯例子。采用tcp协议-simple client, server communications examples. Using tcp agreement
qddown_java8543535625
- 系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接
WebserverTCP-IPLean
- 嵌入式系统Web服务器 TCP-IP Lean详细介绍嵌入式系统tcp-ip 的原理和工作过程,并在pic 上实现了一个简易的web服务器
TCPIP-Lean
- 嵌入式web服务器的小型TCP/IP协议栈,并给出了该协议栈独立于平台的源代码,这些源代码可以在嵌入式应用中使用
HTTP1.0
- 用Java作的HTTP1.0 下的Webserver服务器 用TCP协议,采用多线程技术,可作为WEbServer的入门例子-Java for the HTTP1.0 the Webserver server using TCP protocol, multi-threading technology that can serve as examples of entry WEbServer
webserver
- 嵌入式web服务器源码,实现了在LPC2300上移植TCP/IP协议栈以及实现HTTP协议功能-embedded system web server
TCPtime
- VC6.0环境,使用套接字编程,实现客户端和服务器端相通信,服务器发送时间给客户端,其中基于协议TCP。-In VC 6.0 environment, use a socket programming, fulfill the client and the server communication, the server sends time to the client, which based on the protocol TCP.
123
- 结合TCP和UDP来实现服务器和客户端连接并通信,有实例哦!-Combination of TCP and UDP server and client connection and communication, there are instances Oh!
W5200_WebServer
- 实现w5200的寄存器配置,状态初始化,支持TCP,UDP通信。通过51单片机控制实现 Web 服务器功能。
TCPServer.java
- TCP协议的网络应用程序,TCPServer.java 服务器端代码-The TCP protocol networking applications, TCPServer.java server-side code
cosmos-V1E
- 基于stm32,实现tcp/ip转串口服务器功能。-Based stm32, tcp/ip to serial server functionality.
ENC28J60_stm32
- C语言编写的代码,可以同时实现WEB服务器,TCP服务器和TCP客户端功能,库齐全,编译会很顺利连警告都不会有-C language code, you can simultaneously achieve WEB server, TCP server and TCP client function library is complete, the compiler will warn there will not be very smooth even
tcp-server
- 用JAVA实现的基于TCP的WEB服务器-Using JAVA WEB server based on TCP
Ding-1.6.3
- Ding Framework是一个PHP框架,实现了依赖注入、AOP面向方面编程、轻量级、简单和快速的MVC模式,syslog、TCP客户端和服务器端非阻塞的套接字、定时器、自定义错误、信号以及异常处理、PAGI 集成、PAMI集成等等,类似Java的Spring框架。-Ding Framework is a PHP framework to achieve a dependency injection, AOP aspect-oriented programming, lightweight,
workerman-for-win-master
- Workerman是一款纯PHP开发的开源高性能的PHP socket 服务器框架。被广泛的用于手机app、手游服务端、网络游戏服务器、聊天室服务器、硬件通讯服务器、智能家居、车联网、物联网等领域的开发。 支持TCP长连接,支持Websocket、HTTP等协议,支持自定义协议。-Workerman is an open source high performance PHP socket server framework a pure PHP development. Is widely us
tcp服务器
- 简单的tcp服务器,基本实现了tcp的连接
tcpserver
- Python实现的TCP server,已成功应用,可直接部署在服务器上(The TCP server implemented by Python has been successfully applied and can be directly deployed on the server)