Skip to content

An appointment booking service between two patients, a healthserver and two doctors.

License

Notifications You must be signed in to change notification settings

umath92/socketprogramming

Repository files navigation

socketprogramming

In this socket programming two patients try to communicate with the healthserver to fix appointments with a doctor. There are two available doctor, each with thier own availabilities schedule. A patient connets to the healthserver using a TCP connection. After receiving the required information from the command line from the patient, the healthserver connects with a UDP connection to the desired doctor. The doctor then sends in his availablility to the healthserver, which is then forwarded to the patient (through TCP).

The design and implementation restrictions are that no two patients can simultaneously communicate with the healthserver (no forking) and that the healthserver cannot book the same time and date for a patient, which has already been taken by another patient.

About

An appointment booking service between two patients, a healthserver and two doctors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published