搜索资源列表
原始套接字_广播
- 利用原始套接字进行广播,可以修改原IP地址和目的IP地址,原端口和目的端口,运行环境,win2-use of the original broadcast socket, can amend the original IP address and destination address, the original purpose of ports and port, the environment, WIN2
BroadCast
- 采用winsock实现的多人组播聊天的程序 入门socket编程的好东西
Socket-based-radio-programming
- C++编写的基于socket的广播程序设计,DOS界面!-Written in C socket-based broadcast programming, DOS interface!
shanzhaiQQ
- 本项目基于MVC模式进行开发并且采取C/S模式仿QQ做的一个即时通讯系统。该系统使用了J2SE中的多线程、Socket通信、Swing和JMF等相关技术。项目实现了点对点聊天,系统广播,文件传送,视频语音等QQ拥有的基本功能。-The development project is based on MVC pattern and take the C/S mode to do an imitation of QQ instant messaging system. The system uses
CSharp_chat
- 本资源是用C#编写的网络编程socket实验的聊天程序,功能强大,可以多人聊天(发送广播),也可以二人聊天等模式可以发送窗口抖动等功能。 并且本资源有非常详细的需求、设计、概要、实现、测试文档。可作为socket编程的重要参考资料-The resources are written with C# network programming socket experimental chat program, powerful, you can chat with people (to send
broadcast
- 广播消息接收与发送的简单小程序,适合初学者学习socket的使用。-This is a little broadcast client and server program.If you are a beginner in socket, it will help you.
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.
Broadcast
- 一个简单的Java程序,实现了局域网多播功能,适用初学者。-A simple Java program, the realization of a local area network multicast function for beginners.
java-socket
- java基于socket聊天室源代码,广播的方式进行编码-socket-based chat rooms java source code, to encode the broadcast mode
Lam_qt
- 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
ipv6-broadcast
- IPV6环境下的socket广播程序,可以实现单点对多点的通信-IPV6 environment socket broadcast program can achieve a single point-to-multipoint communication
ipv4-broadcast
- 基于ipv4环境下的socket广播,实现单点对多点的通信-Ipv4 socket broadcast environment, a single point-to-multipoint communication
windows-socket
- 局域网广播编码,类似qq软件,实现网络视频会议功能-remote broadcast
server-and-client-broadcast.ra
- socket广播程序,包含客户端和网络端。,socket broadcast with server and client by vc
LanBroadcast
- windows 平台下 用广播发送数据的方法-broadcast socket under windows
Socket
- 簡單的Socket程式 可實現 1.查看連線人數與ID 2.私訊 3.廣播-A Socket program It can realize: 1.Who s online 2.Personal message 3.broadcast
broadcast
- 原始套接字之多播,如何使用多播,以及测试软件代码。源码中有详细的注释。-This codes is very suitable for who want to learn the raw socekt. This is code will tell you how to use raw socket in broadcast.
recv
- 广播通信接收端,局域网的距离短,并且一个网段都是归于一个小的单位所有,其保密性没有广域网要求高,所以采取广播通信,此代码是用套接字进行广播通信。-Radio communication the receiving end, a short distance from the LAN, and a network are all attributed to a smaller unit, which is no WAN confidentiality requirements, so take r
screen-broadcast
- 该系统是在MFC框架下实现的服务器端对客户端的实时屏幕发送,其中用到了网络socket编程,用到了C++语言-The system is implemented in the MFC framework for real-time server sends the client' s screen, which uses a network socket programming language used in the C++
UDP 广播socket自动连接客户端
- 两台或多台android设备,其中有一台作为服务端,则另外一台或几台作为客户端,然后通过UDP进行自动连接.其实现的原理很简单,服务端这一边通过MulticastSocket将自己的有关信息,如IP,端口等广播出去,同一个广播地址里面的客户端可以接收到该广播,并从中解析要相关的信息.(Two or more Android devices, including one as a server, then another one or several Taiwan as the client, a