-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed some libs and fastlane update
- Loading branch information
1 parent
c8e27c3
commit 062a171
Showing
5 changed files
with
5 additions
and
7 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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Open Platform Communications (OPC) and OPC UA (Unified Architecture) are standards that facilitate the exchange of data between programmable logic controllers (PLC), human-machine interfaces (HMI), servers, clients and other machinery for the purpose of interconnectivity and circulation of information. This kind of interconnectivity and communication is obviously essential in a production plant, since there are numerous types of equipment, devices and machinery that measure process parameters, data, data or record it. | ||
|
||
This mobile application is a demo version developed to show the potential of the OPC UA standard. The app makes use of the official Java stack provided by the OPC Foundation at the following url: https://github.com/OPCFoundation/UA-Java-Legacy, this stack java is no longer supported today so the application may stop working in future release of the standard. In addition, the application uses a self-signed certificate, therefore problems may arise in the connection to servers that use Sign or Sign&Encrypt authentication. | ||
This mobile application is a demo version developed to show the potential of the OPC UA standard, you can read, set sensors and actuators with just a mobile App! | ||
The app makes use of the official Java stack provided by the OPC Foundation at the following url: https://github.com/OPCFoundation/UA-Java-Legacy, this stack java is no longer supported today so the application may stop working in future release of the standard. In addition, the application uses a self-signed certificate, therefore problems may arise in the connection to servers that use Sign or Sign&Encrypt authentication. |
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 |
---|---|---|
@@ -1 +1 @@ | ||
A simple Android OPC-UA Client | ||
A simple OPC-UA (Open Platform Communications Unified Architecture) Client. |