This project is a simplified implementation of a distributed file storage system inspired by the Google File System (GFS). It demonstrates how large files can be split into chunks and stored across ...
Client — simulate.py Opens a WebSocket connection to the server. Reads the audio file in chunks of 4065 bytes. Sends each chunk and waits for the server to echo it back. Waits 1 second between each ...