Add client mode

This commit is contained in:
Aang23 2022-07-04 16:33:09 +02:00
parent 0218a101ba
commit 005f27fb32
7 changed files with 330 additions and 95 deletions

View file

@ -63,6 +63,7 @@ SATDUMP_DLL std::map<std::string, std::function<std::shared_ptr<ProcessingModule
#include "modules/demod/module_dvbs2_demod.h"
#include "modules/network/module_network_server.h"
#include "modules/network/module_network_client.h"
#include "modules/xrit/module_goesrecv_publisher.h"
#include "modules/xrit/module_s2udp_xrit_cadu_extractor.h"
@ -86,6 +87,7 @@ void registerModules()
// Network
REGISTER_MODULE(network::NetworkServerModule);
REGISTER_MODULE(network::NetworkClientModule);
// xRIT
REGISTER_MODULE(xrit::GOESRecvPublisherModule);