Hi,
i am using nrf connect extension in vs code with Zephyr OS build v3.2.99-ncs2 and Nrf connect SDK 2.3.0. Our Application requirement in which A - B - C are in mesh network. 'A' send information to 'C' though 'B' because 'A' and 'B' are not in range. when 'A' send information, it will reach to 'B' with information + source address, destination address, rssi ... etc. then 'B' send that data to destination 'C'.
1. How can I debug/log/print data in Relay node side ? and are there any API or function of buffer pointer, buffer length, source address, destination address and rssi ?
2. I need to process the information on middle node 'B' during hopping. and append the data buffer with my custom information. how can i achieve this?
get relay data- stop relay-append relay data-send to another node-
3. Application: i want RSSI between 'A' and 'B' , 'B' and 'C' ?
4. Node 'A' search around in mesh. collect RSSI and Unicast address of nodes and send that information to node 'C' . Could you please share some example or code snippet?