Netty Simple UDP and TCP Server and Client Examples
-
Updated
Sep 26, 2020 - Java
Netty Simple UDP and TCP Server and Client Examples
Multiplayer Java game
Use Android device as network microphone. Capture Audio from android and send raw audio packets to specific ip:port in network.
The File Share System developed by Java
The sender module will run and open a file on its own hard disk and send the file contents in blocks to the receiver module.
API for Client-Server apps, based on UDP Ping-Pong connection
UDP Client / Server Chat with GUI | Made using Java
Client-Server Chat Application over UDP
A jPHP extension that implements an API for client-server applications based on a UDP Ping-Pong connection
This project features the development of a UDP (User Datagram Protocol) based client-server system using Java. It emphasises a connectionless communication method, contrasting with the more common TCP-based systems. The core components of this project are two Java classes: UDPServer.java and UDPClient.java.
UDP protocol with the following members: 2 clients, server, 3 workers. Supports packege transfer requsted by client to server and processed by one of the workers. Created to run on docker containers.
*This is a Computer Network Project ,which is how DNS (Domain Name System) design would be with Client-Server Protocol based on UDP.
Add a description, image, and links to the udp-client-server topic page so that developers can more easily learn about it.
To associate your repository with the udp-client-server topic, visit your repo's landing page and select "manage topics."