Topic

FAQ
Login Register
mesh_push_user_command_no_relay
Nov 11, 2023 11:13

/

A

/A




as shown in the picture above
1. Smartphone and node1 are connected, and node2 is not connected because it is far away.
2. node1 and node2 are connected because they are close.
At this time, the smartphone is trying to control by sending data to node2's opcode 0x52, but if "mesh_push_user_command_no_relay" is used, is it correct that node1 receives data but node1 does not pass data to node2 because it is "no relay"?
Am I correct in understanding the function "mesh_push_user_command_no_relay"?
Is the function of data relay hardware performance between nodes connected by mesh? Or, I wonder if software processing is necessary.


1 replies
TL_Soyo Nov 13, 2023 11:38
0
/A

Hi,

  mesh_push_user_command_no_relay will set message TTL to 0,then data only be transmitted within one hop range,node2 wont receive data.