udp_broadcast

Update docs
This commit is contained in:
2023-12-04 15:28:48 +01:00
parent 2b63720fbf
commit 6906abb18d

View File

@@ -9,6 +9,8 @@ there are currently 2 types of datagrams it processes:
It also writes the current owner's name on the screen and updates it everytime it's changed. It also writes the current owner's name on the screen and updates it everytime it's changed.
To use the Qt application for this part of the project you can use [App](https://github.com/Sani7/2023-Webservices_And_Applications/releases/tag/V1.1)
## Table of contents ## Table of contents
- [Introduction](#introduction) - [Introduction](#introduction)
- [Table of contents](#table-of-contents) - [Table of contents](#table-of-contents)
@@ -68,7 +70,7 @@ connected:
``` ```
### Owner details interface ### Owner details interface
The interface to ask for the owner's details and change them is a modified version of the [Qt application](https://github.com/wimdams/Device_finder) Wim Dams build. His only has the functionality to ask for the owner's details. The interface to ask for the owner's details and change them is a modified version of the [Qt application](https://github.com/wimdams/Device_finder) Wim Dams build. His only has the functionality to ask for the owner's details. The changed version can be found at [App](https://github.com/Sani7/2023-Webservices_And_Applications/releases/tag/V1.1)
Just because the owner's details might want to be used in other code, some functions have been written for obtaining these in the STM32 code aswell. Just because the owner's details might want to be used in other code, some functions have been written for obtaining these in the STM32 code aswell.
#### Setting owner details #### Setting owner details