ranguy9304/distributed-storage-system
A distributed storage system using Python and the socket library, featuring a server and multiple clients. The server coordinates data distribution and retrieval among clients using a token-based algorithm. Clients can store data to and request data from the server, which manages the communication and data aggregation across the system.
Python