CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - TCP SERVER Client端

搜索资源列表

  1. DeltaNet

    0下载:
  2. 在嵌入式系统DeltaSYSTEM中实现PING主机,TCP服务器,TCP客户端,UDP服务器,UDP客户端的程序-in Embedded System DeltaSYSTEM achieve PING mainframe, TCP server, TCP Client, UDP server, the client UDP procedures
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:16716
    • 提供者:link
  1. TCP-Server-Client

    1下载:
  2. wince环境下的TCP网络接口编程,包含服务器和客户端程序
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:127415
    • 提供者:邓从阳
  1. SocketTCP

    0下载:
  2. 这是VxWorks下的TCP/IP通信的源码,包含Server端和Client端。
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:3763
    • 提供者:Andy
  1. wince6.0TCPclient_TcpSever

    0下载:
  2. 实现在wince环境下创建TCP客户端和TCP服务器端程序的方法和步骤以及select I/O模型的应用。-Creating the environment to achieve wince TCP client and TCP server side methods and procedures, and select I/O Model.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-13
    • 文件大小:3498757
    • 提供者:憔悴
  1. tcptoudpv31cn

    0下载:
  2. TCP/IP调试助手,这个软件可以设置TCP/IP或者UDP传输。软件可以自动设置发送,在做服务器时可以接收并显示客户端联接的个数。非常方便-TCP/IP debugging assistant, the software can be set to TCP/IP or UDP transport. Software can automatically set to send, do server can receive and display the number of client conn
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:679885
    • 提供者:汤浩
  1. DM9000

    2下载:
  2. 嵌入式TCP/IP模块,内嵌web,可以配置成服务端或客户端,-LP based on the embedded TCP/IP modules, embedded web, can be configured into a server or client
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2014-06-07
    • 文件大小:654769
    • 提供者:wenmin
  1. tcpip

    0下载:
  2. wince下用evc编写的TCP通信程序,包括服务器端和客户端。-wince under the TCP communications with evc written procedures, including the server-side and client-side.
  3. 所属分类:Windows CE

    • 发布日期:2017-03-28
    • 文件大小:96700
    • 提供者:祝力
  1. TCPClientEx

    0下载:
  2. 该程序时在EVC下编写的基于wince的TCP通信客户端。PC机位服务器端。该程序在wince上运行并和PC机进行网络通信。-When the program is prepared in the EVC wince of TCP-based messaging client. PC-bit server. The program runs on wince and PC machines and network communications.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-05
    • 文件大小:654454
    • 提供者:杨俊
  1. wince-tcp

    0下载:
  2. wince tcp客户端与服务端源代码,适合wince tcp开发直接使用-wince tcp client and server sourcecode
  3. 所属分类:Windows CE

    • 发布日期:2017-04-04
    • 文件大小:8725
    • 提供者:东东
  1. MOXA_xscale_Linux_TCPClientServer

    0下载:
  2. MOXA公司 xscale平台Linux嵌入式计算机下的TCP 服务端和客户端使用源码-MOXA xscale platform Linux-based embedded computer, TCP server and client source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:2155
    • 提供者:
  1. client

    0下载:
  2. 根据套接字建立TCP连接的过程,创建服务端程序,并在接收到客户端连接请求后,产生一个新的线程来处理这个客户端的通讯工作-Process to establish a TCP connection according to the socket to create a server program, and receives the client connection requests, resulting in a new thread to handle client communicatio
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:2593
    • 提供者:夏秋末
  1. SDK-IPCAM

    0下载:
  2. 一个基于TCP/IP(linux开发环境)的视频采集和显示程序,包含server端和client端。程序传输为jpeg流,所以需要类似zc301p这样芯片的摄像头。-A TCP/IP (linux development environment)-based video capture and display program, including server and client side. Program transmission jpeg stream, so it is necessar
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-05
    • 文件大小:69072
    • 提供者:FOMALHAUT
  1. tcp

    0下载:
  2. 网卡测试程序,在服务器上运行该服务器软件,在客户端运行客户软件,客户端就会收到该字符串。-The test program of MAC driver.Run the server application on the server.Run the client application on the client.The client will receive the character string sended by the server.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-26
    • 文件大小:9130
    • 提供者:单中正
  1. W5100_LIB

    0下载:
  2. W5100 代码库,增加TCP服务器模式以及客户端模式API-W5100 Library,Incoperate both TCP server mode and client api support
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-23
    • 文件大小:12744
    • 提供者:lisa
  1. ENC28J60-network-module-test

    0下载:
  2. 利用STM32开发板的 ENC28J60网络模块和uIP 1.0实现:TCP服务器、TCP客服端以及WEB服务器等三个功能。 -Use STM32 development board ENC28J60 network module and uIP 1.0 implementation: three functional TCP server, TCP client service and WEB servers.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-03
    • 文件大小:1493720
    • 提供者:秦磊
  1. STM32PW5500-TCP-Client

    2下载:
  2. 基于STM32F103和W5500,将W5500作为客户端,与远程PC的服务器程序进行数据交互。-STM32F103 and W5500, take the W5500 as a TCP client, data interactive with the remote PC server.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:831968
    • 提供者:张文娟
  1. NETCONN_TCP-client

    0下载:
  2. 本实验将实现如下功能:使用UCOS操作系统,DHCP作为一个任务来运行,当获取到IP地址以后就会自动挂起DHCP任务。本实验中开发板与网络调试助手之间建立TCP连接,其中开发板做TCP客户端,网络调试助手做TCP服务器,TCP连接以一个任务的方式来运行的,开发板尝试连接网络调试助手,当连接成功以后就建立起了一个TCP连接,然后就可以通过网络调试助手向开发板发送数据,开发板接收数据后通过串口发送给串口调试助手。也可以通过按下开发板的KEY0键来向网络调试助手发送数据。-The experiment
  3. 所属分类:SCM

    • 发布日期:2017-06-10
    • 文件大小:17561253
    • 提供者:daew
  1. MFC VC++ TCP UDP 服务器客户端源码

    0下载:
  2. 服务端客户端源码,VC++语言,适用于SIM800、SIM900等型号(source code for server client .VC++ language, applicable to SIM800, SIM900 and other models)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-28
    • 文件大小:86016
    • 提供者:Wizly
  1. TCP Client

    0下载:
  2. STM32单片机作为Client每隔0.5s向PC端网络调试助手(Server)发送数据。 Server发送数据给单片机,单片机再将数据返回。Keil4工程。(STM32 microcontroller as the Client every 0.5s to the PC side network debugging assistant (Server) to send data. Server sends data to the microcontroller, and the micro
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-25
    • 文件大小:3961856
    • 提供者:yukang1744
  1. 4.TCP Client

    0下载:
  2. W5500 TCP 客户端例程 可以实现TCP客户端与服务器进行数据传输。(W5500 TCP client routine The data transmission of the TCP client and the server can be realized.)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-29
    • 文件大小:391168
    • 提供者:Jason_2018
« 12 3 »
搜珍网 www.dssz.com