Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OM2M/Download"

(Created page with "__TOC__ == Get OM2M source code == * OM2M source code will be hosted on this repository: http://git.eclipse.org/gitroot/www.eclipse.org/om2m.git <pre> git clone http://git.ec...")
 
Line 1: Line 1:
 
__TOC__
 
__TOC__
 +
== Get OM2M binaries ==
 +
* You can download a zip file containing OM2M binaries from this link:
 +
 
== Get OM2M source code ==
 
== Get OM2M source code ==
 
* OM2M source code will be hosted on this repository: http://git.eclipse.org/gitroot/www.eclipse.org/om2m.git
 
* OM2M source code will be hosted on this repository: http://git.eclipse.org/gitroot/www.eclipse.org/om2m.git
 
 
<pre>
 
<pre>
 
git clone http://git.eclipse.org/gitroot/www.eclipse.org/om2m.git
 
git clone http://git.eclipse.org/gitroot/www.eclipse.org/om2m.git
 
</pre>
 
</pre>
== Build OM2M products ==
+
 
 +
== Build OM2M ==

Revision as of 12:17, 20 April 2014

Get OM2M binaries

  • You can download a zip file containing OM2M binaries from this link:

Get OM2M source code

git clone http://git.eclipse.org/gitroot/www.eclipse.org/om2m.git

Build OM2M

Back to the top