I would like to know if it is possible to connect to the Jetson Nano remotely on different networks. I mean, I want to connect my Jetson Nano in a location that is several kilometers away from the network where I am.
I have seen solutions within the forum but all options are to connect the Jetson Nano on the same network.
This is not jetson nano problem. More like a general network problem.
If you are talking about those VNC usecase, then it has nothing to do with jetson. Those tools (e.g. teamviewer) can work in different networks just because they have their own server to handle those NAT problem. It is not due to some secret network setup on their host.
Maybe other users can share their experience for such tool.
Hi @ag-edge , thanks for the great work! Is there any chance can get GUI via your SSH session? I have replicated a repo for object counting and the results will be displayed in video and I’d like to view it remotely. Something like forwarding the display
:) Many thanks!
@user63101 Not at the moment. VNC can do that or other remote desktop environments. But if you need a video output, you could try to host it on the device and broadcast to a webpage. We have a sample app that does that, albeit with a graph, that you can see and play with it. That might work out, but that is not my field of expertise.