Skip to content

Commit

Permalink
removed some libs and fastlane update
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneTinella committed Apr 6, 2020
1 parent c8e27c3 commit 062a171
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "org.twistedappdeveloper.opcclient"
minSdkVersion 17
targetSdkVersion 29
versionCode 15
versionName "1.0.8.2"
versionCode 16
versionName "1.0.8.3"
multiDexEnabled true
}
buildTypes {
Expand Down Expand Up @@ -44,9 +44,7 @@ dependencies {
implementation group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.13'

implementation group: 'commons-codec', name: 'commons-codec', version: '20041127.091804'
implementation files('libs/commons-logging-1.2.jar')

implementation files('libs/httpclient-4.5.6.jar')
implementation files('libs/opc-ua-stack-1.4.1.1-SNAPSHOT.jar')
implementation files('libs/opc-ua-stack-1.4.1.1-SNAPSHOT-sources.jar')

Expand Down
Binary file removed app/libs/commons-logging-1.2.jar
Binary file not shown.
Binary file removed app/libs/httpclient-4.5.6.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions fastlane/metadata/android/en-US/full_description.txt
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.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
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.

0 comments on commit 062a171

Please sign in to comment.