MX on Linux: Difference between revisions

No change in size ,  08:10, 3 July 2021
m
→‎Running MX on Linux: Correcting heading levels
m (→‎Running MX on Linux: Correcting heading levels)
Line 370: Line 370:




== Beta builds of MX ==
=== Beta builds of MX ===


=== web sockets ===
==== 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'''.  
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'''.  
Line 380: Line 380:
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.  
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===
==== 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 '''sudo mono CumulusMX.exe -Logging=1''' (for the station to MX transfers to have increased debugging logging).  
Line 428: Line 428:
Use of this is explained next.  The parameter syntax is <code>sudo mono CumulusMX.exe -service</code>
Use of this is explained next.  The parameter syntax is <code>sudo mono CumulusMX.exe -service</code>


=== Setting up as a service ===
== Setting up as a service ==


If you have installed MX release 3.8.0 or later, you can set up MX to run as a service.
If you have installed MX release 3.8.0 or later, you can set up MX to run as a service.
Line 450: Line 450:
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 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.


===Running as a service===
==Running as a service==


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.
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.
Line 461: Line 461:




=== Running with a terminal session left open ===
== Running with a terminal session left open ==


This is alternative to the running as service as described above.
This is alternative to the running as service as described above.
5,838

edits