Updated some typos in copyrights

Change-Id: I8e0103df712be3f7800f0f40c9b12986e2fe924f
Signed-off-by: Guillaume Garzone <guillaume.garzone@laas.fr>
3 files changed
tree: 3eb6ee898044df40fa654ec29e71c55f9b0dd1de
  1. com.orange.om2m.p2.repo/
  2. org.eclipse.om2m.adntest/
  3. org.eclipse.om2m.android.dashboard/
  4. org.eclipse.om2m.binding.coap/
  5. org.eclipse.om2m.binding.http/
  6. org.eclipse.om2m.binding.mqtt/
  7. org.eclipse.om2m.binding.service/
  8. org.eclipse.om2m.client.arduino/
  9. org.eclipse.om2m.client.java/
  10. org.eclipse.om2m.client.js/
  11. org.eclipse.om2m.commons/
  12. org.eclipse.om2m.commons.logging/
  13. org.eclipse.om2m.core/
  14. org.eclipse.om2m.core.service/
  15. org.eclipse.om2m.dal/
  16. org.eclipse.om2m.dal.driver.sample/
  17. org.eclipse.om2m.das.service/
  18. org.eclipse.om2m.das.testsuite/
  19. org.eclipse.om2m.datamapping.jaxb/
  20. org.eclipse.om2m.datamapping.service/
  21. org.eclipse.om2m.docker.builder/
  22. org.eclipse.om2m.flexcontainer.service/
  23. org.eclipse.om2m.interworking.service/
  24. org.eclipse.om2m.ipe.dal/
  25. org.eclipse.om2m.ipe.sample/
  26. org.eclipse.om2m.ipe.sample.sdt/
  27. org.eclipse.om2m.ipe.sdt/
  28. org.eclipse.om2m.ipe.sdt.testsuite/
  29. org.eclipse.om2m.persistence.eclipselink/
  30. org.eclipse.om2m.persistence.mongodb/
  31. org.eclipse.om2m.persistence.service/
  32. org.eclipse.om2m.sdt/
  33. org.eclipse.om2m.sdt.comparator.xml/
  34. org.eclipse.om2m.site.asn-cse/
  35. org.eclipse.om2m.site.in-cse/
  36. org.eclipse.om2m.site.mn-cse/
  37. org.eclipse.om2m.testsuite.flexcontainer/
  38. org.eclipse.om2m.webapp.resourcesbrowser.json/
  39. org.eclipse.om2m.webapp.resourcesbrowser.xml/
  40. protocols/
  41. .gitignore
  42. .gitlab-ci.yml
  43. CONTRIBUTING.md
  44. epl-2.0.html
  45. pom.xml
  46. README.md
README.md

About OM2M

OM2M is an open source OSGi-based implementation of the ETSI M2M standard .

Prerequisites:

  • JAVA 1.7 tu run OM2M.
  • Apaceh Maven 3 to build OM2M.

Building OM2M from sources using maven:

  • Go to the parent project directory “org.eclipse.om2m”
  • Build the OM2M project using the following command:

mvn clean install

  • The NSCL product is generated on the this directory: “om2m/org.eclipse.om2m/org.eclipse.om2m.site.nscl/target/products/nscl///”
  • The GSCL product is generated on the this directory: “om2m/org.eclipse.om2m/org.eclipse.om2m.site.gscl/target/products/gscl///”

Configure and Start the NSCL:

  • Go to the NSCL product directory.
  • You can edit the file “configuration/config.ini” to configure the NSCL
  • You can start the NSCL using the following command:

java -jar -ea -Declipse.ignoreApp=true -Dosgi.clean=true -Ddebug=true plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar -console -noExit

Configure and Start the GSCL:

  • Go to the NSCL product directory.
  • The GSCL can be configured and started with the same steps used for the NSCL.
  • Open your browser, then enter the address “http://127.0.0.1:8181” to access the GSCL web interface.

For more details, see http://wiki.eclipse.org/OM2M