Monitor messages on Raspi #325
-
I have the program running on a Pi Zero W. New at this. Some questions
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Well, I got it working now, and am seeing the values on Putty. But still no webviewer |
Beta Was this translation helpful? Give feedback.
-
Ok, so you are running on a RPI and have the program running (assume starting it via Putty) and you see the NMEA on the screen? Bit more logs and details would perhaps help to clarify |
Beta Was this translation helpful? Give feedback.
-
When I start via Putty yes, I see NMEA on the screen. Starting via gui from my windoze laptop, here is the log: That is at xx.xx.xx.xx:8110 which all works fine except for the webviewer tab. That SHOULD give me a map or chart and instead gives me a little sad face and eventually the "refused to connect" message. I am running on a raspi zero W, using the precompiled debian distribution as the program won't compile on my device, stalling at 40% |
Beta Was this translation helpful? Give feedback.
Ok, I suspect the webviewer is not switched on. Can you go to Output -> Webserver:
Ensure that the webserver is active at port 8100:
Then scroll to the bottom and press Save to store the new settings. And then go back to Control to Restart the program. You should then see something in the log like:
If that is the case, you will have the webviewer at the same location as the GUI but then at port 8100.
Is that perhaps the issue? The webserver does not run by default.