mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Add client mode
This commit is contained in:
parent
0218a101ba
commit
005f27fb32
7 changed files with 330 additions and 95 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue