Difference between revisions of "Edge Server HOWTOs"
From RifidiWiki
| (39 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | ||
| − | + | <p><strong>Configuration HowTos</strong></p>  | |
| − | *[[  | + | *[[Rifidi App Upgrade Guide|How to upgrade a 1.2 RifidiApp to 1.3]]  | 
| − | + | ||
| − | + | ||
| − | + | ||
*[[How to use OSGi Services]]  | *[[How to use OSGi Services]]  | ||
| + | *[[How to Configure Extended OSGI Debugging/Tracing]]  | ||
| + | *[[How to Auto Connect Reader Sessions at Server Startup]]  | ||
| + | *[[Getting Started with LLRP in RIFIDI]]  | ||
| + | *[[GPIO Tutorial]]  | ||
| + | *[[ How to setup Emulator on Java 6/7]]  | ||
| + | <p><strong>Development HowTos</strong></p>  | ||
| + | *[[Edge Server Development Environment]]  | ||
| + | *[[Build Rifidi Edge from Source]]  | ||
| + | *[[Developers:howtoUseSVN|How to use Rifidi SVN]]  | ||
| + | *[[How to create a sensor plugin]]  | ||
| + | *[[How to add a new Rifidi Service]]  | ||
| + | *[[How to connect Rifidi via RMI Client]]  | ||
| + | *[[Use_org.rifidi.logging|How to use Rifidi Logging]]  | ||
| + | *[[How_to_add_OSGI_Bundles]]  | ||
| + | *[[Adding Third Party Libraries]]  | ||
| + | *[[Custom Esper Rules Jumpstart]]  | ||
| + | *[[EdgeServerJMS#Setting up a Consumer|How to consume tag events from the Internal JMS Message Bus]]  | ||
| + | *[[Adding Custom Extensions with LLRP]]  | ||
| + | |||
| + | <p><strong>Deployment HowTos</strong></p>  | ||
| + | *[[How_to_export_your_custom_Rifidi_application]]  | ||
| + | *[[Installing an Application]]  | ||
| + | *[[how_to_csl_adapter|How to add Csl CS203 adapter to Rifidi note starting in 3.1 adapter will be included therefore steps not required]]  | ||
Latest revision as of 15:09, 8 June 2017
Configuration HowTos
- How to upgrade a 1.2 RifidiApp to 1.3
 - How to use OSGi Services
 - How to Configure Extended OSGI Debugging/Tracing
 - How to Auto Connect Reader Sessions at Server Startup
 - Getting Started with LLRP in RIFIDI
 - GPIO Tutorial
 - How to setup Emulator on Java 6/7
 
Development HowTos
- Edge Server Development Environment
 - Build Rifidi Edge from Source
 - How to use Rifidi SVN
 - How to create a sensor plugin
 - How to add a new Rifidi Service
 - How to connect Rifidi via RMI Client
 - How to use Rifidi Logging
 - How_to_add_OSGI_Bundles
 - Adding Third Party Libraries
 - Custom Esper Rules Jumpstart
 - How to consume tag events from the Internal JMS Message Bus
 - Adding Custom Extensions with LLRP
 
Deployment HowTos