Difference between revisions of "SensiNact"
m |
|||
Line 68: | Line 68: | ||
* [[SensiNact/Studio Changelog|Changelog]] | * [[SensiNact/Studio Changelog|Changelog]] | ||
* [[SensiNact/Studio Tag|Tag]] | * [[SensiNact/Studio Tag|Tag]] | ||
+ | |||
+ | ---- | ||
== Tutorials == | == Tutorials == |
Revision as of 11:11, 17 May 2017
sensiNact | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
Contents
sensiNact
sensiNact aims at creating a common environment in which heterogeneous devices can exchange information and interact among each other in the IoT world.
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.
This documentation will help you to install, develop and use sensiNact in your environment with your use cases.
Start guides
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.
sensiNact Gateway
This section details the Gateway, its concepts and its modules.
Documentation
Release notes
Others resources
sensiNact Studio
This section details the Studio, its concepts and its modules.
Documentation
Release notes
Tutorials
This section proposes various tutorials to help users and developers to learn more about sensiNact.
- How to create a sNa application (requires no particular knowledge)
- How to develop a Southbound bridge (requires knowledge about Java, such as the architecture and the data model of sensiNact)