Skip to content

Two apps based on Java SE and one based on Android that can send and receive packets using multicast socket.

Notifications You must be signed in to change notification settings

eloijr/socketmulticast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

socketmulticast

Two apps based on Java SE and one based on Android that can send and receive packets using multicast socket.

How it work:

You always have to start a receiver firstly (Android or SocketMultiCastReceiver). After that, try to run the senders (Android or SocketSender).

SocketMultiCastReceiver - start a multicast socket receiver

SocketSender - send packets via multicast

SocketMultiCast Android - Can receive and send multicast packets

About

Two apps based on Java SE and one based on Android that can send and receive packets using multicast socket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages