Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Documentation)
Line 16: Line 16:
 
[[File:sna_architecture.png|300px|Overview of the sensiNact ecosystem]]
 
[[File:sna_architecture.png|300px|Overview of the sensiNact ecosystem]]
  
This documentation will help you to install, develop and use sensiNact in your environment with your use cases.
 
  
=== Start guides ===
+
[[SensiNact/Getting_Started|Getting started]]
  
This section proposes two guides. A quick guide for the users wanting to setup the installation of sensiNact quickly and full guides where a detailed description is proposed to understand some of the concepts behind sensiNact.
+
== Installation ==
  
= sensiNact Gateway =
+
* [[SensiNact/gateway-installation|Gateway installation]]
 +
* [[SensiNact/studio-installation|Studio installation]]
  
This section details the Gateway, its concepts and its modules.
 
  
== Documentation ==
+
== Understanding the gateway ==
 +
 
 
* [[SensiNact/Gateway Overview|Gateway overview]]
 
* [[SensiNact/Gateway Overview|Gateway overview]]
 
* [[SensiNact/Gateway Core|Core]]
 
* [[SensiNact/Gateway Core|Core]]
* [[SensiNact/sensinact-full-start|Installation]]
 
 
* [[SensiNact/Gateway Security|Security]]
 
* [[SensiNact/Gateway Security|Security]]
 
* [[SensiNact/AppManager|AppManager]]
 
* [[SensiNact/AppManager|AppManager]]
Line 36: Line 35:
 
* [[SensiNact/Bridges|Bridges]]
 
* [[SensiNact/Bridges|Bridges]]
  
= Tutorials =
+
== Tutorials ==
  
 
This section proposes various tutorials to help users and developers to learn more about sensiNact.
 
This section proposes various tutorials to help users and developers to learn more about sensiNact.
Line 43: Line 42:
 
* [[SensiNact/gateway-bridge-local-config|How to create sensinact bridge local configuration]]
 
* [[SensiNact/gateway-bridge-local-config|How to create sensinact bridge local configuration]]
  
= Development =
+
 
 +
== Development ==
  
 
The sensiNact project uses the continuous integration infrastructure from Eclipse.
 
The sensiNact project uses the continuous integration infrastructure from Eclipse.

Revision as of 08:17, 12 September 2018

Eclipse sensiNact
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Eclipse sensiNact (lower-case on the first s and capital letter on the second N) aims at creating a common environment in which heterogeneous devices can exchange information and interact among each other in the IoT world.

sensiNact Logo

Eclipse sensiNact is composed of two tools, sensiNact Gateway aiming at integrating devices and aggregating data from various sources and sensiNact Studio aiming at interacting with the sensiNact Gateway to visualize the devices and the data.

Overview of the sensiNact ecosystem


Getting started

Installation


Understanding the gateway

Tutorials

This section proposes various tutorials to help users and developers to learn more about sensiNact.


Development

The sensiNact project uses the continuous integration infrastructure from Eclipse.

The Eclipse Jenkins runs a compilation of the sensiNact Gateway every day (or night, depending on your timezone). The resulting compilation generates a stand alone snapshot distribution that is available at the following address: latest build. Ten builds are kept in the download area of Eclipse.

Each module of the sensiNact gateway is available in the Eclipse Nexus.

The same compilation process is under development for the sensiNact Studio.

A sonar report should be available soon at the following address: Eclipse Sonar

Back to the top