I got a Flask Server I run in localhost and I want for devices to access it without the need for internet. I read that it may be possible by setting up a LAN network and I wonder if its possible to create one with Ubuntu and use it for devices to connect to that network wirelessly and access the services provided by my Flask application.
- Do I need a router to achieve this?
- How can I configure my Ubuntu 21 machine to be accessed by other devices such as Android or Raspberry without the need for an internet connection?
I've been looking for ways to do it and all I see are tutorials that assume one has an internet connection.