I'm working on a system where LoRa Module 1 forwards packets. In this setup, when a user is connected to Module 2 (linked to an ESP32 board and acting as an access point), and they enter a URL like "google.com" on their smartphone, I aim to have the request travel from the user's device to the ESP32, then to LoRa Module 2, reaching LoRa Module 1. Module 1 is connected to a Raspberry Pi, which, in turn, is connected to the internet. The Raspi should forward the request to the internet, retrieve the response, and send it back to its connected LoRa Module 1. Finally, Module 1 should forward the response back to Module 2, which can then be accessed by the user on their smartphone. The primary goal is to enable users to view basic text-based HTML websites through this LoRa network.
Specific Assistance Needed: I'm seeking guidance or examples of code related to the following aspects:
Configuring LoRa communication for india. Handling specific LoRa settings for packet forwarding. Implementing the communication flow from the user device to the Raspi and vice versa.
Is it possible we keep the distance as minimum as 1 meter for testing between lora modules ?