MX on Windows OS: Difference between revisions

73 bytes removed ,  09:50, 11 April 2021
m
→‎CumulusMX.exe: removing further references to sudo mono
m (→‎Parameter for changing Locale: cut (not written for Windows))
m (→‎CumulusMX.exe: removing further references to sudo mono)
Line 184: Line 184:
== CumulusMX.exe ==
== CumulusMX.exe ==


Whilst effectively MX is run by a '''CumulusMX.exe''' or '''sudo mono CumulusMX.exe''' depending on device, you actually need to ensure all the other components are loaded, so you either have a package that runs it for you, or you click a shortcut that includes the necessary path setting.
Whilst effectively MX is run by a '''CumulusMX.exe''', you actually need to ensure all the other components are loaded, so you either have a package that runs it for you, or you click a shortcut that includes the necessary path setting.


=== Optional parameters to add to the instruction to run the MX engine ===
=== Optional parameters to add to the instruction to run the MX engine ===
Line 193: Line 193:


When Cumulus starts, it will display the URL of the user interface. It runs on port 8998 by default; if this is not suitable for some reason you can over-ride it using the '-port' parameter on the command line, e.g. to use port 9999 instead:
When Cumulus starts, it will display the URL of the user interface. It runs on port 8998 by default; if this is not suitable for some reason you can over-ride it using the '-port' parameter on the command line, e.g. to use port 9999 instead:
<pre>sudo mono CumulusMX.exe -port 9999</pre>
<pre>CumulusMX.exe -port 9999</pre>


==== Parameter for adding debugging ====
==== Parameter for adding debugging ====
Line 203: Line 203:
You can also add  '''CumulusMX.exe -debug''' (to have full debugging of actions by MX turned on as MX starts), and/or '''CumulusMX.exe -Logging=1''' (for the station to MX transfers to have increased debugging logging).  
You can also add  '''CumulusMX.exe -debug''' (to have full debugging of actions by MX turned on as MX starts), and/or '''CumulusMX.exe -Logging=1''' (for the station to MX transfers to have increased debugging logging).  


<pre>sudo mono CumulusMX.exe -debug -Logging=1</pre>
<pre>CumulusMX.exe -debug -Logging=1</pre>


Since this parameter is applied when you start MX, it applies while MX continues to run. Obviously, it must be applied every time you start MX if you want this increased level of logging to continue every time you restart MX.
Since this parameter is applied when you start MX, it applies while MX continues to run. Obviously, it must be applied every time you start MX if you want this increased level of logging to continue every time you restart MX.
5,838

edits