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
Multi-process hospital management system implemented using TCP and UDP sockets in Python. A central hospital server routes authentication, appointment, and prescription requests between clients and backend servers using select()-based I/O multiplexing. USC EE450 project.