diff --git a/firmware/python/simple_10gbe_rudp_kcu105_example/_Root.py b/firmware/python/simple_10gbe_rudp_kcu105_example/_Root.py index 762817f..d7a483f 100644 --- a/firmware/python/simple_10gbe_rudp_kcu105_example/_Root.py +++ b/firmware/python/simple_10gbe_rudp_kcu105_example/_Root.py @@ -27,7 +27,7 @@ def __init__( self, ip = '192.168.2.10', promProg = False, # Flag to disable all devices not related to PROM programming enSwRx = True, # Flag to enable the software stream receiver - zmqSrvEn = False, # Flag to include the ZMQ server + zmqSrvEn = True, # Flag to include the ZMQ server xvcSrvEn = True, # Flag to include the XVC server **kwargs): super().__init__(**kwargs)