Let's make it more simple.
I will have 100 nodes in my property which I don't want to preset with static id.
I don't have a controller, only one NodeMCU with NRF24 which is the "gateway" to Wifi - I use receive on the GateWay and upload the received data from nodes to POST on local MySQL server (I have a computer at home network with MySQL).
I need to track each node and know it's ID. Was that ID assigned automatically when I use AUTO mode?
And, do you have any suggestions on how to approach this?
The most important is that I want it to be seamless with IDs, I don't want to program each node of the 100 with static ID, cause if I make changes, it adds more complexity to update the system.