Skip to content

String trailing zero#14

Open
jpfr wants to merge 3246 commits into
masterfrom
string_trailing_zero
Open

String trailing zero#14
jpfr wants to merge 3246 commits into
masterfrom
string_trailing_zero

Conversation

@jpfr

@jpfr jpfr commented Jun 30, 2025

Copy link
Copy Markdown
Owner

No description provided.

andreasebner and others added 30 commits August 6, 2025 16:01
…ver_multicast

refactor(examples): improve discovery robustness in client and server

- client_find_servers.c:
  * Replace hardcoded localhost with hostname (gethostname)
  * Continue GetEndpoints loop on failure
  * Add malloc null check
  * Print Discovery URL
  * Add copyright

- server_multicast.c:
  * Fix deregistration timing
  * Ensure proper shutdown order
  * Set correct mDNS interface IP
…string name to the Event notification callback
…ee variant

No need to maintain both variants. The ziptree variant is less code to
maintain.
This is preparatory work for async operations that are not part of a
service request.
Fix some clang compiler warnings about:
- sign conversions
- not-needed semicolons
- adding "static" to file-local vars

Signed-off-by: Florian La Roche <f.laroche@pilz.de>
jpfr and others added 30 commits October 27, 2025 10:23
Remove trailing semicolon from define of UA_Server_setVariableNode_dataSource.

Signed-off-by: Florian La Roche <f.laroche@pilz.de>
"packet" is allocated within sd2txt() and with MDNSD_malloc(), so use
MDNSD_free() instead of UA_free().

Signed-off-by: Florian La Roche <f.laroche@pilz.de>
refactor(docs): Update the README.md to mention o6 Automation and the…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants