Skip to content

Commit

Permalink
Mention what to do if MQTT doesn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
arndtjonasson committed Aug 11, 2017
1 parent 0a7a517 commit 7937b56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/moped-optipos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ Originally, the client would write the coordinates to MQTT after receiving
them from the server. Now it appends them to a file /tmp/marker0 instead,
to reduce the delays.

It still does write to MQTT, and if the MQTT server can't be reached,
this will sabotage the operation. In that case, comment out that code.

The positioning algorithm starts by taking an image using the camera,
and the image is uploaded on the server for analysis. The analysis
identifies markers in the image, and by finding the same marker
Expand Down

0 comments on commit 7937b56

Please sign in to comment.