AymanSaleh23 / VehiclesTransparent

Graduation Project 2022-2023 supported by Valeo co. mentorship program
4 stars 1 forks source link

micro-service com_app #15

Closed AymanSaleh23 closed 1 year ago

AymanSaleh23 commented 1 year ago

Implement an application handle the outer communication task of the project using micro-service technique.

Use com_socket.py library to create sockets for sending and receiving discrete data of frames between ports/machines.

input:

output:

behavior:

Use functions support that from the Server class:

Use functions support that from the Server class:

mmagdiab commented 1 year ago
mmagdiab commented 1 year ago

yet, a test should be added.

mmagdiab commented 1 year ago

add "Data Transmitter" a new implementation, a class that creates a thread to receive data from different modules and serve them to requesters.