You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A scalable client-server Rock–Paper–Scissors game built in Java using the UDP protocol. Features a custom dependency injection (DI) container, microkernel modularity, and a packet dispatcher for efficient client routing. Supports multiple clients, queuing them until paired for a two-player match.
UDPStreamViewer is a Java Swing application that allows users to visualize video streams over the UDP protocol. It receives and displays real-time video
An application layer file transfer protocol that utilizes UDP and ensures robust and reliable file transfer with minimal packet acknowledgements, intended for space rovers where network bandwidth is limited and slow.
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.
Drive-Chat is a Java application that uses sockets for real-time messaging between users, uses TCP and UDP sockets for communication and JSON for message transmission.
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.