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
Implemented a simple web course registration system in C++ that aims to simulate the client-server communication with TCP and UDP. It consists of 4 servers: a credential server to verify student identity, a main server to coordinate with backend servers & 2 departmental servers.