All,
It *seems* like this should be easy, but it's been very hard. Here's what I want to do:
I have a use case where I am going to use a RPI4/5 to interface wirelessly with a laptop or handheld device. This will happen in the middle of nowhere, so there is no wifi network or cellular network present. Thus, the RPI will serve the website, and also be the source of wifi (i.e. there isn't a router in this setup, just the remote pi and the laptop).
I've generated the website in python using Voila, and even gotten nginx to serve it. Separately, I've gotten the RPI to act as the host and I've been able to terminus into the pi to execute code at the command line. I'm just missing the 'glue' to stick these two pieces together.
Thank you!
PS I fully expect someone in the community to tell me that this can be solved in one line of code![Sad :(]()
It *seems* like this should be easy, but it's been very hard. Here's what I want to do:
I have a use case where I am going to use a RPI4/5 to interface wirelessly with a laptop or handheld device. This will happen in the middle of nowhere, so there is no wifi network or cellular network present. Thus, the RPI will serve the website, and also be the source of wifi (i.e. there isn't a router in this setup, just the remote pi and the laptop).
I've generated the website in python using Voila, and even gotten nginx to serve it. Separately, I've gotten the RPI to act as the host and I've been able to terminus into the pi to execute code at the command line. I'm just missing the 'glue' to stick these two pieces together.
Thank you!
PS I fully expect someone in the community to tell me that this can be solved in one line of code

Statistics: Posted by piman96 — Mon Sep 09, 2024 11:10 pm