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

搜索资源列表

  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. f_client

    0下载:
  2. linux下用socket编程时实现的终端下的服务器、客服端字符聊天程序--客服端程序-linux socket programming achieved when using the terminal server client service character chat program- customer-side program
  3. 所属分类:Network Security

    • 发布日期:2017-11-30
    • 文件大小:1109
    • 提供者:qwm
  1. file_client

    0下载:
  2. linux下终端实现服务器端和客户端文件传输的客户端程序,用linux下的网络socket编程实现-achieved under linux terminal server and client file transfer client program, using linux network socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:1567
    • 提供者:qwm
  1. sock

    0下载:
  2. linux下的命令行socket服务端、客户端实现,并提供详细参数配置-The command line under linux socket server, the client implementation, and provides detailed configuration parameters
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:17966
    • 提供者:lubin
  1. chatroom

    0下载:
  2. linux终端下聊天工具,要求安装sqlite3.6.20,server/bin下输入./server开启服务器, client/bin/输入./client 127.0.0.1连接服务器,然后根据提示可以开始聊天,基于socket,使用多线程-chat tool under linux terminal, require the installation of sqlite3.6.20, server/bin, enter./server on the server, client/bin/i
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:40685
    • 提供者:asd
  1. socket_example

    0下载:
  2. linux下socket编程实现,包含服务器程序,和客户端程序,可作为网络套接字编程初学者学习-under linux socket programming, including server program and client program can be used as a network socket programming for beginners to learn
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:1799
    • 提供者:黄如兵
  1. linux_file_transfer

    0下载:
  2. Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:5064
    • 提供者:黄建国
  1. remote-control

    0下载:
  2. 这是一个linux下远程控制程序,采用并发服务器模型。客户端接收用户输入的命令,客户端通过套接字将命令传送给服务器端,服务器在收到用户的命令,对命令进行解析.在服务器端调用对应的命令,并将命令执行的结果发送给客户端,从而实现远距离控制的功能。服务器可同时对多个用户提供服务。-This is a remote control program under linux, using concurrent server model. The client receives commands entere
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:12751
    • 提供者:kobe messi
  1. miniFTP

    1下载:
  2. win SOCKET 编程实现 miniFTPclient/Server Zhe大计算机网络实验,具体要求如下: 使用 Win32Socket 函数实现,不能使用 MFC 的 Csocket 类库(MFC 的 Csocket 类库不 能在 LINUX、UNIX 等环境下使用,跨平台性差),不能用 C++ builder 开发(编程量太少, C++ builder 已完成了很多 SOCKET 代码的编写)。 1. mini FTPclient/ Server 要求:在客户端至少实现 GE
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-09
    • 文件大小:88687
    • 提供者:Pepe
  1. PLS

    0下载:
  2. Linux下客户端和服务器程序编写实现客户端和服务器的通信,用socket实现通信。服务器可以处理多个客户端-Under Linux client and server programming to achieve client and server communicate using socket communication. The server can handle multiple clients
  3. 所属分类:Linux Network

    • 发布日期:2017-05-02
    • 文件大小:946611
    • 提供者:张平
  1. 8_10

    0下载:
  2. 多人聊天室 1、在Linux下采用socket实现多进程间的通信 2、采用TCP/IP协议进行数据传输 3、服务端采用多线程技术支持多用户同时登陆 4、支持客户端之间直接通信-Chat room 1, using multi-socket communication between processes in Linux 2, using the TCP/IP protocol for data transmission 3, the server uses mu
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:12230
    • 提供者:尤晓峰
  1. chat.tar

    0下载:
  2. 一个简单的linux socket应用,实现了server端和client端的实时对话。并且可以当作是子程序fork()函数的一个示例。-A simple linux socket application to achieve a real-time conversation server-side and client-side. And can be used as a subroutine fork () function is an example.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1086
    • 提供者:FFute
  1. server_setup

    0下载:
  2. 封装了Linux上socket相关的系统调用,可快速建立服务于单个客户端的TCP/UDP服务器。-Package on the Linux socket-related system calls, you can quickly build services to a single client TCP/UDP server.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1039
    • 提供者:name
  1. 10-network

    0下载:
  2. Linux下网络编程、Socket使用、TCP Server、Client、ntp、fcntl范例程序-Linux Network Programming, Socket use, TCP Server, Client, ntp, fcntl sample program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:40999
    • 提供者:sky
  1. udp_server

    0下载:
  2. Socket server that sends video stream a server to a client. Uses opencv to get the data, which is transformed into bytes. Ran on an embedded linux zynq cpu.-Socket server that sends video stream a server to a client. Uses opencv to get the data, whi
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:363929
    • 提供者:danny
  1. linuxxueji

    0下载:
  2. 基于Linux的学籍管理系统,sqlite数据实现,分客户端和服务器端,通过套接字连接,含论文,是不错的参考资料。-Based on the Linux SQLite management system, the data is achieved, the client and server side, through the socket connection, including papers, is a good reference.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-28
    • 文件大小:479607
    • 提供者:buaa_sheng
  1. cmpp

    1下载:
  2. linux平台下CMPP3.0和CMPP2.0的服务器和客户端,源码采用多线程,tcp下socket通信来实现的cmpp协议,经过测试,通俗简单易懂,是测试的好工具,也可以自己修改来满足自己的需求-Linux platform under CMPP3.0 and CMPP2.0 server and client, the source code using multi-threaded, socket communications to achieve the CMPP protocol, a
  3. 所属分类:Linux Network

    • 发布日期:2015-11-30
    • 文件大小:55296
    • 提供者:刘波
  1. dictionary

    0下载:
  2. 此程序是基于Linux环境下的电子词典项目,用到的变成语言是C,用到sqlite数据库用与储存单词,还用到socket网络编程,服务器端和客户端,是一个综合学习的项目-This program is based on the electronic dictionary projects under the Linux environment, use the programming language is C, use sqlite storage with the words, still
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:420443
    • 提供者:王猛
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com