Skip to content

jnain/sensapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

333 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SensApp in a Nutshell

SensApp is a platform to support sensor based application. It is developed by SINTEF (IKT division, NSS Department, MOD research group).

This repository is oriented to developers. End-users or business experts should refer to the following webpage: http://sensapp.modelbased.net

How to create a new SensApp Service?

  • Run the maven tool from the command line
mvn archetype:generate
  • Select the "service" archetype provided by SensApp, and fill in the blanks
[...]
Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): 186: sensapp
Choose archetype:
1: local -> net.modelbased.sensapp.archetype:net.modelbased.sensapp.archetype.service (A Prototypical SensApp Service, integrated with the others)
2: local -> net.modelbased.sensapp.archetype:net.modelbased.sensapp.archetype.system (A Prototypical SensApp System, integrating Services)
Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): : 1
Define value for property 'groupId': : net.modelbased.sensapp.service 
Define value for property 'artifactId': : net.modelbased.sensapp.service.registry
Define value for property 'version':  1.0-SNAPSHOT: : 0.0.1-SNAPSHOT
Define value for property 'package':  net.modelbased.sensapp.service: : net.modelbased.sensapp.service.registry
Confirm properties configuration:
groupId: net.modelbased.sensapp.service
artifactId: net.modelbased.sensapp.service.registry
version: 0.0.1-SNAPSHOT
package: net.modelbased.sensapp.service.registry
 Y: : Y
  • Enjoy!

About

SensApp, the ultimate portal for sensors

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Scala 95.5%
  • Shell 2.9%
  • Java 1.6%