CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket client server linux

搜索资源列表

  1. talk_tcp_linux

    0下载:
  2. unix/linux使用socket编程的一个具体示例,包括服务器段和客户端程序。并给出使用嵌入式microwin的GUI的参考设计说明。-unix / linux use socket programming of a specific examples, including the server and client programs. Given the use of embedded microwin GUI reference design specification.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:919153
    • 提供者:刘浪
  1. linux_socket

    1下载:
  2. 是关于linux下socket通信的源代码,只要定义好服务器端、客户端的IP和端口号,就可以进行网络通信-under socket communications source code, as long as the definition of a good server. Client IP and port number, it can implement network communications
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:62003
    • 提供者:袁旗平
  1. socket_linux

    0下载:
  2. 嵌入式linux系统的socket通信程序,包括服务器端和客户端程序-Embedded Linux System socket communication procedures, including server and client programs
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:27567
    • 提供者:许永贤
  1. socketftp

    1下载:
  2. 该文件是基于socket编程的ftp文件传输的源代码。包含了服务器和客户端的源代码,是使用C语言编写的。运行在linux环境中。无解压密码。不妥之处,还请高手给予指点。-the document is based on the socket programming ftp file transfer the source code. Includes server and client source code is the use of the C language. Run on the Li
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1717
    • 提供者:mafengxi
  1. example1

    0下载:
  2. linux下使用socket进行网络通信,含server.c和client.c文件,使用时可以将server.c在PC linux下运行,client.c经交叉编译后下到开发板运行
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2045
    • 提供者:jaywoo
  1. socket_server_client

    0下载:
  2. linux上的网络socket编程。 实现一个server端和一个client端。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:11368
    • 提供者:wangxue
  1. cs通信

    0下载:
  2. linux下学习socket的编程,使用tcp协议,用c语言编写的,一个server.c 另一个为client.c 经过调试。-learning socket programming, using tcp agreement with the c language, a server.c client.c after another for debugging.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1855
    • 提供者:宏伟
  1. FTP_linux

    0下载:
  2. 本设计实现了ftp的设计,使用了socket网络编程,ftp基于cs模式,包含客户端和服务端,可以实现上传、下载、删除、添加等各种功能,支持断点续传、多用户登陆、错误日志等功能。运行环境是linux,压缩包内含有源代码、使用说明、实验报告等,是学习linux和网络编程的上等材料。-This design enables the design of ftp, using the socket network programming, ftp cs-based model, including cl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5201905
    • 提供者:
  1. embed-webserver

    0下载:
  2. 通过socket网络编程,监听默认的web端口(80端口),解析客户端的请求,并做出响应。本web server 实现HTTP1.1协议一个子集,支持最常用的GET方法,采用多线程设计,响应速度快,可承受大量频繁的网络活动。 硬件配置:ARM7或更高。 操作系统:uClinux、嵌入式Linux-Through the socket network programming, monitoring the default web port (port 80), analytic cl
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:140647
    • 提供者:mouvir
  1. asdf_socketftp

    0下载:
  2. linux环境下面ftp客户端和服务器端。使用套接字完成ftp的上传和下载文件。-linux environment for the following ftp client and server. Completion of the use of socket ftp upload and download files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1287
    • 提供者:郭伟
  1. udp

    0下载:
  2. 这是一个基于linux套接字编程,实现客户和服务器之间的通信-This is a linux-based socket programming, client and server communication between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:33675
    • 提供者:zuodaohui
  1. tcpudpsocket.tar

    0下载:
  2. 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:13214
    • 提供者:马逸
  1. linuxsocket

    0下载:
  2. 包含一个server程序和一个client程序,一个linux下socket编程的简单实例-Includes a server program and a client program, a linux under a simple example of socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:10214
    • 提供者:luocheng
  1. ordering.tar

    0下载:
  2. 简单的linux下的网络订货小程序demo,实现了套接字、IPC等编程,客户端与服务器采用本机模拟,稍加修改即可实现异地通信。-Linux network under simple ordering applet demo, to achieve the socket, IPC and other programming, the client and server using the machine simulation, slightly modified off-site communic
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:135151
    • 提供者:windoflake
  1. udp

    0下载:
  2. 使用UDP协议socket分别编写服务器端和客户端程序。在linux系统下实现服务器端和客户端的通信。-Were prepared using the UDP protocol socket server and client programs. In the linux system to achieve server-side and client communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:1175
    • 提供者:lx
  1. socket

    0下载:
  2. 此程序实现了linux和Windows关于tcp通信的测试程序,linux上用gcc 编译服务器端的程序,在Windows用qt编写了客户端的程序,在窗口界面上输入ip地址和端口号即可实现linux和Windows关于tcp的通信。-Compile server-side program, in Windows with qt prepared a client program, in the window interface, enter the ip address and port n
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:6320
    • 提供者:GXG
  1. Intelligent-security

    1下载:
  2. 本系统结合Internet,GPRS以及嵌入式相关技术,实现了通过网络对家中情况进行实时监控; 项目有linux服务器、Android客户端,web客户端组成;服务器利用C语言的多线程操作,实现了视频采集,温度湿度监测,灯光控制;短信报警;通过socket实现与Android客户端远程通讯和实时传输视频和温湿度数据;安卓客户端通过多线程与服务器进行数据交换。Web客户端可以在PC上通过浏览器登录服务器查看监控视频和温湿度数据;对于温度超过预设值,服务器通过GPRS发送提示短息给客户手机,客户通
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:6051840
    • 提供者:du
  1. linux_qq

    0下载:
  2. 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:41984
    • 提供者:零下10度C
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:数据包
  1. TCP_Socket

    0下载:
  2. 完成了Linux下简单的TCP套接字编程,是一个完整的TCP客户端/服务器实例(The simple TCP socket programming under Linux is completed, which is a complete TCP client / server instance)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:18432
    • 提供者:amr1199
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com