Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SensiNact/gateway-remote"

(Created page with " == Description == Sensinact Remote allow two different instances of sensiNact to become visible to each other by using a distribution mechanism. This mechanism is based on...")
 
Line 4: Line 4:
  
 
Sensinact Remote allow two different instances of sensiNact to become visible to each other by using a distribution mechanism. This mechanism is based on the Remote Service Admin, which is an OSGi Compendium standard. The specification is detailed on Section 122 in the version 6.0.0 of the OSGi Compendium specification.
 
Sensinact Remote allow two different instances of sensiNact to become visible to each other by using a distribution mechanism. This mechanism is based on the Remote Service Admin, which is an OSGi Compendium standard. The specification is detailed on Section 122 in the version 6.0.0 of the OSGi Compendium specification.
 +
 +
== Using distributed version ==
 +
 +
=== Installing ===
 +
 +
=== Linux installer ===
 +
 +
In order to install sensiNact will need APT (Advanced Package Tool). It will be in charge to download and install the dependencies required for running sensiNact. The instruction presented here were tested in Ubuntu 14.04 and 18.04, in any other distribution the steps below may be slightely different.
 +
 +
==== APT Repository inclusion ====
 +
 +
Include the APT repository ''http://sensinact-cea.ddns.net'' into your linuxbox.
 +
 +
==== Public APT Key authorization ====
 +
 +
To guarantee that the software is coming from our official server, you have the add our public key into your local keystore. This procedure can be done using ''apt-key'' application with the follow instruction:
 +
 +
''wget -O- http://sensinact-cea.ddns.net/sensinact.key | apt-get add -''
 +
 +
==== Update the APT catalog ====
 +
 +
Once the previous steps are executed you should be allowed to download the catalog of applications available in the sensiNact server, this can be done by executing the command ''apt-get update''
 +
 +
=== From the source ===
  
 
== Reference ==
 
== Reference ==
  
 
[0] [https://osgi.org/download/r6/osgi.cmpn-6.0.0.pdf OSGi Compendium 6.0.0]
 
[0] [https://osgi.org/download/r6/osgi.cmpn-6.0.0.pdf OSGi Compendium 6.0.0]

Revision as of 04:39, 7 May 2019

Description

Sensinact Remote allow two different instances of sensiNact to become visible to each other by using a distribution mechanism. This mechanism is based on the Remote Service Admin, which is an OSGi Compendium standard. The specification is detailed on Section 122 in the version 6.0.0 of the OSGi Compendium specification.

Using distributed version

Installing

Linux installer

In order to install sensiNact will need APT (Advanced Package Tool). It will be in charge to download and install the dependencies required for running sensiNact. The instruction presented here were tested in Ubuntu 14.04 and 18.04, in any other distribution the steps below may be slightely different.

APT Repository inclusion

Include the APT repository http://sensinact-cea.ddns.net into your linuxbox.

Public APT Key authorization

To guarantee that the software is coming from our official server, you have the add our public key into your local keystore. This procedure can be done using apt-key application with the follow instruction:

wget -O- http://sensinact-cea.ddns.net/sensinact.key | apt-get add -

Update the APT catalog

Once the previous steps are executed you should be allowed to download the catalog of applications available in the sensiNact server, this can be done by executing the command apt-get update

From the source

Reference

[0] OSGi Compendium 6.0.0

Back to the top