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

搜索资源列表

  1. webserver

    0下载:
  2. 此代码为基于S3C2410芯片的Web服务器代码,通过套接字实现C/S数据读取.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2.31kb
    • 提供者:周浚
  1. testRabbitTCP

    0下载:
  2. Rabbit4000单片机的网络编程,该程序可以实现了网络套接字的链接和网络端口的数据收发
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 数据类型\"socklen_t\"和int应该具有相同的长度.否则就会破坏 BSD套接字层的填充.POSIX开始的时候用的是size_t, Linus Torvalds(他希望有更多的人,但显然不是很多) 努力向他们解释使用size_t是完全错误的,因为在64位结构中 size_t和int的长度是不一样的,而这个参数(也就是accept函数的第三参数)的长度必须和int一致,因为这是BSD套接字接口标准.最终POSIX的那帮家伙找到了解决的办法,那就是创造了一个新的类型\"socklen_t\"
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:1.75kb
    • 提供者:tianjian
  1. CE_XTALK

    0下载:
  2. CE版本的XTALK程序。它包括服务器和客户端两部分。其中对套接字I/O的并发采用线程+select机制,对于屏幕刷新则采用消息机制。主要功能是一个简单的群聊工具,一个客服发言,服务器对其广播。同时,他可以跟桌面Windows版本的程序通信。-CE versions of XTALK procedures. It includes server and client in two parts. Which socket I/O concurrent threads+ select the mec
  3. 所属分类:Windows CE

    • 发布日期:2017-04-03
    • 文件大小:109.01kb
    • 提供者:fang
  1. send-receive

    0下载:
  2. 网络套接字编程,具有收发功能的c程序,可在一台host实验,也可以多机通信-socket program
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:5.14kb
    • 提供者:dianhuiren
  1. embedded_linux_system_development_for_ARM_PDF_Book

    0下载:
  2. 《ARM嵌入式Linux系统开发》随书光盘中的电子书,PDF格式,主要包括(仅列举重要部分):第 9章 目录与文件.pdf,第 10章 文件I O.pdf,第 11章 网络编程.pdf,第 12章 无连接的套接字通信.pdf,第 13章 面向连接的套接字通信.pdf-" ARM Embedded Linux System Development," CD-ROM with the book in e-book, PDF format, mainly including (to
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-17
    • 文件大小:4.52mb
    • 提供者:
  1. Linux-socket

    0下载:
  2. Linux下的套接字程序,经过测试,很好用~ 有完备的注释,可供初学者学习使用。-Socket program under Linux, tested, very good note with a ~ are complete, for beginners to learn to use.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:1.47kb
    • 提供者:狄志韡
  1. 31-UDP

    0下载:
  2. 基于wince的udp通信示例。创建套接字:网络地址的格式,传输方式(数字模式),0代表UDP协议-Wince, udp communication example. Create socket: network address format, transmission (digital mode), on behalf of the UDP protocol
  3. 所属分类:Windows CE

    • 发布日期:2017-05-18
    • 文件大小:4.67mb
    • 提供者:王雅文
  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
    • 文件大小:2.53kb
    • 提供者:夏秋末
  1. TCP_server

    0下载:
  2. 建立基于TCP套接字的服务器与客户端的连接,客户端向服务器发送字符串,服务器将接受到的字符串打印出来-Establish a connection based on the TCP socket server and client, the client sends the server a string, the server will receive the string print out
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:2.37kb
    • 提供者:夏秋末
  1. STM32_W5200

    0下载:
  2. 这是一份关于STM32控制网络芯片W5200的实际项目程序,这个程序中涉及W5200的所有功能,套接字,数据发送,数据接收,连网检测,断网检测等等功能,对于要用W5200的用户来说是个很好的选择-the program is related to w5200,it use stm32 to control the w5200 ,include w5200 s many functions,example for connect ,disconnect,receive data,send data
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1.3mb
    • 提供者:黄蜂
  1. sock_raw

    0下载:
  2. Linux环境下自己构建包packet,包括MAC头部,UDP、TCP头部,以及数据及校验和计算,构建完包之后用原始套接字来进行发送-After the Linux environment to build their own package packet, including the MAC header, UDP, TCP header, and data and checksum calculation, build complete package with a raw socket t
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1.74kb
    • 提供者:澹台明轩
  1. W7100A

    0下载:
  2. 带IP核的单片机W7100A的底层驱动代码,一些基础网络通信协议,包括套接字等。-With IP core of single chip microcomputer W7100A underlying driver code, some basic network communication protocols, including socket, etc.
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:26.11kb
    • 提供者:hudemin
  1. socket

    0下载:
  2. linux内核中有关套接字部分的源代码,想学习内核的可以看一下-linux kernel source code for the relevant parts of the sockets, want to learn what you can see the kernel
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-29
    • 文件大小:16.28kb
    • 提供者:赵磊
  1. Linux_system_programming

    1下载:
  2. linux系统编程学习源码包,管道,进程,信号,信号量,内存共享,套接字,消息队列等学习包;线程池的使用,目录负责源码等;-Linux system programming learning source package, piping, process, signal, semaphores, and Shared memory, sockets, learning packages such as message queue The use of thread pool and direct
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:167.6kb
    • 提供者:hgzll
  1. firewall

    0下载:
  2. 这是关于原始套接字包过滤防火墙的源代码,希望大家可以下载学习指教-This is about raw socket packet filtering firewall source code, hope that we can download to learn Zhijiao
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:4.04kb
    • 提供者:jing6427712
  1. BerkeleyTCPServerDemo

    0下载:
  2. 文件为单片机嵌入式服务器交换收据的源码程序,针对TCP连接下的伯克利套接字的创建以及使用。-File server exchange receipts for the embedded microcontroller source program, Berkeley Socket TCP connections under creation and use for.
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2.54kb
    • 提供者:保密 黄
  1. inetd

    0下载:
  2. ADSP-BF609搭建网络服务器 供外部设备联接访问 采用套接字方式进行-ADSP-BF609 builds a network server for external device connection access using socket
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-12-12
    • 文件大小:544.73kb
    • 提供者:
  1. socket_unpassive

    2下载:
  2. 三菱PLC套接字通讯程序,需要带有以太网口的CPU。(Soctet_Client_to_mitsubishi)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-18
    • 文件大小:175kb
    • 提供者:cjs100ok
  1. W5200E01-M3_Firmware_polling_v1.7

    0下载:
  2. w5200 模块驱动,支持ADSL连接(有PPPoE协议以及PAP/CHAP授权模式) 同时支持8个独立套接字的工作 内部32K字节的发送、接收缓存 支持掉电模式 支持LAN上的“唤醒”(The w5200 module driver supports the ADSL connection (with the PPPoE protocol and the PAP/CHAP authorization mode) Supports 8 separate sockets simultan
  3. 所属分类:单片机开发

    • 发布日期:2017-12-20
    • 文件大小:543kb
    • 提供者:海浪前
搜珍网 www.dssz.com