This project includes various example or template projects for using the BIG-IoT API and Marketplace.
The README.md of each sub-project explains how to use/run/test the corresponding project in details.
*NOTE: The projects are all setup as gradle projects. They can be either run directly from the command line using: '''gradle run''' or they can be imported into your Java IDE (e.g. Eclipse) using the gradle-project import feature.
- Java Example Provider: Creates a BIG-IoT Provider service that provides random numbers as an Offering on the Marketplace
- Java Example Consumer: Creates a BIG-IoT Consumer application that queries random number Offerings, subscribes to an Offering, and access the random numer service on the corresponding BIG-IoT Provider.