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
FileSphere is a robust distributed file system implemented using socket programming. It consists of three servers: Smain, Spdf, and Stext, which manage .c, .pdf, and .txt files respectively. Clients interact with Smain, which transparently distributes files to the appropriate servers.
A simple TCP Multi-Client server, developed while studying socket programming in python. Models both the server side and client side. Connect to a Echo server using multiple connections - also working on mobile using Pydroid!
In this repo File Transfer Protocol FTP, Stop and Wait and Go back-N protocols are implemented in UDP sockets created while learning Networking course.