diff options
author | NielsCoding <n.stunnebrink@student.avans.nl> | 2023-01-17 21:23:13 +0100 |
---|---|---|
committer | NielsCoding <n.stunnebrink@student.avans.nl> | 2023-01-17 21:23:13 +0100 |
commit | e1dafaf56727d6aff4856088385888cc0aa8db79 (patch) | |
tree | ecfd22dfd17f1d44bc1aff4bd30199b1589950df /docs/design.md | |
parent | 295a897463b275099e30f3e3b9920dc17006254a (diff) |
Fat en design aanpassing
Diffstat (limited to 'docs/design.md')
-rw-r--r-- | docs/design.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design.md b/docs/design.md index 5d231fc..199aa0c 100644 --- a/docs/design.md +++ b/docs/design.md @@ -97,11 +97,11 @@ Every node has a total of three elements which consist of one button and two lig ## Provisioning -The provisioner uses the PB-ADV instead of the PB-GATT provisioning protocol. This might change in the future depending on the beacon information and if there is enough time to switch from PB-ADV to PB-GATT. +The provisioner uses the PB-ADV instead of the PB-GATT provisioning protocol. This is because the PB-ADV is the standard protocol. Also, the PB-GATT provisioning method cost to much time to make it work. ## Semaphore -For now, there are two semaphores created in the provisioner software. The first one is created for an unprovisioned beacon signal from the provisionee. Also, the second semaphore is used for adding a node to the network. All these semaphores are to make sure there is only one signal at a time. +There are two semaphores created in the provisioner software. The first one is created for an unprovisioned beacon signal from the provisionee. Also, the second semaphore is used for adding a node to the network. All these semaphores are to make sure there is only one signal at a time for processing on the background. # Used software and library versions |