-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Machine-to-Machine-framework- | ||
Machine to Machine communication framework using OPC UA (Python Server-Client) | ||
|
||
This code contains the desktop framework for estabishing Machine to Machine communication using python. | ||
|
||
It utilises Tkinter and OPC UA framework to develope this windows application. | ||
|
||
This framework uses the client instances which can establish an connection with more than two servers at an instant and it can automatically fetch the device tag associated with the servers. | ||
|
||
|
||
|
||
Drawback: | ||
It is developed only to fetch the device tags from namespace syntax for integers i.e. (ns=2;i=##). However, the code can amended based on the users need. |