Feature/what is network number handling (#304)
* Add What-Is-Network-Number handling. Add What-Is-Network-Number and Network-Number-Is network layer handling. Refactor npdu_encode_npdu_network() from router specific code. Add unit test for NDPU network message Add app for What-Is-Network-Number Add app for Network-Number-Is Add send helper for What-Is-Network-Number Add send helper for Network-Number-Is * added sys/debug.c to ports builds for use of debug_printf() in npdu handler. Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -668,6 +668,12 @@ if(BACNET_STACK_BUILD_APPS)
|
||||
add_executable(whoisrouter apps/whoisrouter/main.c)
|
||||
target_link_libraries(whoisrouter PRIVATE ${PROJECT_NAME})
|
||||
|
||||
add_executable(whatisnetnum apps/whatisnetnum/main.c)
|
||||
target_link_libraries(whatisnetnum PRIVATE ${PROJECT_NAME})
|
||||
|
||||
add_executable(netnumis apps/netnumis/main.c)
|
||||
target_link_libraries(netnumis PRIVATE ${PROJECT_NAME})
|
||||
|
||||
add_executable(writefile apps/writefile/main.c)
|
||||
target_link_libraries(writefile PRIVATE ${PROJECT_NAME})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user