-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathio.github.shmmodbus.shm-modbus.metainfo.xml
More file actions
120 lines (118 loc) · 5.05 KB
/
io.github.shmmodbus.shm-modbus.metainfo.xml
File metadata and controls
120 lines (118 loc) · 5.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Nikolas Koesling <nikolas@koesling.info> -->
<component type="desktop-application">
<id>io.github.shmmodbus.shm-modbus</id>
<metadata_license>MIT</metadata_license>
<project_license>GPL-3.0-only</project_license>
<developer_name>Nikolas Koesling</developer_name>
<name>SHM Modbus</name>
<summary>Tools to simulate a Modbus client</summary>
<description>
<p>
Contains the following tools:</p>
<ul>
<li>dump-shm</li>
<li>write-shm</li>
<li>shared-mem-random</li>
<li>modbus-tcp-client-shm</li>
<li>modbus-rtu-client-shm</li>
<li>stdin-to-modbus-shm</li>
<li>shm-modbus-signal-gen</li>
<li>shm-modbus-gui</li>
<li>wago-modbus-coupler-shm</li>
<li>shm-format</li>
</ul>
</description>
<categories>
<category>Development</category>
</categories>
<keywords>
<keyword translate="no">Modbus</keyword>
<keyword translate="no">Modbus-TCP</keyword>
<keyword translate="no">Modbus-RTU</keyword>
<keyword translate="no">Modbus-Client</keyword>
<keyword translate="no">Modbus-Slave</keyword>
<keyword translate="no">SharedMemory</keyword>
<keyword translate="no">shm</keyword>
</keywords>
<url type="homepage">https://shmmodbus.github.io/</url>
<releases>
<release version="2.1.7" date="2026-04-22"/>
<release version="2.1.6" date="2025-07-13"/>
<release version="2.1.5" date="2025-07-12"/>
<release version="2.1.4" date="2025-07-11"/>
<release version="2.1.3" date="2024-08-17"/>
<release version="2.1.1" date="2024-05-19"/>
<release version="2.1.0" date="2024-05-15"/>
<release version="2.0.0" date="2024-03-27"/>
<release version="1.3.0" date="2024-01-21"/>
<release version="1.2.2" date="2023-12-12"/>
<release version="1.2.1" date="2023-07-18"/>
<release version="1.2.0" date="2023-06-30"/>
<release version="1.1.2" date="2023-06-29"/>
<release version="1.1.1" date="2023-06-29"/>
<release version="1.1.0" date="2023-06-29"/>
<release version="1.0.4" date="2023-06-23"/>
<release version="1.0.3" date="2022-12-06"/>
<release version="1.0.2" date="2022-09-30"/>
<release version="1.0.1" date="2022-09-02"/>
<release version="1.0.0" date="2022-08-19"/>
</releases>
<provides>
<binary>shm-modbus</binary>
<binary>modbus-tcp-client-shm</binary>
<binary>modbus-rtu-client-shm</binary>
<binary>dump-shm</binary>
<binary>write-shm</binary>
<binary>stdin-to-modbus-shm</binary>
<binary>shared-mem-random</binary>
<binary>shm-modbus-gui</binary>
<binary>shm-modbus-signal-gen</binary>
<binary>wago-modbus-coupler-shm</binary>
<binary>shm-format</binary>
</provides>
<launchable type="desktop-id">io.github.shmmodbus.shm-modbus.desktop</launchable>
<content_rating type="oars-1.1" />
<screenshots>
<screenshot type="default">
<caption>SHM Modbus GUI (Modbus Settings)</caption>
<image>https://shmmodbus.github.io/SHM_Modbus/assets/images/gui_main.png</image>
</screenshot>
<screenshot>
<caption>SHM Modbus GUI (Modbus Settings) (Dark Mode)</caption>
<image>https://shmmodbus.github.io/SHM_Modbus/assets/images/gui_main_dark.png</image>
</screenshot>
<screenshot>
<caption>SHM Modbus GUI (TCP)</caption>
<image>https://shmmodbus.github.io/SHM_Modbus/assets/images/gui_mbtcp.png</image>
</screenshot>
<screenshot>
<caption>SHM Modbus GUI (RTU)</caption>
<image>https://shmmodbus.github.io/SHM_Modbus/assets/images/gui_mbrtu.png</image>
</screenshot>
<screenshot>
<caption>Modbus Client</caption>
<image>https://shmmodbus.github.io/SHM_Modbus/assets/images/gui_mbtcp_client.png</image>
</screenshot>
<screenshot>
<caption>SHM Tools</caption>
<image>https://shmmodbus.github.io/SHM_Modbus/assets/images/gui_tools.png</image>
</screenshot>
<screenshot>
<caption>SHM Tool: Hexdump</caption>
<image>https://shmmodbus.github.io/SHM_Modbus/assets/images/hexdump.png</image>
</screenshot>
<screenshot>
<caption>SHM Tool: Randomize</caption>
<image>https://shmmodbus.github.io/SHM_Modbus/assets/images/randomize.png</image>
</screenshot>
<screenshot>
<caption>SHM Tool: Inspect Values</caption>
<image>https://shmmodbus.github.io/SHM_Modbus/assets/images/tool_inspect.png</image>
</screenshot>
<screenshot>
<caption>SHM Tool: Set Values</caption>
<image>https://shmmodbus.github.io/SHM_Modbus/assets/images/tool_set.png</image>
</screenshot>
</screenshots>
</component>