Socket Programming Can i get help with this socket programming questions. coding with python
Socket
Can i get help with this socket programming questions. coding with python
Prof. Bagula has research collaboration with other scientists located in different cities around the world. Such collaboration involves online meetings among the scientists interested in a specific topic and participation in students/staff presentations. Building around socket programming and your knowledge of python programming, you are tasked to develop a client/server system that makes conversion of time between South Africa and different other cities in the world related to the research collaboration between Prof. Bagula and his colleagues. The goal is to develop a system that provide Prof. Bagula services which are similar to Google Calendar but with the possibility of adding many more functionalities in the future. The requirements are as follow:
- The server maintains a file of the time differences between South Africa and other cities in the World :Rome, Milan, Naples, Kabul, Kandahar, Herat, Melbourne, Vienna, Graz, Paris, Linz, Montreal, Toronto, Quebec, Vancouver, Luanda,Huambo,Lubango, Sydney, Brussels, Antwerp,Brisbane,Gent,Sao Paulo, Rio de Janeiro
- The client maintains a file of meetings scheduled in different cities which includes the dates of the meetings, the cities’ names, the topic of the meetings, and the platform to be used. The client process will read the file of meetings and submit time conversion requests to the server. The platformmay be Zoom, Meet, and Each request is read from the file of the meetings and has the format:
-
- Date,City, Time, Topic, Platform
Where the Date is the date in the organizing City and the time is also the time in the organizing city.
-The server’s response will have a similar format to the request but the South African Date and Time. Note that due to time differences, the Date in a city around the world may differ from the Date in South Each request is read from the file of the meetings and has the format:
-
- Date,City, Time, Topic, Platform
Where the Date is the date in South Africa and the City is the city in South Africa.
Step by step
Solved in 2 steps