File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,14 @@ This option cannot be used with flatpaks.
7676setcap 'cap_net_bind_service=+ep' /path/to/binary
7777```
7878
79+ ## Install
7980
80- ## Using the Flatpak package
81+ ### Using the Modbus Collection Flapak Package: Shared Memory Modbus (recommended)
82+ [ SHM-Modbus] ( https://nikolask-source.github.io/SHM_Modbus/ ) is a collection of the shared memory modbus tools.
83+ It is available as flatpak and published on flathub as ``` network.koesling.shm-modbs ``` .
84+
85+
86+ ### Using the Standalone Flatpak Package
8187The flatpak package can be installed via the .flatpak file.
8288This can be downloaded from the GitHub [ projects release page] ( https://github.com/NikolasK-source/modbus_tcp_client_shm/releases ) :
8389
@@ -94,7 +100,7 @@ To enable calling with ```modbus-tcp-client-shm``` [this script](https://gist.gi
94100In order to be executable everywhere, the path in which the script is placed must be in the ``` PATH ``` environment variable.
95101
96102
97- ## Build from Source
103+ ### Build from Source
98104
99105The following packages are required for building the application:
100106- cmake
You can’t perform that action at this time.
0 commit comments