...
A cause for this will usually be found in the log file, found in the Logs folder within the Trebuchet exe folder. The log file will usually indicate the exact location of any syntax errors. Another common error is to mistype the name of a field, resulting in an error message referencing a mis-matched constructor.The config file itself consists of two sections:
Connection Details
...
Connection Details
The first section of an appConfiguration.json file, ConnectionConfig, instructs the app on how to listen for radar discovery data for the Radar Discovery section. For example:
...
DiscoveryInterface: The IP Address address of the receiving machine (Ii.Ee. The the PC being used).
DiscoveryPublishPeriod: The time, in milliseconds, between publication of received discovery messages.
...
Once a group is selected, its constituent parameters are displayed to you.
Special Treatment of Ipaddress and Port Parameters
...