usdot-fhwa-OPS / V2X-Hub

V2X Hub is a message handler that acts as a translator and data aggregator/disseminator for infrastructure components of a connected vehicle deployment.
Apache License 2.0
123 stars 69 forks source link

GUI Access via SSH #582

Closed DogeEngineer closed 8 months ago

DogeEngineer commented 8 months ago

Types of Issue

Descriptive summary

I installed the dockerized version of V2X-HUB on my raspberry pi. The pi is minimal without desktop. Is there a way to access the GUI using the typical technique such as tunneling?

V2XHUB version where this issue was discovered

I am running latest version of the V2X-HUB from Dockerhub as of March 15, 2024.

Expected behavior

N/A

Actual behavior

Steps to reproduce the actual behavior

Installed V2X-Hub per instructions https://github.com/usdot-fhwa-OPS/V2X-Hub/tree/develop/configuration/arm64 I checked all dockers are running normally: image

When I use SSH tunnel: ssh -L 2222:127.0.0.1:19760 user@ip

Then uses local browser: http://127.0.0.1:2222/ It shows This page isn’t working127.0.0.1 didn’t send any data. ERR_EMPTY_RESPONSE

Related work

N/A

DogeEngineer commented 8 months ago

Tunneling is not required if local firewall is allowed. Closing issue.