NordicPlayground / nRF51-ble-bcast-mesh

Other
323 stars 121 forks source link

hack #183

Open MateuszKSS opened 7 years ago

MateuszKSS commented 7 years ago

Is possible to join mesh network alien BT device? We cant hide framework of advertising (only in connection) so if someone see framework adv packets and he will send the same framework he could flood message to all nodes?

trond-snekvik commented 7 years ago

Hi, yes, the mesh packet format is completely within BLE spec, and can in theory be used by any device capable of advertising with the service data AD type. You can also use the GATT connection protocol to interface the mesh from non-mesh devices