Difference between revisions of "SensiNact"
(→Understanding the gateway) |
(→Understanding the gateway) |
||
Line 32: | Line 32: | ||
* [[SensiNact/Gateway Architecture|Gateway Architecture]] | * [[SensiNact/Gateway Architecture|Gateway Architecture]] | ||
− | * [[SensiNact/Gateway Core|Core]] | + | * [[SensiNact/Gateway Core|Gateway Core]] |
− | * [[SensiNact/Gateway Security|Security]] | + | * [[SensiNact/Gateway Security|Gateway Security]] |
* [[SensiNact/AppManager|AppManager]] | * [[SensiNact/AppManager|AppManager]] | ||
* [[SensiNact/endpoint-connector|Endpoint connector]] | * [[SensiNact/endpoint-connector|Endpoint connector]] |
Revision as of 08:47, 12 September 2018
Eclipse sensiNact | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug 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.
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.
Installation
Quick start guides
Understanding the gateway
- Gateway Architecture
- Gateway Core
- Gateway Security
- AppManager
- Endpoint connector
- HTTPS Felix Configuration
- Bridges
Tutorials
This section proposes various tutorials to help users and developers to learn more about sensiNact.
- How to develop a southbound bridge (requires knowledge about Java, such as the architecture and the data model of sensiNact)
- How to create sensinact bridge local configuration
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