Skip to content

Commit

Permalink
Added Arduino and NodeJS Integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaugarcia committed Nov 23, 2020
1 parent 1ec94e8 commit ed83152
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Binary file added docs/_static/images/integrations/arduino.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/integrations/node-js.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions docs/integrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -506,15 +506,20 @@ In the end, you will be able to visualize private links in S3, for example:

NodeJS
------
.. image:: _static/images/integrations/node-js.png
:width: 340px
:height: 120px
:target: https://github.com/sentilo/sentilo-client-nodejs

The Sentilo Node.js client library code that brings some Sentilo operations that you can include in your own code.

More information in: https://github.com/sentilo/sentilo-client-nodejs

Java
------

.. image:: _static/images/integrations/spring-framework.png
:width: 350px
:height: 180px
:height: 200px
:target: https://github.com/sentilo/sentilo-client-sample-java

This is a sample web application that uses the Sentilo Java platform client using Spring MVC. The application needs to be deployed on a Tomcat.
Expand All @@ -523,3 +528,11 @@ More information in: https://github.com/sentilo/sentilo-client-sample-java

Arduino
------
.. image:: _static/images/integrations/arduino.png
:width: 340px
:height: 230px
:target: https://github.com/sentilo/sentilo-client-sample-arduino

These are some Sentilo client HTTP Request library sample sketches for Arduino and the Ethernet shield.

More information in: https://github.com/sentilo/sentilo-client-sample-arduino

0 comments on commit ed83152

Please sign in to comment.