mallamhando / study

Study
2 stars 0 forks source link

20230210 Clipboard #4

Open enthusapp opened 1 year ago

enthusapp commented 1 year ago

Mesh topology for IoT

enthusapp commented 1 year ago

Thread vs BLE mesh

Thread

Whereas Bluetooth mesh uses message flooding to transfer messages across the network, Thread uses a routed approach, in which messages can hop from device to device along predefined routes until they reach their intended destination. If individual nodes along their route are temporarily down, the network automatically redirects messages via an alternative route to increase resilience.

BLE mesh 가 메시지를 전송하기 위해 flooding 을 사용하는 반면, Thread 는 경로적인 접근을 사용한다. Thread 는 전달하려는 대상에게 정확하게 전달하기 위해 미리 정해진 경로만을 사용한다. 만약 경로에 있는 node 하나가 망가지면, 네트워크는 자동으로 메시지의 경로를 바꿔서 전달한다.

Thread 는 IP 기반 프로그래밍에 적합해 기존 시스템과의 연결이 편리하다. 반면 코드 overhead 가 발생할수 있고, 보안어 더 많은 신경을 써야 한다. BLE mesh 는?

BLE Lighting

Not only that, by leveraging Bluetooth-based lighting control firmware and stacks such as the one by Silvair or proprietary ones developed, among others, by Casambi, LumenRadio, and Wirepas, it can be used to enable solutions for particularly demanding scenarios characterized by higher deployment densities, higher throughput demands, and lower latency requirements.

다양한 회사들로 부터 개발된 Bluetooth 기반 조명 제어 F/W 및 스택이 높은 배포 밀도와 높은 속도 및 낮은 지연과 함께 사용이 가능하다.

Bluetooth Mesh Common Solution