Simple time-manager and scheduler with option to be queried by a NAO robot
- Clone the repository.
- Go to the directory
nao-remind-me/libs
and execute the script:./build_dependencies.sh
that'll clone the C++ REST SDK repository and will build the static version of the library. - Go to the directory
nao-remind-me
and type the following commands:$ mkdir build $ cd build $ cmake .. $ make
- In the
build
directory you should see the executable files.
The server API accepts following HTTP GET requests:
http://<host_ip>:6502/v1/nao-remind-me/api/ping
http://<host_ip>:6502/v1/nao-remind-me/api/entries
http://<host_ip>:6502/v1/nao-remind-me/api/entries/length
http://<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: