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 is a simple messaging app in Python3. A TCP protocol is used to transfer string messages between clients(through the server). And a UDP protocol with reliability layer on top of it is used to โฆ
A simple implementation of a unix file system on a virtual file. This project simulate a file system of a disk with an implementation of super block, inodes and disk blocks.