Tools: Difference between revisions

From OneM2M
Jump to: navigation, search
No edit summary
No edit summary
Line 6: Line 6:
* Those modules have been developed and supported by LAAS-CNRS https://www.laas.fr/public/en and National Chiao Tung University http://www.nctu.edu.tw/en .  
* Those modules have been developed and supported by LAAS-CNRS https://www.laas.fr/public/en and National Chiao Tung University http://www.nctu.edu.tw/en .  


 
<!--
== oneM2M Wireshark dissector ==
== 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.  
* 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.  
Line 30: Line 30:
<li>Access to oneMPOWER™ test tools</li>
<li>Access to oneMPOWER™ test tools</li>
</ol>
</ol>
-->


==SDTTool==
==SDTTool==

Revision as of 10:09, 26 November 2021

Node-RED for OM2M

  • Based on Node-RED, node-red-contrib-ide-iot is a module that allows the creation of IoT applications graphically in a simple and efficient way. It uses the OM2M platform as a middleware that provides high level interoperability between the different heterogeneous objects connected to this platform. node-red-contrib-ide-iot modules allow to be connected to several OM2M platforms, manages resources, extract data from sensors in a different ways, manage activators and communicate in a different way;


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