From 6906abb18d0f589aa7bb0b30851eb6dcce726486 Mon Sep 17 00:00:00 2001 From: Sander Speetjens Date: Mon, 4 Dec 2023 15:28:48 +0100 Subject: [PATCH] udp_broadcast Update docs --- docs/udp_broadcast.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/udp_broadcast.md b/docs/udp_broadcast.md index 8e8cf46..56846c9 100644 --- a/docs/udp_broadcast.md +++ b/docs/udp_broadcast.md @@ -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. +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 - [Introduction](#introduction) - [Table of contents](#table-of-contents) @@ -68,7 +70,7 @@ connected: ``` ### 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. #### Setting owner details