In order to build and run the system, one has to proceed with:
-
Install GNAT Community on Windows machine.
- After installed, build the dogrobot.gpr using GPS.
-
On Raspberry Pi, install gnat from command-line.
sudo apt-get install gnat
-
To run server_rpi from Raspberry Pi
- sudo ./bin/server_rpi
-
To run client_win from Raspberry Pim just execute application from project bin folder.