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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
# CSK_Module_[MODULENAME]
1
+
# CSK_Module_MultiUDPSocket
2
2
## INFO: Draft version. Not further developed / tested so far! Check for available GitHub forks of this repository to see latest updates.
3
3
4
-
Module / Application to provide [...] functionality.
4
+
Module to provide UDP socket functionality.
5
5
6
6
*If available, please also add a screenshot/gif of the UI of the module here placed within /docu/media/ (see code)*
7
7

8
8
9
9
## How to Run
10
10
11
11
[***...please fill with informations...***]
12
-
For further information check out the [documentation](https://raw.githack.com/SICKAppSpaceCodingStarterKit/CSK_Module_[MODULENAME]/main/docu/CSK_Module_[MODULENAME].html) in the folder "docu".
12
+
For further information check out the [documentation](https://raw.githack.com/SICKAppSpaceCodingStarterKit/CSK_Module_MultiUDPSocket/main/docu/CSK_Module_MultiUDPSocket.html) in the folder "docu".
13
13
14
14
## Information
15
15
@@ -23,11 +23,11 @@ Following CSK modules are used for this application via Git subtrees and should
23
23
24
24
* CSK_Module_XYZ (release/tag v1.2.3)
25
25
26
-
This application / module is part of the SICK AppSpace Coding Starter Kit developing approach.
26
+
This module is part of the SICK AppSpace Coding Starter Kit developing approach.
27
27
It is programmed in an object oriented way. Some of the modules use kind of "classes" in Lua to make it possible to reuse code / classes in other projects.
28
28
In general it is not neccessary to code this way, but the architecture of this app can serve as a sample to be used especially for bigger projects and to make it easier to share code.
29
29
Please check the [documentation](https://github.com/SICKAppSpaceCodingStarterKit/.github/blob/main/docu/SICKAppSpaceCodingStarterKit_Documentation.md) of CSK for further information.
0 commit comments