I want to deploy an image processing playground on my Jetson Orin Nano 8b and expose it to the web, but don’t want to let it wear out while idle and would love to wake it over the lan (or some other way) only when someone tries to use the web page.
I believe I’ll need to host the web page itself on a different device, say a raspberry pi, but the computations will be executed on the Jetson. In case if it’s not possible to wake Jetson over the lan, what other solutions can I implement to reduce the wear when it is idle ?