msharee9 commented on a change in pull request #674: Minificpp 1007 - ECU C2 integration. URL: https://github.com/apache/nifi-minifi-cpp/pull/674#discussion_r354408834
########## File path: nanofi/ecu/coap_server.c ########## @@ -0,0 +1,138 @@ +#include <nanofi/coap_server.h> Review comment: This file was initially not supposed to be pushed to the repo. I wrote it to test the c2 operations on ecus without having to have any other external tool but realized that it could be handy for anyone to test their ecus if they write one. Same goes for c2_client.c. I will mention the purpose of each in the respective file and make the code much cleaner. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
