mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2026-01-27 02:22:21 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "DeviceStatusReceiver.h"
|
||||
#include "HealthReceiver.h"
|
||||
#include "WifiClientCache.h"
|
||||
#include "framework/UI_WebSocketClientServer.h"
|
||||
|
||||
namespace OpenWifi {
|
||||
class Daemon *Daemon::instance_ = nullptr;
|
||||
@@ -37,7 +38,8 @@ namespace OpenWifi {
|
||||
DeviceStatusReceiver(),
|
||||
HealthReceiver(),
|
||||
VenueCoordinator(),
|
||||
WifiClientCache()
|
||||
WifiClientCache(),
|
||||
UI_WebSocketClientServer()
|
||||
});
|
||||
}
|
||||
return instance_;
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include "RESTAPI/RESTAPI_board_timepoint_handler.h"
|
||||
#include "RESTAPI/RESTAPI_wificlienthistory_handler.h"
|
||||
#include "framework/RESTAPI_SystemCommand.h"
|
||||
#include "framework/RESTAPI_WebSocketServer.h"
|
||||
|
||||
namespace OpenWifi {
|
||||
|
||||
@@ -20,7 +21,8 @@ namespace OpenWifi {
|
||||
RESTAPI_board_timepoint_handler,
|
||||
RESTAPI_board_handler,
|
||||
RESTAPI_board_list_handler,
|
||||
RESTAPI_wificlienthistory_handler
|
||||
RESTAPI_wificlienthistory_handler,
|
||||
RESTAPI_webSocketServer
|
||||
>(Path,Bindings,L, S, TransactionId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user