Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OM2M/Configuration

< OM2M
Revision as of 10:45, 18 April 2014 by Unnamed Poltroon (Talk) (Configure the NSCL)

Configure the NSCL

  • Go to the “om2m/nscl” directory.
  • Edit the file “configuration/config.ini” to configure the NSCL. You can keep the current configuration for a local demo.
Parameter Description Example
org.eclipse.om2m.sclType SCL type NSCL
org.eclipse.om2m.sclBaseAddress NSCL ip address 127.0.0.1
org.eclipse.equinox.http.jetty.http.port NSCL listening port 8080
org.eclipse.om2m.sclBaseContext NSCL listening context /om2m
org.eclipse.om2m.dbFile NSCL Embedded database file name nscl.db4o
org.eclipse.om2m.sclBaseId Network SclBase resource id nscl
org.eclipse.om2m.reset Reset NSCL database after each restart true
org.eclipse.om2m.sclBaseProtocol.default NSCL default communication protocol http
org.eclipse.om2m.maxNrOfInstances Maximum number of instances stored in a ContentInstances resource 10
org.eclipse.om2m.adminRequestingEntity Default NSCL admin requesting entity. (username / password) admin/admin
org.eclipse.om2m.guestRequestingEntity Default NSCL guest requesting entity. (username / password) guest/guest

Back to the top