Added UDP LOgger

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
2025-03-26 16:00:08 +00:00
parent 247ade16cd
commit b534a26ada
4 changed files with 41 additions and 17 deletions

View File

@@ -29,6 +29,17 @@
}
}
}
//WARNING: Change values according to your local setup
+LoggerService = {
Class = PlainLoggerService //See note 1
+UDPLogger = {
Class = UDPLogger
Address = "127.0.0.1" //MARTe2 LogView receiver address
Port = 32767 //MARTe2 LogView receiver port
Format = "EtOofFRmCP" //See note 2
PrintKeys = 1 //This **must** be enabled, see note 3
}
}
+WebRoot = {
Class = "HttpObjectBrowser"
Root = "."
@@ -143,8 +154,8 @@
Mode = "ExpectsReply"
+Parameters = {
Class = "ConfigurationDatabase"
//param1 = "100"
param1 = "-1" // param1 = "-1" Auto number
// param1 = "51605"
param1 = "-1" // "-1" Auto number
}
}
+WriteEoWoMsg = {