@@ -62,8 +62,7 @@ setcap 'cap_net_bind_service=+ep' /path/to/binary
62
62
63
63
## Using the Flatpak package
64
64
The flatpak package can be installed via the .flatpak file.
65
- This can be downloaded from the GitHub project page:
66
- https://github.com/NikolasK-source/modbus_tcp_client_shm/releases
65
+ This can be downloaded from the GitHub [ projects release page] ( https://github.com/NikolasK-source/modbus_tcp_client_shm/releases ) :
67
66
68
67
```
69
68
flatpak install --user modbus-tcp-client-shm.flatpak
@@ -74,8 +73,7 @@ The application is then executed as follows:
74
73
flatpak run network.koesling.modbus-tcp-client-shm
75
74
```
76
75
77
- To enable calling with ``` modbus-tcp-client-shm the ``` following script can be used:
78
- https://gist.github.com/NikolasK-source/f0ef53fe4be7922901a1543e3cce8a97
76
+ To enable calling with ``` modbus-tcp-client-shm ``` [ this script] ( https://gist.github.com/NikolasK-source/f0ef53fe4be7922901a1543e3cce8a97 ) can be used.
79
77
In order to be executable everywhere, the path in which the script is placed must be in the ``` PATH ``` environment variable.
80
78
81
79
@@ -106,26 +104,17 @@ The binary is located in the build directory.
106
104
## Links to related projects
107
105
108
106
### General Shared Memory Tools
109
- #### Shared Memory Dump
110
- https://nikolask-source.github.io/dump_shm/
111
-
112
- #### Shared Memory Write
113
- https://nikolask-source.github.io/write_shm/
114
-
115
- #### Shared Memory Random
116
- https://nikolask-source.github.io/shared_mem_random/
107
+ - [ Shared Memory Dump] ( https://nikolask-source.github.io/dump_shm/ )
108
+ - [ Shared Memory Write] ( https://nikolask-source.github.io/write_shm/ )
109
+ - [ Shared Memory Random] ( https://nikolask-source.github.io/shared_mem_random/ )
117
110
118
111
### Modbus Clients
119
- - ** RTU: ** https://nikolask-source.github.io/modbus_rtu_client_shm/
120
- - ** TCP: ** https://nikolask-source.github.io/modbus_tcp_client_shm/
112
+ - [ RTU] ( https://nikolask-source.github.io/modbus_rtu_client_shm/ )
113
+ - [ TCP] ( https://nikolask-source.github.io/modbus_tcp_client_shm/ )
121
114
122
115
### Modbus Shared Memory Tools
123
-
124
- #### STDIN to Modbus
125
- https://nikolask-source.github.io/stdin_to_modbus_shm/
126
-
127
- #### Float converter
128
- https://nikolask-source.github.io/modbus_conv_float/
116
+ - [ STDIN to Modbus] ( https://nikolask-source.github.io/stdin_to_modbus_shm/ )
117
+ - [ Float converter] ( https://nikolask-source.github.io/modbus_conv_float/ )
129
118
130
119
131
120
## License
0 commit comments