From ed581d1bfab8781cbf429c13e4c9f297f692f9ab Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Fri, 2 Jan 2026 09:06:18 -0600 Subject: [PATCH] Updated doc/README.todo with in-progress items. --- doc/README.todo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/README.todo b/doc/README.todo index 2f24e9e1..8932baf5 100644 --- a/doc/README.todo +++ b/doc/README.todo @@ -1,14 +1,14 @@ To Do List - BACnet Stack at SourceForge Here are some things to do in no particular order: -A. Update apps/epics/main.c - EPICS demo to use object property lists. -B. Change property-lists to use int32_t instead of int. +A. Update apps/epics/main.c - EPICS demo to use object property lists (in progress) +B. C. Add logging module that replaces the debug print module. D. Modify the basic object examples to be dynamically createable (in progress) E. Add HTTP demo app like bacnet4linux F. Add SubscribeCOVProperty support in server demo. G. Add hooks to increment Database_Revision property. -H. Add general device object handler in basic/services. +H. Add general device object handler in basic/services (in progress) I. Change core encode/decode to pass length for safe handling (in progress) J. Convert documents to Markdown and sequence diagrams to Mermaid. K. Update doxygen groupings in source files. @@ -27,4 +27,4 @@ W. Add #ifdef for all MAX_ defines so they can be overridden. X. Change WhoIs demo to list all I-Am's received such that duplicate IDs with different MAC addresses can be detected. Y. Add tsm_alloc to allocate memory and invoke ID for sending. -Z. Make alternate TSM that handles segmentation. +Z. Make alternate TSM that handles segmentation (in progress)