搜索资源列表
Linux_Socket_Programming_By_Example
- 目前已经有很多介绍计算机网络的书籍,但是它们之中的大多数似乎更适合于高级编程者,而对于众多只想了解使用方法的初学者而言,就显得太深奥了。 读者通过学习本书,可以掌握有关套接口编程的知识。同时,本书使用一种称为\"BY example\"的方法来提高读者的学习效率,书中每一章的内容都是建立在前一章的基础之上的。第一部分“基本套接口概念”在阐明域和地址族,套接口的类型以及面向连接/非连接协议等基本概念的基础上,介绍了简单的客户/服务器程序的编写方法和主机名/网络名查询程序的编写方法。在掌握了
udp_broadcast.rar
- 使用udp的broadcast方式写的c程序,创建了客户端和服务端,以广播的形式进行通信。,Udp way to use the broadcast write c program to create a client and server to the form of radio communications.
boradcast.rar
- linux下udp实现广播的一个小程序,用于初学者,udp broadcast implementation under linux a small program for beginners
linux_udp
- linux udp编程,里面含有编程代码,用于UDP广播方面-linux udp programming, which contains the programming code for UDP broadcasting
braodcast_udp
- 这是一个linux下的socket程序,发送udp广播,最后得到本机的IP地址。-This is a linux program under the socket, send udp broadcast, and finally get the IP address of the machine.
udpbroadcast
- 基于UDP网络广播,实现了基本的广播功能,运行平台式qt4.3.0,语言为c语言-UDP-based Internet radio, radio to achieve the basic function, running, platform type qt4.3.0, language c language
Lam_qt
- 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
braodcast_udp
- linux下udp方式实现广播包的发送、接受,并且不同网段都可以收到广播信息数据包。-udp way to send broadcast packets under linux, acceptance, and different segments can receive broadcast packets.