Skip to content

Commit f330fbd

Browse files
committed
[add] add IP address/Port input dialog for client.
1 parent a9e88b7 commit f330fbd

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

CSM-TCP-Router.vipb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-09-27 14:21:53" Modified_Date="2025-02-11 12:51:47" Creator="liyao" Comments="" ID="a144dac431fe012784c7183476beb2f4">
1+
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-09-27 14:21:53" Modified_Date="2025-02-13 11:09:15" Creator="liyao" Comments="" ID="5b9ce7589ab42f4a81209695e3e6a4fd">
22
<Library_General_Settings>
33
<Package_File_Name>NEVSTOP_lib_CSM_TCP_Router_Example</Package_File_Name>
44
<Library_Version>2025.2.0.2</Library_Version>
@@ -47,7 +47,8 @@ How to test it:
4747
<Copyright/>
4848
<Packager>NEVSTOP</Packager>
4949
<URL>https://github.com/NEVSTOP-LAB/CSM-TCP-Router-App</URL>
50-
<Release_Notes>[update] update connection information
50+
<Release_Notes>[add] add IP address/Port input dialog for client.
51+
[update] update connection information
5152
[update] update server/client VI icon
5253
[fix] type "bye", client will exit, as the connection will be closed from server side.
5354
[fix] minor fix. #5</Release_Notes>

src/Client/Client.vi

1.65 KB
Binary file not shown.
1.37 KB
Binary file not shown.
36 Bytes
Binary file not shown.

src/csm-app.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ WebServer.TcpAccess="c+*"
99
WebServer.ViAccess="+*"
1010
DebugServerEnabled=False
1111
DebugServerWaitOnLaunch=False
12+
IP Address = "localhost"
13+
Port = "50007"
1214

1315
[Server]
1416
Port = "50007"

0 commit comments

Comments
 (0)