Feature/mstp extended frames cobs encoding (#183)

* added COBS encode and decode from BACnet standard

* Add unit tests for COBS encoding and decoding

* Improve COBS unit test and API.

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2021-07-30 16:16:12 -05:00
committed by GitHub
parent 810a2f93de
commit 4b9e154256
7 changed files with 539 additions and 0 deletions
+4
View File
@@ -41,6 +41,10 @@ ethernet:
apps:
$(MAKE) -s -C apps all
.PHONY: cmake
cmake:
mkdir build && cd build && cmake .. -DBUILD_SHARED_LIBS=ON && cmake --build . --clean-first
.PHONY: abort
abort:
$(MAKE) -s -C apps $@