Initial LMEMoxaTransfer application

This commit is contained in:
Livio Merola
2026-07-24 09:11:00 +02:00
commit dee8e930ea
25 changed files with 2217 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

+28
View File
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<assemblyIdentity name="LMEMoxaTransfer.application" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="Compomac SPA" co.v1:suiteName="Compomac SPA" asmv2:product="LMEMoxaTransfer" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="true" mapFileExtensions="true">
<subscription>
<update>
<beforeApplicationStartup />
</update>
</subscription>
<deploymentProvider codebase="https://gitea.lmcloud.it/livio/LMEMoxaTransfer/raw/branch/main/clickonce/LMEMoxaTransfer.application" />
</deployment>
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
<framework targetVersion="4.5" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="LMEMoxaTransfer.dll.manifest" size="4831">
<assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>oi5lS/pRUXMeVYsdA+pak8lcLEA7jh6YsTIU0y/JugE=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
</asmv1:assembly>
+23
View File
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"LMEMoxaTransfer/1.0.0": {
"runtime": {
"LMEMoxaTransfer.dll": {}
}
}
}
},
"libraries": {
"LMEMoxaTransfer/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file not shown.
+93
View File
@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<asmv1:assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<description asmv2:iconFile="Assets\app-icon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="Launcher" version="8.0.0.0" language="neutral" processorArchitecture="msil" />
<commandLine file="Launcher.exe" parameters="" />
</entryPoint>
<trustInfo>
<security>
<applicationRequestMinimum>
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
<defaultAssemblyRequest permissionSetReference="Custom" />
</applicationRequestMinimum>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!--
Opzioni manifesto Controllo dell'account utente
Se si vuole modificare il livello di Controllo dell'account utente di Windows, sostituire il
nodo requestedExecutionLevel con uno dei seguenti.
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
Se si vuole usare Virtualizzazione file system e registro di sistema per la
compatibilità con le versioni precedenti, eliminare il nodo requestedExecutionLevel.
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentOS>
<osVersionInfo>
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
</osVersionInfo>
</dependentOS>
</dependency>
<dependency>
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Launcher.exe" size="16384">
<assemblyIdentity name="Launcher" version="8.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>3v/2JePabKRfZ0iw+t9nxGWMYs3Sn5Xy0OtlTNlsovs=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<file name="Assets\app-icon.ico" size="9868">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>NM9t8/K8+c6z60ZCFceDhUGaGAJUWggXZzYw0ap3wbk=</dsig:DigestValue>
</hash>
</file>
<file name="Assets\app-icon.png" size="9846">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>vrKGEd9S1kba0lj1Dse7EraF35cGx7P3QeERgj0t9sQ=</dsig:DigestValue>
</hash>
</file>
<file name="LMEMoxaTransfer.dll" size="70656">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>jNXxFh3PRnxb5zDA++I58M/QVn1Fk7FQXBvcrYmB17w=</dsig:DigestValue>
</hash>
</file>
<file name="LMEMoxaTransfer.exe" size="161280">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>XHvEaaUXpCqo4cYw+kX/5yHnVAqbvb/DMqmvXo45vr8=</dsig:DigestValue>
</hash>
</file>
</asmv1:assembly>
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,20 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}
Binary file not shown.
+129
View File
@@ -0,0 +1,129 @@
{
"AdminPasswordHash": "NZHINCSfx8Y4PePhYcXhbf/psJfiBfrDWRO0AgGnfE0=",
"AdminPasswordSalt": "QY9k9R4AmZvvj13geQ9N8A==",
"DefaultCompany": "SECUREX",
"MonitorRefreshSeconds": 30,
"LastReceiveDirectory": "",
"DefaultSettings": {
"Port": 10001,
"ConnectionTimeoutSeconds": 10,
"ReceiveIdleTimeoutSeconds": 15,
"SendTerminator": "%",
"LineDelayMs": 100,
"CharDelayMs": 10,
"LinePaced": true,
"CharPaced": false,
"BlockPaced": false,
"BlockSizeBytes": 32,
"BlockDelayMs": 100,
"WaitBeforeSendSeconds": 2,
"WaitAfterSendSeconds": 2
},
"Companies": [
{
"Name": "SECUREX",
"Machines": [
{
"Name": "M4 - N2LB 300",
"IpMoxa": "192.168.0.101",
"IpMachineWise": "192.168.0.214",
"Note": "OSP-U100L"
},
{
"Name": "M5 - N3LB 300",
"IpMoxa": "192.168.0.146",
"IpMachineWise": "192.168.0.47",
"Note": "OSP-E100L"
},
{
"Name": "M8 - CENTRO OKUMA",
"IpMoxa": "192.168.0.113",
"IpMachineWise": "192.168.0.68",
"Note": "OSP-P200M"
},
{
"Name": "M11 - TORNIO OKUMA LB25I-N",
"IpMoxa": "192.168.0.88",
"IpMachineWise": "192.168.0.223",
"Note": ""
},
{
"Name": "M12 - TORNIO OKUMA LB 400",
"IpMoxa": "192.168.0.99",
"IpMachineWise": "192.168.0.66",
"Note": ""
}
]
},
{
"Name": "EMILIA",
"Machines": [
{
"Name": "M1",
"IpMoxa": "192.168.30.8",
"IpMachineWise": "192.168.30.221",
"Note": ""
},
{
"Name": "M2",
"IpMoxa": "192.168.30.9",
"IpMachineWise": "192.168.30.222",
"Note": ""
},
{
"Name": "M3",
"IpMoxa": "192.168.30.10",
"IpMachineWise": "192.168.30.223",
"Note": ""
},
{
"Name": "M4 - CENTRO LAVORO OKUMA",
"IpMoxa": "192.168.30.11",
"IpMachineWise": "192.168.30.224",
"Note": ""
},
{
"Name": "M5",
"IpMoxa": "192.168.30.12",
"IpMachineWise": "192.168.30.225",
"Note": ""
},
{
"Name": "M6",
"IpMoxa": "192.168.30.13",
"IpMachineWise": "192.168.30.226",
"Note": ""
}
]
},
{
"Name": "SMART",
"Machines": [
{
"Name": "M1",
"IpMoxa": "192.168.35.10",
"IpMachineWise": "192.168.35.212",
"Note": ""
},
{
"Name": "M2",
"IpMoxa": "192.168.35.11",
"IpMachineWise": "192.168.35.211",
"Note": ""
},
{
"Name": "M3",
"IpMoxa": "192.168.35.12",
"IpMachineWise": "192.168.35.213",
"Note": ""
},
{
"Name": "M4 - CENTRO LAVORO OKUMA",
"IpMoxa": "192.168.35.13",
"IpMachineWise": "192.168.35.214",
"Note": ""
}
]
}
]
}