(EN) Project developed for the Computer Networking course, Computer Engineering, UNIPI.
This project was developed in C using sockets and Client-Server architecture.
The context is a restaurant. The involved actors are:
- Server: manages communication and information storage.
- Client: allows table reservations.
- Table Device: enables order placement and status tracking.
- Kitchen Device: allows updating the status of accepted orders.
For more information regarding the implementation, please refer to the file Relazione di progetto.pdf (written in Italian).
(IT) Progetto sviluppato per il corso di Reti Informatiche, Ingegneria Informatica, UNIPI.
Questo progetto è stato sviluppato in C utilizzando i socket e l'architettura Client-Server.
Il contesto è un ristorante. Gli attori coinvolti sono:
- Server: gestisce la comunicazione e l'archiviazione delle informazioni.
- Client: permette la prenotazione dei tavoli.
- Table Device: consente l'invio degli ordini e il monitoraggio del loro stato.
- Kitchen Device: permette l'aggiornamento dello stato degli ordini accettati.
Per maggiori informazioni riguardo all'implementazione, consultare il file Relazione di progetto.pdf.