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

搜索资源列表

  1. server

    0下载:
  2. Socket programming in linux. server.c describe how to server listen to client by TCP/IP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1658
    • 提供者:Mr. Lam
  1. linux_socket

    0下载:
  2. linux下实现socket通信,在服务器和客户端可以实现相互发送消息。-Linux Socket server client
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:20794
    • 提供者:zhao
  1. Desktop

    0下载:
  2. 本项目实现了在linux下简单的网络聊天室。在Linux下编写并调试服务器端程序和客户端程序,实现客户、服务器之间的连接和通信。可以在单机上开辟两个窗口分别运行客户、服务器端的程序,或者将两台主机连接分别作为客户和服务器的方式。本设计使用网络套接字socket和多线程在网络中的应用,并基于linux下的vi编辑器。本方案经gcc调试器调试成功,可以在单机网络聊天中使用。-This project achieved under linux simple online chat rooms. To
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:241621
    • 提供者:fanhao
  1. file.tar

    0下载:
  2. socket通讯小程序 客服端与服务器端的通讯程序 文件传输 基于linux -Service client and server-side communication process file transfer socket communication program based on linux
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:2125
    • 提供者:zzshibi
  1. test8

    0下载:
  2. 嵌入式linux系统的socket通信程序,包括服务器端和客户端程序.详细说明请参考:http://blog.sina.com.cn/s/blog_4ad7c25401019qqb.html-Socket communication program for embedded Linux systems, including server and client program. Details, refer to: http://blog.sina.com.cn/s/blog_4ad7c25401
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:36735
    • 提供者:mfcai
  1. linuxsocketexample

    0下载:
  2. linux网络基础例程socket实例client server实现简单通讯,用kdevelop和QT实现-linux network client server based instance of the routine simple socket communication, achieved with kdevelop and QT
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:2566
    • 提供者:leslie
  1. linux_socket

    0下载:
  2. 封装了一套linux,windows通用的socket库,这里是linux 版的server和client-Encapsulates a set of linux, windows universal socket library, here is the linux version of the server and the client
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:3756
    • 提供者:bai
  1. UDP

    0下载:
  2. 一个简单的UDP通信程序,实现linux环境下socket的应用。-udp ,client ,server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-17
    • 文件大小:1669
    • 提供者:ye
  1. daima

    0下载:
  2. 基于linux socket编程,实现几块ARM开发板之间语音通信,传输语音,代码含服务器一起客户端代码-Linux socket-based programming, voice communication, the transmission of voice, code between a few ARM development board containing the server along with the client code
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:141937
    • 提供者:陈木
  1. 1.basic

    0下载:
  2. linux 环境下socket本地通信客户端服务端源码-socket local communications client source linux environment
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:15873
    • 提供者:m
  1. AC1.tar

    0下载:
  2. linux下C语言实现TCP/socket编程的客户端源码,建立两个线程,分别进行发送数据和接收服务器命令。-A TCP/Soket client program with C language on the linux.It build two thread,one can send data and the other can recieve the command from the server.
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:99395
    • 提供者:liuming
  1. Chatting_Room

    0下载:
  2. linux下实现的网络聊天室软件,采用c/s架构,包括客户端和服务端。主要采用socket、thread编程、以及进程间通信等实现了用户间私聊、群聊、查看在线用户的功能,服务端管理员有踢人、禁言、解禁的特殊权限。并附有软件使用帮助文档。-Internet chat room software under linux using c/s architecture, including the client and the server. Main socket, thread programmin
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:150285
    • 提供者:纪昌利
  1. RT2830Demo.tar

    0下载:
  2. Mediatek RT2830 Faminily(路由器平台)搭载Linux 2.6系统。代码包括: 1)内嵌客户网页。 2)串口、socket通讯处理。 3)系统配置。 该方案是目前低成本无线路由器主流方案。参考价值非常高。-Mediatek RT2830 Faminily (router platform) equipped with a Linux 2.6 system. The code includes: 1) embedded client pages. 2) ser
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:796007
    • 提供者:谢帅夫
  1. Sockets

    0下载:
  2. linux socket套接字 网络编程 实现客户端与服务器端的通信的代码-linux socket socket network programming code of the client and server-side communication
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:96240
    • 提供者:yan
  1. network_first

    0下载:
  2. linux下的网络编程例程,对socket套接字的使用有着很好的帮助与理解,内附有服务器和客户端程序,希望对大家有所帮助-good help and understanding linux network programming routines, the use of socket socket, enclosing a server and client program, we want to help
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:17930
    • 提供者:于慧斌
  1. MYUDP

    0下载:
  2. 在Fedora14 Linux虚拟机下UDP的socket程序,实现客户端与服务器端的通信。-UDP socket program to realize client and server communication under Fedora14 Linux virtual machines.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:1221
    • 提供者:zhaiyunfei
  1. time_ser_cli

    0下载:
  2. linux下的一个基于socket通信的时间服务器和客户端的源码!-a socket-based communication server and client source code under linux!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-06
    • 文件大小:8767
    • 提供者:贾炜
  1. THREAD

    0下载:
  2. linux下的socket通信,基于线程的并发服务器和客户端程序!-linux socket communication, thread-based concurrency server and client programs!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-19
    • 文件大小:10238
    • 提供者:贾炜
  1. SocketTest1

    0下载:
  2. socket通信,实现linux下的简易的客户端和服务端程序。-the socket communications,Achieve the simple application of client and chain services on linux system 。
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:10002
    • 提供者:zhuhanghua
  1. tcpip

    0下载:
  2. 在 linux 系统下编写服务端 和 客户端的 简单通信:根据socket进行CS的信息传输-The single communicatin between serve and client
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:1934
    • 提供者:小董
« 1 2 ... 7 8 9 10 11 1213 14 »
搜珍网 www.dssz.com