Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kcech committed Nov 24, 2020
1 parent 0ffb269 commit acc9dd3
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 32 deletions.
Binary file removed docs/_static/images/clients/java_logo.jpg
Binary file not shown.
Binary file added docs/_static/images/integrations/java_logo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
22 changes: 12 additions & 10 deletions docs/integrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -507,19 +507,21 @@ 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: 140px
: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.
We provide a `Node.js <https://nodejs.org/es/>`__ client library that facilitate access to the Sentilo API. The library is no yet a npm package,
but you can still use easily.

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

Java
------
.. image:: _static/images/integrations/spring-framework.png
:width: 350px
:height: 200px
There is also a `tutorial <./tutorials/raspberrypi_tutorial.html>`__ on how to use this library with Raspberry Pi and GPIO:

Java Client
-----------
.. image:: _static/images/integrations/java_logo.jpg
:width: 202px
:height: 113px
: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 @@ -531,8 +533,8 @@ Arduino
.. image:: _static/images/integrations/arduino.png
:width: 340px
:height: 230px
:target: https://github.com/sentilo/sentilo-client-sample-arduino
:target: https://github.com/sentilo/sentilo-client-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
More information in: https://github.com/sentilo/sentilo-client-arduino
35 changes: 20 additions & 15 deletions docs/clients.rst → docs/tutorials.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
Tutorials
=======
=========

Contents:

.. toctree::
:maxdepth: 1

clients/java_client
clients/raspberrypi_client
clients/arduino_client
tutorials/java_client_tutorial
tutorials/raspberrypi_tutorial
tutorials/arduino_tutorial

On this page you will find several tutorials about how to connect to
Sentilo using various existing platforms and languages.

------------------------------------

`Java Client`_
|java_logo.jpg|
`Java Client Tutorial`_
|spring-framework.png|

Java library that allows
access to Sentilo Platform
Expand Down Expand Up @@ -46,21 +46,26 @@ Platform

------------------------------------

.. _Java Client: ./clients/java_client.html
.. _RaspberryPi Client: ./clients/raspberrypi_client.html
.. _Arduino Client: ./clients/arduino_client.html
.. _Java Client Tutorial: ./tutorials/java_client_tutorial.html
.. _RaspberryPi Client: ./tutorials/raspberrypi_tutorial.html
.. _Arduino Client: ./tutorials/arduino_tutorial.html

.. |java_logo.jpg| image:: _static/images/clients/java_logo.jpg
.. |java_logo.jpg| image:: _static/images/tutorials/java_logo.jpg
:width: 202px
:height: 113px
:target: clients/java_client.html
:target: tutorials/java_client_tutorial.html

.. |raspberrypi.jpeg| image:: _static/images/clients/raspberrypi.jpeg
.. |spring-framework.png| image:: _static/images/tutorials/spring-framework.png
:width: 350px
:height: 200px
:target: tutorials/java_client_tutorial.html

.. |raspberrypi.jpeg| image:: _static/images/tutorials/raspberrypi.jpeg
:width: 215px
:height: 122px
:target: ./clients/raspberrypi_client.html
:target: ./tutorials/raspberrypi_tutorial.html

.. |arduino-mega-2560-r3.jpg| image:: _static/images/clients/arduino-mega-2560-r3.jpg
.. |arduino-mega-2560-r3.jpg| image:: _static/images/tutorials/arduino-mega-2560-r3.jpg
:width: 216px
:height: 157px
:target: ./clients/arduino_client.html
:target: ./tutorials/arduino_tutorial.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Arduino Client
==============
Arduino Tutorial
================

.. figure:: /_static/images/clients/arduino-mega-2560-r3.jpg
.. figure:: /_static/images/tutorials/arduino-mega-2560-r3.jpg
:alt: Arduino

The **SentiloClient Library** for Arduino offers a basic C++ library
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Java Client
===========
Java Client Tutorial
====================

.. figure:: /_static/images/clients/java_logo.jpg
.. figure:: /_static/images/tutorials/java_logo.jpg
:alt: Java

The Sentilo Java Client is a library developed for working with webapps
Expand Down Expand Up @@ -398,4 +398,4 @@ As you can see, there’s a button named *Send observations*. You can use
to re-send observations and reload the page. Every page reload send the
observations to the Sentilo Platform Client.

.. |java_sample_4.jpg| image:: ../_static/images/clients/java_sample_4.jpg
.. |java_sample_4.jpg| image:: ../_static/images/tutorials/java_sample_4.jpg
File renamed without changes.

0 comments on commit acc9dd3

Please sign in to comment.