There are 0 repository under java-socket-programming topic.
Android P2P Messenger
The project simulates a network traffic in a given topology where the distance vector algorithm is used for path computations, routing and forwarding.
This is a implementation of a FTP (File Transfer Protocol) client-server application using Java sockets. The client can connect to the server, login with username and password, and download files from the server. The server can handle multiple clients and authenticate them using a file that stores the authorized users and their passwords. The serve
Service Discovery & Load Balancing service implementation using UDP broadcasting and TCP
Galactic Sea Battle - Battleship with multiplayer server written in Java using Javafx and Sockets
This is an android application that can remotely control the hosting computer using Wi-Fi. The server is located at the remote computer then the client in the android device tries to connect to the server. Once the connection is successful the android device can control the pc remotely.
A food ordering app that allows customers to order food at a restaurant by scanning a QR code.
These are my projects for Java Technologies Lab course at university.
A java project to implement a sample parking system
File Transfer Program via Java Socket Programming to transfer files between machines.
simple chat app with java sockets
Java Socket Programming
The described project is a network simulation program that focuses on network traffic within a predefined topology. The key components of the program are the Distance Vector Computation and the Flow Routing Algorithm.
After learning java language we need to make a project. It was that. Here is live demo:
Program Codes for Computer Networks Lab in Java CS 6111
A simple Java networking library that encapsulates messages using length-prefixing
Client side program of chat application made by using Java, Servlet and Java Servlet Pages
A lightweight and minimalist web server designed for easy web development and dynamic content management.
Distributed Systems (COMP 512) Project
This repository will contains the files that I made or used while learning java. You may find it useful to learn about java. Feel free to go through the content. Happy Coding!
Academic Lab Course of the 27th batch of Computer Science & Engineering | University of Rajshahi - 🇧🇩
Socket programming using java
Multi Client to one Server application using Java sockets, threads and Java Swing graphic library
Use java socket programming to make chat program
Java Chat application (jar) Using Socket
Group chat app using javaFx. This app create using java socket programming and client-server architecture.
Messenger TeXst is an excercise on Concurrent programming.
Live chat application is a multi-client chat application created using java networking
This repository contain java problems and algorithms like it Contain Sockets Programming Projects
A winning project for Advanced Object Oriented Programming Lab in CSE project show at United International University.
This is a simple chat application built using Java Socket Programming. The application allows multiple users to communicate with each other in real-time over a network. It demonstrates the use of sockets, multithreading, and Java's I/O streams to create a basic client-server architecture.
The Word Game repository hosts a Java-based game where players generate words using the last two letters of the previous word. The game offers multiple versions, leveraging different network protocols such as TCP, UDP, and UDP with ACK to provide various multiplayer experiences.
Practice programs to learn Java