V2X Hub is a message handler that acts as a translator and data aggregator/disseminator for infrastructure components of a connected vehicle deployment.
[ ] Anomaly report (something appears to not work correctly)
[ ] Enhancement request (describe the enhancement being requested)
[ x] Other (please ensure the description clarifies why the issue doesn’t fall into either of the above categories)
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.
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:
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