Skip to content

Alan-Copa/MyDistributedSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyDistributedSystem

This repository contains solutions for three coding assignments in a Distributed Systems course (Autumn 2024/25). The assignments focus on building a multi-threaded chat server, implementing structured messaging with Protocol Buffers, and transitioning from a client-server architecture to a peer-to-peer communication model.

Developer Tips

Compile .proto files

protoc --python_out=. template.proto

Avoid "address already in use" error

s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages