CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - Client-server

搜索资源列表

  1. NetRecorderCODE

    0下载:
  2. 网络录音盒系列资料之二:源代码。本代码系本人毕业设计的代码部分,包括运行于录音盒上的服务器端代码以及运行于计算机上的客户端代码。所谓网络录音盒是指通过网络向远程计算机提供录音盒所在位置的监听和录音功能的网络设备。为了方便用户选择自己需要的内容,本人将所有关于网络录音盒的资料分为三个部分上传:1、文档;2、源代码;3、测试过程。(站长可以重新对上述内容进行组织)-network box recording information from the two series : the source c
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:594841
    • 提供者:王鑫
  1. modbuspw

    0下载:
  2. build a modbus client/server for use on the Protocessor (from FieldServer Technologies) Tools Required: 1. Microchip MCC18 compiler. 2. ICD2 debugger (or other device to program your PIC) 3. Protocessor hardware.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-17
    • 文件大小:39090
    • 提供者:QQWang
  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. 基于PIC18F66J60的Ethernet转串口参考设计

    5下载:
  2. ETORS232基于一种单芯片的Ethernet 与RS-232 协议转换器的设计。该方案采用Microchip针对嵌入式系统的Internet接入应用 开发出的8位集成以太网控制芯片PIC18F66J60,并且系统内嵌了Microchip发布的基于此芯片的TCP/IP协议栈,能够使设备以UDP、TCP Server、TCP Client模式接入到网络。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2010-03-23
    • 文件大小:633333
    • 提供者:ebuffalo
  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. EchoServer

    0下载:
  2. is a program that can send msg while the client connect to server
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:644
    • 提供者:prior
  1. Application

    0下载:
  2. 采用VC++,软件完成的功能主TCP通讯。服务器与客户端,客户端发送什么服务器回发接收到的数据,发送的数据可以自己选择-Using VC++, the software functions of the completion of the main TCP communications. Server and the client, the client what the server sends back the data received, send the data to choose t
  3. 所属分类:SCM

    • 发布日期:2017-05-13
    • 文件大小:3251851
    • 提供者:汤浩
  1. SORC

    0下载:
  2. the new client that the server is full and close the connection
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:1363813
    • 提供者:karam
  1. Mobmangmtstrtgy

    0下载:
  2. GPRS is part of the evolution path towards 3G. This paper investigates the effect of user mobility on packet transmission in GPRS. A simulator was developed to study the end-to-end behaviour of data transmission between a mobile client and a fKed s
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:478717
    • 提供者:Mahesh
  1. GemSafe_Libraries_User_Guide_Oct_2004

    0下载:
  2. GemSafe Libraries 4.2.i is for individual users, particularly in small to medium-sized companies, who want to use a smart card to protect information and transactions made via computers, including stand-alone workstations and Citrix client-server
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1823265
    • 提供者:Latigido922
  1. Modbus_over_serial_line_V1_02

    0下载:
  2. The MODBUS standard defines an application layer messaging protocol, positioned at level 7 of the OSI model that provides "client/server" communications between devices connected on different types of buses or networks. It standardizes also a spec
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:226286
    • 提供者:Yuriy
  1. k12_7

    0下载:
  2. A workplace client of factory traceability system. It received data from barcode scanner and communicates with remote server data base with certain logic. Remote server is Firebird SQL. Hence firebird interface included.
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1941024
    • 提供者:saulius0317
  1. bthecho

    0下载:
  2. This sample demonstrates developing Bluetooth L2CAP profile drivers using Bluetooth L2CAP DDIs. The sample includes two drivers. One for a device that acts as an L2CAP server and another for the device that acts as an L2CAP client. Server simply
  3. 所属分类:SCM

  1. UDPserver

    0下载:
  2. msp430f5438上做的udp服务器,PC端作为udp client用SocketTool软件进行通信。可以作为msp430上tcp/ip开发的很好的例程。经测试没有问题。-msp430f5438 do the udp server, PC as the udp client-side software to communicate with SocketTool. As msp430 on the tcp/ip developed a good routine. After the tes
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:194910
    • 提供者:Eric
  1. Read_FIX_Data_Transfer

    0下载:
  2. 读取FIX中的节点数据并用DTU无线上传到服务器端,客户端设有报警功能-Read node data in the FIX and DTU Wireless upload to the server, the client has an alarm function
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1412729
    • 提供者:huang
  1. jiadian_chat

    0下载:
  2. 由vb编写的聊天程序,分为客户端和服务端,服务端电脑接单片机,有客户端连接服务端并发送指令,在发送设定指令之前,可以正常聊天,发送设定指令之后,进入家电管理模式,完成并输入退出指令之后,回复聊天功能-Vb prepared by the chat program is divided into client and server, the server computer connected microcontroller, client connect the server side and s
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:258755
    • 提供者:zcfirst
  1. W7100_Keil

    0下载:
  2. W7100_Keil工程文件.rar W7100网络处理器源码,包括TCP server、TCP client、UDP的实现代码!-W7100_Keil project files rar W7100 network processor source, including the TCP server, TCP client, UDP code!
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:349061
    • 提供者:zq
  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. ESP32LED (7)

    0下载:
  2. 将这软件安装在手机,这是MIT app编写的手机控制,可以使用Arduino编写以下就可发使用手机控制LED亮灭 : int value = 0; void loop(){ WiFiClient client = server.available(); // listen for incoming clients if (client) { // if you get a client, String r
  3. 所属分类:单片机开发

    • 发布日期:2018-04-18
    • 文件大小:1540096
    • 提供者:智达
  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 »
搜珍网 www.dssz.com