apiotics_aws_iot_client 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +7 -0
  2. data/CODE_OF_CONDUCT.md +13 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE +201 -0
  5. data/README.md +207 -0
  6. data/Rakefile +6 -0
  7. data/apiotics-aws-iot-client-1.0.0.gem +0 -0
  8. data/apiotics_aws_client-1.0.1.gem +0 -0
  9. data/apiotics_aws_iot_client.gemspec +40 -0
  10. data/bin/console +11 -0
  11. data/bin/setup +7 -0
  12. data/codeclimate.yml +6 -0
  13. data/lib/aws_iot_device.rb +8 -0
  14. data/lib/aws_iot_device/mqtt_adapter.rb +31 -0
  15. data/lib/aws_iot_device/mqtt_adapter/client.rb +207 -0
  16. data/lib/aws_iot_device/mqtt_adapter/paho_mqtt_adapter.rb +207 -0
  17. data/lib/aws_iot_device/mqtt_adapter/ruby_mqtt_adapter.rb +183 -0
  18. data/lib/aws_iot_device/mqtt_shadow_client.rb +7 -0
  19. data/lib/aws_iot_device/mqtt_shadow_client/json_payload_parser.rb +34 -0
  20. data/lib/aws_iot_device/mqtt_shadow_client/mqtt_manager.rb +201 -0
  21. data/lib/aws_iot_device/mqtt_shadow_client/shadow_action_manager.rb +318 -0
  22. data/lib/aws_iot_device/mqtt_shadow_client/shadow_client.rb +118 -0
  23. data/lib/aws_iot_device/mqtt_shadow_client/shadow_topic_manager.rb +75 -0
  24. data/lib/aws_iot_device/mqtt_shadow_client/token_creator.rb +36 -0
  25. data/lib/aws_iot_device/mqtt_shadow_client/topic_builder.rb +35 -0
  26. data/lib/aws_iot_device/version.rb +3 -0
  27. data/samples/config_shadow.rb +72 -0
  28. data/samples/mqtt_client_samples/mqtt_client_samples.rb +38 -0
  29. data/samples/shadow_action_samples/sample_shadow_action_update.rb +25 -0
  30. data/samples/shadow_client_samples/samples_shadow_client_block.rb +25 -0
  31. data/samples/shadow_client_samples/samples_shadow_client_delete.rb +24 -0
  32. data/samples/shadow_client_samples/samples_shadow_client_description.rb +64 -0
  33. data/samples/shadow_client_samples/samples_shadow_client_get.rb +23 -0
  34. data/samples/shadow_client_samples/samples_shadow_client_getting_started.rb +22 -0
  35. data/samples/shadow_client_samples/samples_shadow_client_update.rb +30 -0
  36. data/samples/shadow_topic_samples/sample_topic_manager.rb +26 -0
  37. metadata +217 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9dcf9447f54d144c79fbc9aa1935c73e8e1c7e98
4
+ data.tar.gz: 72f4d3bfd7908fe2428125bd6b72b553b60c3607
5
+ SHA512:
6
+ metadata.gz: 1e64f22d198216bd8f813252aa2dad798fd4346e4d0079b4f9510cafd53644ad3d25c055a2aad10f68565289678166226e4b5bb40fef06ffc5281ad660e527df
7
+ data.tar.gz: d454649ee4bb8e9944c4ccca8ed9c31ec63087b8a3096f9a4661051a200f73e0afe3f1288ed3d4ea9a569f0fddbd14889a9d7b2e6fb229f0a5b6d988b57b26e9
@@ -0,0 +1,13 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
6
+
7
+ Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
+
9
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
+
11
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
+
13
+ This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in aws_iot.gemspec
4
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "{}"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2016 Ruby Development Inc.
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -0,0 +1,207 @@
1
+ <a href="https://codeclimate.com/repos/57d10b3aaee68e0a2d0016b7/feed"><img src="https://codeclimate.com/repos/57d10b3aaee68e0a2d0016b7/badges/aad862afb3ada6425b90/gpa.svg" /></a>
2
+ [![Dependency Status](https://gemnasium.com/badges/github.com/RubyDevInc/aws-iot-device-sdk-ruby.svg)](https://gemnasium.com/github.com/RubyDevInc/aws-iot-device-sdk-ruby)
3
+ [![Gem Version](https://badge.fury.io/rb/aws_iot_device.svg)](https://badge.fury.io/rb/aws_iot_device)
4
+
5
+ # AWS IoT Device SDK for Ruby
6
+
7
+ ## Contents
8
+ * [Dependencies](#dependencies)
9
+ * [Overview](#overview)
10
+ * [Installation](#installation)
11
+ * [Usage](#usage)
12
+ * [Getting started](#getting-started)
13
+ * [Sample files](#sample-files)
14
+ * [API Description](#api-description)
15
+ * [Shadow Client](#shadow-client)
16
+ * [Connection Mode](#connection-mode)
17
+ * [MQTT Adapter](#mqtt-adapter)
18
+ * [License](#license)
19
+ * [Contact](#contact)
20
+
21
+ ## Dependencies
22
+ Ruby gems:
23
+ - ruby >= 2.2
24
+ - mqtt >= 0.0.2
25
+ - json >= 2.0
26
+ - facets >= 3.1
27
+ - timers >= 4.1
28
+ - paho-mqtt >= 0.0.2
29
+
30
+ ## Overview
31
+ `aws_iot_device` is a gem that enables a remote client to communicate with the AWS IoT platform. The AWS IoT platform allows to register a device as a `thing`. The status of each `thing` is stored in a json format, referred as the `shadow` of a `thing`. The SDK uses the MQTT protocol to control the `thing` registered on the AWS IoT platform. The MQTT protocol is a lightweight protocol used to exchange short messages between a client and a message broker. The message broker is located on the AWS IoT platform, and the client is included in the `aws_iot_device` gem, the default client is the `paho-mqtt`. The `paho-mqtt` client has a MQTT API and a callback system to handle the events trigger by the mqtt packages.
32
+
33
+ ## Installation
34
+ The gem is currentely in its first version, key features are available but any improvements is welcomed.
35
+ There are two ways to install the gem, from [rubygems](https://rubygems.org/gems/aws_iot_device) or directly from [sources](https://github.com/RubyDevInc/aws-iot-device-sdk-ruby).
36
+ - From RubyGems:
37
+ The gem may be find on [RubyGems](https://rubygems.org/gems/aws_iot_device) and installed with the following command:
38
+ ```
39
+ gem install aws_iot_device
40
+ ```
41
+
42
+ - From sources:
43
+
44
+ The gem could be download and installed manually:
45
+
46
+ ```
47
+ git clone https://github.com/RubyDevInc/aws-iot-device-sdk-ruby.git
48
+ cd aws-iot-device-sdk-ruby
49
+ bundle install
50
+ ```
51
+ ## Usage
52
+ ### Getting started
53
+ The following example is a strait-forward way for using shadows. Check at the samples files for more detailed usage.
54
+ ```ruby
55
+ require "aws_iot_device"
56
+
57
+ host = "AWS IoT endpoint"
58
+ port = 8883
59
+ thing = "Thing Name"
60
+
61
+ root_ca_path = "Path to your CA certificate"
62
+ private_key_path = "Path to your private key"
63
+ certificate_path = "Path to your certificate"
64
+
65
+ shadow_client = AwsIotDevice::MqttShadowClient::ShadowClient.new
66
+ shadow_client.configure_endpoint(host, port)
67
+ shadow_client.configure_credentials(root_ca_path, private_key_path, certificate_path)
68
+ shadow_client.create_shadow_handler_with_name(thing, true)
69
+
70
+ shadow_client.connect
71
+ shadow_client.get_shadow do |message|
72
+ # Do what you want with the get_shadow's answer
73
+ # ...
74
+ p ":)"
75
+ end
76
+ sleep 2 #Timer to ensure that the answer is received
77
+
78
+ shadow_client.disconnect
79
+ ```
80
+
81
+ ### Sample files
82
+ Once you have cloned the current repository the several samples files provide test on the API a multiple levels.
83
+ The shadow examples could be run with the following command :
84
+ ```
85
+ ruby samples/shadow_client_samples/samples_shadow_client_xxx.rb -c "CERTIFICATE PATH" -k "PRIVATE KEY PATH" -a "CA CERTIFICATE PATH" -H "AWS IOT ENDPOINT" -t "THING NAME"
86
+ ```
87
+
88
+ ## API Description
89
+ Thank you very much for your interst in the `aws_iot_device` gem. The following part details all the features available with the SDK.
90
+
91
+ ### Shadow Client
92
+ The shadow client API provide the key functions to control a thing/shadow on the Aws IoT platform. The methods contain in the API could be seperate in three differents roles, the configuration roles, the communication roles, and the treatements roles.
93
+
94
+ #### Configuration role
95
+ The Shadow client initializer would create the mqtt client used by the shadow client to communicate with the remote host. The parameters available on the initialization depend on the type of the chosen mqtt client. The default mqtt client type is the paho_client, the availables parameters are detailed in `paho-mqtt` gem [page](https://github.com/RubyDevInc/paho.mqtt.ruby#initialization).
96
+
97
+ The remote host(endpoint) and port could be configured with the following method:
98
+ ```
99
+ shaadow_client.configure_endpoint(host, port)
100
+ ```
101
+
102
+ The encryption configuration could be done with the following method:
103
+ ```
104
+ shadow_client.configure_credentials(root_ca_path, private_key_path, certificate_path)
105
+ ```
106
+
107
+ The thing where the client would connect is done by the following method. The persitent_subscribe attribute is a boolean that would prevent the client to unsubscribe to the mqtt topic after every action. As the susbcription require a short time, for performace issues it might usefull to keep subscribed (default is `false`).
108
+ ```
109
+ shadow_client.create_shadow_handler_with_name(thing, persistent_subscribe)
110
+
111
+ ```
112
+
113
+ Finally, the connect method enable to send a connect request and (re)define some attributes threw a `Hash`. The available parameter are `:host`, `:port`, `:keep_alive`, `:persitent` and `:blocking`. `:persistent` and `:blocking` are detailed in the connection mode [section](#connection-mode)
114
+ ```
115
+ shadow_client.connect
116
+ ```
117
+
118
+ #### Communication role
119
+ In the API there are three methods that directely act on the remote shadow. A `timeout` define the time until which the request should be considered as a failure. The default timeout is five second. The `get` and `delete` do not accept a payload where a json format payload is mandatory for the `update` action.
120
+ ```
121
+ timeout = 2
122
+
123
+ shadow_client.get_shadow(timeout)
124
+
125
+ payload = "{\"state: \": \"desired\": ..... }"
126
+ shadow_client.update_shadow(payload)
127
+
128
+ shadow_client.delete_shadow
129
+ ```
130
+
131
+ #### Callbacks
132
+ Callbacks are small piece of code that would be executed when the answer of one action is received by the client. The Shadow client API enables to register two kind of callbacks, a generic callback and single usage callback.
133
+ For generic action (get, update, delete), the callback would be executed on every answer of the dedicated generic action. Futhermore, another callback may be executed for a single answer of a dedicated action. The generic callback could be seen as re-usable callback functions when the single usage could be seen as disposable treatment.
134
+ Both kind of callbacks must be registered as a `block`, a `proc` or a `lambda`. The followings lines provide an examples of the different callbacks usage.
135
+ ```ruby
136
+ # Register a callback for the get action as a block
137
+ shadow_client.register_get_callback do
138
+ puts "generic callback for get action"
139
+ end
140
+
141
+ # Register a callback for the delete action as a proc
142
+ shadow_client.register_delete_callback(proc { puts "generic callback for delete action"})
143
+
144
+ # Register a callback for the update action as a lambda
145
+ shadow_client.register_update_callback(lambda {|message| puts "genereic callback for update action"})
146
+
147
+ # Register a callback for the delta events
148
+ shadow_client.register_delta_callback do
149
+ puts "delta have been catch in a callback"
150
+ end
151
+
152
+ # Send a get request with an associated callback in a block
153
+ shadow_client.get_shadow do
154
+ puts "get thing"
155
+ end
156
+
157
+ # Send a delete request with an associated callback in a proc
158
+ shadow_client.delete_shadow(timeout, proc {puts "delete thing"})
159
+
160
+ # Send a udpate request with an associated callback in a lambda
161
+ shadow_client.update_shadow("{\"state\":{\"desired\":{\"message\":\"Hello\"}}}", timeout, lambda {|message| puts "update thing"})
162
+
163
+ # Clear out the previously registered callback for each action
164
+ shadow_client.remove_get_callback
165
+ shadow_client.remove_update_callback
166
+ shadow_client.remove_delete_callback
167
+ shadow_client.remove_delta_callback
168
+ ```
169
+
170
+ ### Client persitences
171
+ For performance issues, sometimes subscriptions and (re)connection time would better to saved. This could be done with two different persistences, the subscription persistence and the connection persistence. The subscription persistence keeps the shadow_client subscribed to action topics (get/accepted, get/rejected, update/accepted, update/rejected, delete/accepted and delete/rejected). The subscription process require a short time, the persistent subscription avoid to susbscribe before each and so saved the subscription time. The subscription persistence could be set at the initialization of the shadow handler or directely at the shadow client initialization.
172
+ ```ruby
173
+ shadow_client = AwsIotDevice::MqttShadowClient::ShadowClient.new({:shadow_name => "Thing name", :persistent_subscribe => true})
174
+ # Or
175
+ shadow_client.create_shadow_handler_with_name(shadow_name, persistent_subscribe)
176
+ ```
177
+ The default subscription persistence if desactivated, so the client might subscribe/unsubscribe to reserved topics before/after every actions.
178
+
179
+ The connection persistence enables the client to keep the mqtt connection alive until the client explicitly requests to disconnect. The basic client would disconnect from the remote host if no activity has been detected for a preset keep_alive timer. There is two ways to configure the connection persistence, at the initialization of the shadow client or at the connection time.
180
+ ```ruby
181
+ shadow_client = AwsIotDevice::MqttShadowClient::ShadowClient.new({:persistent => true})
182
+ # Or
183
+ shadow_client.connect({:persitent => true})
184
+ ```
185
+
186
+
187
+ ### MQTT Adapter
188
+ The `aws-iot-device` gem is based on a MQTT client (`paho-mqtt`) that enables the usage of basic MQTT operations.
189
+ ```ruby
190
+ mqtt_client = AwsIoTDevice::MqttShadowClient::MqttManager.new
191
+
192
+ mqtt_client.config_endpoint(host, port)
193
+ mqtt_client.config_ssl_context(host, port)
194
+ mqtt_client.connect
195
+
196
+ mqtt_client.subscribe(topic, qos, callback)
197
+ mqtt_client.publish(topic, "Hello world!", qos, retain)
198
+
199
+ mqtt_client.unsubscribe(topic)
200
+ mqtt_client.disconnect
201
+ ```
202
+ For the default paho mqtt_client, some callbacks are available for each event related with the MQTT protocol. We recommend to read the `paho-mqtt` [gem page](https://github.com/RubyDevInc/paho.mqtt.ruby#handlers-and-callbacks) for more details about the mqtt callbacks usage.
203
+
204
+ ## License
205
+ This SDK is distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
206
+
207
+ ## Contact
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec