This is a functioning client–server application where the server continuously sends a static GPS coordinate and the client receives and visualizes it on a map.
It was implemented on Ubuntu 24.04 using Qt5, UDP Protocol and QML for the UI
on the terminal run:
chmod +x run-qtapp.sh ./run-qtapp.sh
#run: #on the terminal #chmod +x run-client.sh #./run-client.sh
#on another terminal #chmod +x run-server.sh #./run-server.sh [lat] [lon]