Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
opcua-cloning
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yogesh.m
opcua-cloning
Commits
99b8a4d4
Commit
99b8a4d4
authored
Mar 15, 2023
by
yogesh.m
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
ac715366
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
main.py
main.py
+2
-2
No files found.
main.py
View file @
99b8a4d4
...
...
@@ -129,9 +129,9 @@ class App(tk.Frame):
Endpoint_Url
=
self
.
url_entry
.
get
()
Namespace_Server
=
self
.
namespace_entry
.
get
()
udp_hash_receiver_ip
=
self
.
udp_hash_receiver_ip_entry
.
get
()
udp_hash_receiver_port
=
self
.
udp_hash_receiver_port_entry
.
get
(
)
udp_hash_receiver_port
=
int
(
self
.
udp_hash_receiver_port_entry
.
get
()
)
localIP
=
self
.
udp_ip_entry
.
get
()
localPort
=
self
.
udp_port_entry
.
get
(
)
localPort
=
int
(
self
.
udp_port_entry
.
get
()
)
status
=
receive_main
(
Endpoint_Url
,
Namespace_Server
,
udp_hash_receiver_ip
,
udp_hash_receiver_port
,
localIP
,
localPort
)
def
back_of_send
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment