Simple time-manager and scheduler with option to be queried by a NAO robot
- Clone the repository.
 - Go to the directory 
nao-remind-me/libsand execute the script:./build_dependencies.shthat'll clone the C++ REST SDK repository and will build the static version of the library. - Go to the directory 
nao-remind-meand type the following commands:$ mkdir build $ cd build $ cmake .. $ make - In the 
builddirectory you should see the executable files. 
The server API accepts following HTTP GET requests:
http://<host_ip>:6502/v1/nao-remind-me/api/pinghttp://<host_ip>:6502/v1/nao-remind-me/api/entrieshttp://<host_ip>:6502/v1/nao-remind-me/api/entries/lengthhttp://<host_ip>:6502/v1/nao-remind-me/api/entries/#where#is the position of the agenda entries
Modify the agenda-server/agenda-server.cpp file to edit the server response.
Use either of these operating systems:
Components of this software were taken from following projects: