You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
3
3
A collection of tools for configuring Profinet devices on Linux based systems.
4
4
Uses libpcap library for creating Ethernet frames.
5
5
6
-
## Usage
6
+
## Usage: pntool
7
7
8
+
### pntool search
8
9
```
9
10
Search for Profinet devices on the network.
10
11
Usage: pntool search [OPTIONS]
@@ -16,6 +17,24 @@ Options:
16
17
17
18
```
18
19
20
+
### pntool configure
21
+
```
22
+
Configure Profinet devices on the network.
23
+
Usage: pntool configure [OPTIONS] device
24
+
25
+
Positionals:
26
+
device REQUIRED The current name of the device to configure
27
+
28
+
Options:
29
+
-h,--help Print this help message and exit
30
+
-t,--timeout INT Time to search for devices in milliseconds
31
+
-n,--name TEXT Set a new name for the device
32
+
-i,--ip TEXT New IP Address
33
+
-s,--subnet TEXT New Subnet Mask
34
+
-g,--gateway TEXT New Gateway Address
35
+
36
+
```
37
+
19
38
## Building
20
39
21
40
Uses CMake as build system.
@@ -29,4 +48,5 @@ make
29
48
30
49
## Licensing
31
50
32
-
This software is open-source and free to use as specified in the GPLv3 license. However, commercial use of this software is only allowed with explicit permission from the author.
51
+
This software is open-source and free to use as specified in the GPLv3 license for **non-commercial** use only.
52
+
Permission for commercial use require explicit permission of the author.
0 commit comments