5,838
edits
m (→Running MX on Linux: Correcting heading levels) |
|||
=== Beta builds of MX ===
==== web sockets ====
Beta builds in MX version 3.0.0 had an optional parameter <code>sudo mono CumulusMX.exe -wsport nnnn</code> that determined which port (represented by a 4 digit number ''nnnn'') was used for '''Web Sockets'''.
That parameter is now deprecated as Web Sockets in all builds since 3045 uses the same port as the rest of the [[MX_Administrative_Interface#The_API_interface|Admin Interface]], see Port parameter below.
==== Debugging of data flow between station and MX====
Use '''sudo mono CumulusMX.exe -Logging=1''' (for the station to MX transfers to have increased debugging logging).
Use of this is explained next. The parameter syntax is <code>sudo mono CumulusMX.exe -service</code>
If you have installed MX release 3.8.0 or later, you can set up MX to run as a service.
If you upgrade to a new release, the file in EXISTING PATH will be overwritten, but the critical file in "/etc/sytemd/system" will not be affected.
If you want MX to automatically start when your Linux computer is booted, just type <code>sudo systemctl enable cumulusmx</code> once, and it will be activated on each reboot.
This is alternative to the running as service as described above.
|
edits