Skip to content

crismaproject/ngsijava-crisma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

ngsijava

This repository houses the Java library used for implementing NGSI clients mainly for FI-WARE's demos. The library has been tested to work against Context Broker 0.6.0 codename Orion.

ngsijava-crisma

Project-specific Modifications for the CRISMA FP7 project.

How to compile

Requirements

  • Maven 3
  • Java 7

Compilation

$ cd samson
$ mvn install

Created artifacts

  • samson-1.0-SNAPSHOT.jar: samson library. This jar doesn't include any dependency.
  • samson-1.0-SNAPSHOT-javadoc.jar: samson library javadoc.
  • samson-1.0-SNAPSHOT-sources.jar: source of the samson library.
  • samson-lib.jar: samson library with all dependencies bundled.

About

Java library for implementing NGSI clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%