CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - multicast java
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - multicast java - List
[
WinSock-NDIS
]
java组播编程实例
DL : 0
这个实例实现了加入和离开组播组、在组播组中发送及接收数据、利用组播实现时间服务器、利用组播实现网络教学功能-this example realized join and leave multicast group, the multicast group to send and receive data and the use of time-servers multicast using multicast network teaching function
Update
: 2008-10-13
Size
: 39.71kb
Publisher
:
丁玉红
[
Books
]
tut-bingo
DL : 0
A client/server application that implements the game of BINGO. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI.
Update
: 2025-02-17
Size
: 37kb
Publisher
:
刘波
[
JSP/Java
]
mcast
DL : 0
组播发送与接收的简单java源码-Multicast send and receive simple java source
Update
: 2025-02-17
Size
: 3kb
Publisher
:
常槊
[
Internet-Network
]
java组播编程实例
DL : 0
这个实例实现了加入和离开组播组、在组播组中发送及接收数据、利用组播实现时间服务器、利用组播实现网络教学功能-this example realized join and leave multicast group, the multicast group to send and receive data and the use of time-servers multicast using multicast network teaching function
Update
: 2025-02-17
Size
: 39kb
Publisher
:
丁玉红
[
JSP/Java
]
MulticastClient
DL : 0
java网络编程中的组播通信,在通信中有时需要将一个消息发送到一组相关的进程中,这时可以组播的方式实现-the multicast communication, the communication is sometimes necessary to send a message to a group of related processes, and this can be achieved Multicast
Update
: 2025-02-17
Size
: 1kb
Publisher
:
汪汪
[
Streaming Mpeg4
]
MulticastChat2
DL : 0
一个用java做的组播程序,很好用的,实现聊天室的功能,欢迎大家下载交流-Using java to do a multicast procedures, very good use, and realize the function of the chat room, welcome everyone to download the exchange of
Update
: 2025-02-17
Size
: 1kb
Publisher
:
智伟
[
ICQ-IM-Chat
]
multicast
DL : 0
包括一个监控文件,发送文件,接收文件.地址浏览文件.-Includes a monitoring documents, send documents, receiving documents. Address browsing documents.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
lili
[
ICQ-IM-Chat
]
NetChat
DL : 0
局域网即时通信软件,使用组播协议自动发现邻居,并有传送文件和聊天表情的功能-LAN instant messaging software, the use of Multicast Protocol for automatic discovery neighbors, and have to send files and chat functions of facial expression
Update
: 2025-02-17
Size
: 555kb
Publisher
:
王然之
[
P2P
]
hypercast-SOURCES-jorgl-20060626
DL : 0
一个使用超立方体作为应用层组播覆盖图结构的p2p传输协议的源代码,这种结构不多,该协议比较有代表性。-A hypercube as the use of application layer multicast overlay p2p transfer protocol structure of the source code, this structure is much more representative of the agreement.
Update
: 2025-02-17
Size
: 5.52mb
Publisher
:
流川枫
[
P2P
]
multicast
DL : 0
P2P Streaming vs. File Downloading Introduction to PlanetLab and Simulation A Survey CoopNet Promise/CollectCast Dagster Our approach Flow Simulators
Update
: 2025-02-17
Size
: 3kb
Publisher
:
yebo
[
JSP/Java
]
UDP_Multicast
DL : 0
用Java编写的udp 组播程序,包含客户端,服务端。-Prepared to use Java multicast udp procedures, including client, server.
Update
: 2025-02-17
Size
: 42kb
Publisher
:
jhon
[
JSP/Java
]
ChineseChess
DL : 0
中国象棋。网络对战。采用Net Beans IDE开发。寻找主机采用IP多点传送。可以聊天。使用UDP进行数据传送。Java Socket编程。-Chinese chess. Network war. Developed using Net Beans IDE. To find the host using IP multicast. Can chat. The use of UDP for data transfer. Java Socket Programming.
Update
: 2025-02-17
Size
: 1.08mb
Publisher
:
kprog
[
JSP/Java
]
Multicast
DL : 0
Multicast in java very useful
Update
: 2025-02-17
Size
: 2kb
Publisher
:
sasaso85
[
Internet-Network
]
Stream-multicast
DL : 0
下一代流式网络多播协议的实现,使用java完成,是点点流式数据多播的典型实例,带有网络监视器端口。-Implementation of Streaming multicast using Java, with network monitor to see into the data transmitted in the network.
Update
: 2025-02-17
Size
: 705kb
Publisher
:
kabiluofu
[
JSP/Java
]
multicast
DL : 0
Multicast con java cliente y servidor
Update
: 2025-02-17
Size
: 13kb
Publisher
:
jonathan
[
JSP/Java
]
MABS-Multicast-Authentication
DL : 0
this is an ieee paper for current final years to present there projects in java
Update
: 2025-02-17
Size
: 1.36mb
Publisher
:
usman
[
Internet-Network
]
TCP-UDP-and-Multicast-in-Java-Socket
DL : 0
在java中使用网络TCP,UDP和组播的书-Network in java using TCP, UDP and multicast book
Update
: 2025-02-17
Size
: 50kb
Publisher
:
guozigang
[
ICQ-IM-Chat
]
MultiCast1
DL : 0
分布式计算中的组播聊天室 主要应用socket技术-Distributed computing in the main application of multicast socket technology chat room
Update
: 2025-02-17
Size
: 12kb
Publisher
:
杨万民
[
JSP/Java
]
java-zubo
DL : 0
1. 创建一个用于发送和接收的MulticastSocket组播套接字对象 2. 创建一个指定缓冲区大小及组播地址和端口的DatagramPacket组播数据包对象 3. 使用组播套接字joinGroup(),将其加入到一个组播 4. 使用组播套接字的send()方法,将组播数据包对象放入其中,发送组播数据包. 或者 使用组播套接字的receive()方法,将组播数据包对象放入其中,接收组播数据包 5. 解码组播数据包提取信息,并依据得到的信息作出响应String s = new String(dp.getData(), 0, dp.getLength()) 6. 重复过程4和5,即在while循环中实现。 7. 使用组播套接字的leaveGroup()方法,离开组播组;关闭组播套接字 -java udp multicast java udp multicast java udp multicast java udp multicast
Update
: 2025-02-17
Size
: 1kb
Publisher
:
sure
[
TCP/IP stack
]
Multicast Programming
DL : 0
java casting project file with server architecture
Update
: 2025-02-17
Size
: 3kb
Publisher
:
SK@23
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.