Tools: Difference between revisions

From OneM2M
Jump to: navigation, search
No edit summary
Line 24: Line 24:
</ol>
</ol>


==SDT Tool==
==SDTTool==
SDTTool
 
Version 0.7


SDTTool is a tool to read and convert XML files that conform to the Smart Device Template schema definition.
SDTTool is a tool to read and convert XML files that conform to the Smart Device Template schema definition.
Line 34: Line 31:


SDTtool is a Python 3 script that reads SDT files and generates output in various formats. It can be used to produce documentation for the Devices and ModuleClasses of an SDT as well as to convert between different versions of the SDT.
SDTtool is a Python 3 script that reads SDT files and generates output in various formats. It can be used to produce documentation for the Devices and ModuleClasses of an SDT as well as to convert between different versions of the SDT.
https://github.com/ankraft/SDTTool

Revision as of 00:42, 7 December 2016

oneM2M Wireshark dissector

  • InterDigital has written a oneM2M protocol dissector that can be used to decode oneM2M messages within the Wireshark protocol analyzer tool. InterDigital is making this dissector available to the oneM2M community to help aid in efficient debug and to also help build the oneM2M ecosystem.

It is developed to display the packet information according to oneM2M™ structure as defined in the standard. The current version supports the oneM2M™ Release 1 bindings for both HTTP and CoAP.


F-Interop DevKit

  • The F-Interop H2020 European Project has mission to develop and provide online interoperability and performance test tools to support emerging technologies from research to standardization and market launch
  • The project has produced a oneM2M devKit to emulate an AE in order to debug a oneM2M ecosystem.
  • the tool is free of charge and is available at http://www.f-interop.eu


InterDigital’s oneMPOWER

The oneMPOWER™ Cloud hosted IN-CSE

  1. A downloadable oneMPOWER™ MN-CSE that can be installed and used locally]
  2. A downloadable oneMPOWER™ AE Development Kit
  3. Access to oneMPOWER™ test tools

SDTTool

SDTTool is a tool to read and convert XML files that conform to the Smart Device Template schema definition.

The Smart Device Template (SDT) schema defined by the Home Gateway Initiative (HGI) and now standardized in oneM2M (TS-0023) is a format to describe concrete and abstract devices as well as capabilities, data models and functions of those devices.

SDTtool is a Python 3 script that reads SDT files and generates output in various formats. It can be used to produce documentation for the Devices and ModuleClasses of an SDT as well as to convert between different versions of the SDT. https://github.com/ankraft/SDTTool