diff --git a/doc/example_app_api.md b/doc/example_app_api.md index e744595..0bd85db 100644 --- a/doc/example_app_api.md +++ b/doc/example_app_api.md @@ -126,7 +126,7 @@ Now build the application... Start the client daemon... ```` -~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonise --logFile /tmp/awa_clientd.log +~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonize --logFile /tmp/awa_clientd.log ```` And run the application... @@ -252,7 +252,7 @@ And restart the client daemon: ``` ~/AwaLWM2M$ killall awa_clientd -~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonise --logFile /tmp/awa_clientd.log +~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonize --logFile /tmp/awa_clientd.log ``` Then restart the client application and set the temperature... @@ -336,8 +336,8 @@ Restart the client/server daemon: ``` ~/AwaLWM2M$ killall awa_serverd ~/AwaLWM2M$ killall awa_clientd -~/AwaLWM2M$ build/daemon/src/server/awa_serverd --verbose --daemonise --logFile /tmp/awa_serverd.log -~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonise --logFile /tmp/awa_clientd.log +~/AwaLWM2M$ build/daemon/src/server/awa_serverd --verbose --daemonize --logFile /tmp/awa_serverd.log +~/AwaLWM2M$ build/daemon/src/client/awa_clientd --endPointName client1 --factoryBootstrap ./config/localhost.bsc --daemonize --logFile /tmp/awa_clientd.log ``` And start the server application: