From 374921d7a9d2561601d2c155c6ce3e1d7c6400a0 Mon Sep 17 00:00:00 2001 From: Giuseppe Carboni Date: Tue, 16 Jul 2024 14:37:05 +0200 Subject: [PATCH] Fix #354, changed GAIA port (#355) --- simulators/gaia/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulators/gaia/__init__.py b/simulators/gaia/__init__.py index 0132d8b..85ffa29 100644 --- a/simulators/gaia/__init__.py +++ b/simulators/gaia/__init__.py @@ -11,7 +11,7 @@ # is the tuple that defines the optional sending node that exposes the # subscribe and unsubscribe methods, while kwargs is a dict of optional # extra arguments. -servers = [(('0.0.0.0', 12600), (), ThreadingUDPServer, {})] +servers = [(('0.0.0.0', 12400), (), ThreadingUDPServer, {})] class System(ListeningSystem):