You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/11/21 10:13:40 UTC

[incubator-plc4x] branch develop updated: - Removed the LICENSE file addition - Updated the README.md

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new cc4cf37  - Removed the LICENSE file addition - Updated the README.md
cc4cf37 is described below

commit cc4cf37c932fb86dcbc6d82cc111d445e2e3cec3
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Nov 21 11:13:37 2018 +0100

    - Removed the LICENSE file addition
    - Updated the README.md
---
 examples/hello-cloud-google/README.md                      | 14 +++++++-------
 .../src/remote-resources/META-INF/LICENSE                  |  6 ------
 2 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/examples/hello-cloud-google/README.md b/examples/hello-cloud-google/README.md
index 42f5f71..4f948fc 100644
--- a/examples/hello-cloud-google/README.md
+++ b/examples/hello-cloud-google/README.md
@@ -16,7 +16,7 @@
   limitations under the License.
 
 -->
-# Plc to Goolgle IoT Core Adapter
+# Plc to Google IoT Core Adapter
 
 This Adapter opens a MQTT Bridge to Google Cloud IoT Core.
 
@@ -27,11 +27,11 @@ https://cloud.google.com/iot/docs/how-tos/devices
 Then, you can run the PlcToGoogleIoTCoreSample to connect tho google and send some values into the cloud.
 Some sample arguments:
 
-    -project_id=myprojectname
-    -registry_id=plc4x-test
-    -cloud_region=europe-west1
-    -device_id=plc4x-test-device
-    -private_key_file=../../../rsa_private_pkcs8
+    -project-id=myprojectname
+    -registry-id=plc4x-test
+    -cloud-region=europe-west1
+    -device-id=plc4x-test-device
+    -private-key-file=../../../rsa_private_pkcs8
     -algorithm=RS256
 
 Some documentation can be found here:
@@ -39,7 +39,7 @@ https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/iot/api-cli
 This code was adapted from:
 https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/iot/api-client/manager#cloud-iot-core-java-mqtt-example
 
-To retrive the messages, you can subscribe to Cloud Pub/Sub.
+To retrieve the messages, you can subscribe to Cloud Pub/Sub.
 For example, you could install the google cloud sdk (gcloud) and run:
 
     gcloud auth login
diff --git a/examples/hello-cloud-google/src/remote-resources/META-INF/LICENSE b/examples/hello-cloud-google/src/remote-resources/META-INF/LICENSE
deleted file mode 100644
index 1411398..0000000
--- a/examples/hello-cloud-google/src/remote-resources/META-INF/LICENSE
+++ /dev/null
@@ -1,6 +0,0 @@
-
-===============================================================
-
-The File:
-src/main/java/org/apache/plc4x/java/examples/google/iotcore/MqttExampleOptions.java
-Is copyright by Google and is distributed under the Apache 2.0 License
\ No newline at end of file