All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ware.openlpwa-iotagent.1.0.1.source-code.application.properties Maven / Gradle / Ivy

Go to download

A bridge between the OpenLPWA network and the OMA NGSI protocol used by the Orion Context Broker as well as by other components of the FIWARE ecosystem

There is a newer version: 1.0.2
Show newest version
# Local context broker URL
contextBroker.localUrl=http://localhost:8081

# Remote context broker URL
contextBroker.remoteUrl=http://localhost:8082

#  Remote context broker authentication token
contextBroker.remoteAuthToken=

# Remote context broker service
contextBroker.remoteFiwareService=

# Remote context broker service path
contextBroker.remoteFiwareServicePath=

# MongoDB host
mongodb.host=localhost

# MongoDB port
mongodb.port=27017

# MongoDB database name
mongodb.databasename=fiware-iotagent

# MongoDB user name
mongodb.username=

# MongoDB password
mongodb.password=

# OpenLpwa provider base URL for REST API
openLpwaProvider.restUrl=https://lpwa.liveobjects.orange-business.com

# OpenLpwa provider API key
openLpwaProvider.apiKey=

# OpenLpwa provider MQTT URI
openLpwaProvider.mqttUri=tcp://liveobjects.orange-business.com:1883

# OpenLpwa provider MQTT client Id
openLpwaProvider.mqttClientId=fiware-iotagent-client




© 2015 - 2024 Weber Informatics LLC | Privacy Policy