Difference between revisions of "Developer's Quick Start Reference"
From RifidiWiki
(New page: Basics for Developemnt Set Up, Build and Delpoying your App ==Set up your development environment== * 1. Check the section starting at "Importing a Project Template" on page 5 for how to d...) |
(→Build an App) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Basics for | + | Basics for Rifidi App Development Set Up, Build and Delpoying your App |
==Set up your development environment== | ==Set up your development environment== | ||
− | * 1. | + | * 1.[[Edge_Server_Development_Environment|Set up your Development Environment]]. |
− | + | ||
− | |||
− | ==Build | + | ==Build an App== |
− | * | + | Here one can leverage Rifidi APP SDK to build custom Sensor Applications communicating with Readers/Sensors, translating into Sensor Events/Rules and Integrating with AWS Cloud, Database, MQTT, JMs. (others can be added as OSGI bundles to Rifidi Edge server) |
+ | |||
+ | * [[Development_Jumpstarts| Full List of Rifidi APP Development Jumpstarts (also included with Rifidi SDK)]] | ||
+ | |||
+ | Also refer to developer's guide for more details on building a custom app. [[Developer%27s_Guide]] | ||
==Export and Deploy your App== | ==Export and Deploy your App== | ||
− | * 3.[[How_to_export_your_custom_Rifidi_application]] | + | * 3.[[How_to_export_your_custom_Rifidi_application |Export and Deploy your Rifidi App]] |
==Installing your App== | ==Installing your App== | ||
− | * 4. [[Installing_an_Application | + | * 4. [[Installing_an_Application|Installing your Rifidi App (if already exported)]] |
− | + | ||
− | + | ||
− | + |
Latest revision as of 12:42, 19 November 2014
Basics for Rifidi App Development Set Up, Build and Delpoying your App
Contents
Set up your development environment
Build an App
Here one can leverage Rifidi APP SDK to build custom Sensor Applications communicating with Readers/Sensors, translating into Sensor Events/Rules and Integrating with AWS Cloud, Database, MQTT, JMs. (others can be added as OSGI bundles to Rifidi Edge server)
Also refer to developer's guide for more details on building a custom app. Developer's_Guide