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
view of the <b>DV_WiFi_Config.h</b> file and clicking on the test or hovering a mouse pointer over it.
58
+
view of the **DV_WiFi_Config.h** file and clicking on the test or hovering a mouse pointer over it.
60
59
61
60
*/
62
61
@@ -67,15 +66,10 @@ view of the <b>DV_WiFi_Config.h</b> file and clicking on the test or hovering a
67
66
\ingroup dv_wifi
68
67
69
68
The \b SockServer is an application providing a set of services used by the WiFi CMSIS-Driver Validation suite to test the
70
-
Socket interface of the WiFi driver. It is located in the <b>.\\Tools\\SockServer</b> subdirectory of the pack root directory.
69
+
Socket interface of the WiFi driver. It is located in the **`<pack installation root>/Tools/SockServer`** subdirectory of the pack root directory.
71
70
The SockServer is available for different target systems. It runs several standard network services.
72
71
73
-
The SockServer is available for following target systems:
74
-
- <b>Personal Computer</b> running Microsoft Windows (executable located in <b>.\\Tools\\SockServer\\PC\\Win</b>)
75
-
- <b>Keil MCB4300</b> evaluation board (µVision project located in <b>.\\Tools\\SockServer\\Embedded\\MDK\\Board\\MCB4300</b>)
76
-
- <b>Keil MCBSTM32F400</b> evaluation board (µVision project located in <b>.\\Tools\\SockServer\\Embedded\\MDK\\Board\\MCBSTM32F400</b>)
77
-
78
-
\note To run SockServer in an embedded system, you need a license for MDK-Professional (for the MDK-Middleware Network component).
72
+
The **SockServer** is available for **Personal Computer** running Microsoft Windows (executable located in **`<pack installation root>/Tools/SockServer/PC/Win`**).
79
73
80
74
The following services are available by SockServer:
81
75
- \b Echo service on port \token{7}, TCP and UDP
@@ -89,26 +83,24 @@ The following services are available by SockServer:
89
83
- \b Telnet service on port \token{23}
90
84
\n (SockServer status monitoring service)
91
85
92
-
\note SockServer provides the Telnet service only in embedded systems.
93
-
94
86
\section sockserver_pc SockServer for PC running Microsoft Windows
95
87
96
88
\b Requirements:
97
89
- Personal Computer running Microsoft Windows
98
90
- PC connection to local network
99
91
100
-
SockServer is already built and can be executed by running the SockServer.exe file in <b>.\\Tools\\SockServer\\PC\\Win</b>
92
+
SockServer is already built and can be executed by running the **SockServer.exe** file in **`<pack installation root>/Tools/SockServer/PC/Win`**.
101
93
102
94
If you need to change the functionality of SockServer, source files and a batch script for building the executable are
103
-
available in <b>.\\Tools\\SockServer\\PC\\Win</b>.
95
+
available in **`<pack installation root>/Tools/SockServer/PC/Win`**.
104
96
105
97
\note
106
98
- SockServer build process requires Minimalist GNU for Windows (MinGW).
107
99
- To build the SockServer executable for Windows, follow these steps:
108
100
- Download and install MinGW from https://winlibs.com/
109
101
- Set environment path in Microsoft Windows as explained under Usage heading on https://winlibs.com/#usage
110
-
- Run <b>Build.bat</b> located in <b>.\\Tools\\SockServer\\PC\\Win</b> which will result in an executable that is located in
111
-
<b>.\\Tools\\SockServer\\PC\\Win</b>
102
+
- Run **Build.bat** located in **`<pack installation root>/Tools/SockServer/PC/Win`** which will result in an executable that is located
103
+
in **`<pack installation root>/Tools/SockServer/PC/Win`**
0 commit comments