intégration des logiciels tier comme NanoMQ ainsi que les fichiers json de score

This commit is contained in:
2024-11-18 22:44:28 +01:00
parent 8f2ed89e05
commit a04c4c1f59
138 changed files with 27816 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#ifndef AWS_BRIDGE_H
#define AWS_BRIDGE_H
#include "nng/supplemental/nanolib/conf.h"
#include "broker.h"
extern int aws_bridge_client(conf_bridge_node *node);
extern void aws_bridge_forward(nano_work *work);
#endif