I have a project where I want to create an architecture with one gateway and multiple end nodes. All end nodes directly send their packets to the gateway when they are nearby. If they are not near the gateway, they will use a hop architecture, where packets hop from one node to another until they reach the gateway. The hopping will be based on the RSSI value of the end node.
Does anyone know how I can implement this? I’ve been working on this project for over a month now. I’m using the ESP32 Heltec LoRa v3 as my development board. Is this feasible with my current setup?