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
This repository is created as a part of the P2p project for Computer Networks (CNT5106C) at the University of Florida for the Master's in Computer Science program. A simplified P2p network where any number of peers can share any type of file among themselves. Implemented in Java.
An SMTP (Simple Mail Transfer Protocol) server is an application that's primary purpose is to send, receive, and/or relay outgoing mail between email senders and receivers.
A simple group chat Application using Java Socket Programming. A simple GUI demonstration on localhost is shown below... This can be implemented over LAN connected machines by using their IP Address..
This Repo contains all the ITER Assignment which we get in our college as now I am in 5th semester so till date all assignment which we got are updated.
This is a Proof of Concept model of Blockchain Technology based E-Voting System. It was our Computer Networks Project at "School of Engineering and Applied Science", Ahmedabad University.
A Multithreaded Client-Server Application in Java is a network-based system where a server program provides services to multiple clients over a network. In this type of system, the client and the server communicate with each other using messages. The multithreading feature allows multiple clients to be served simultaneously by the server,