Modelling tool is designed to help you design oneM2M data model.
It is based on the oneM2M data standards described in TS-0001. and the tool is written in Vue3.
It is compatible with any platform that follows the oneM2M standards, including tiny, Mobius, ACME, and others.
📂For more details, please refer to the guide. Installation guide & Usage Guide
You can model resources using a drag-and-drop format.
You can create resources or a resource tree.
You can retrieve resources
git clone https://github.com/seslabSJU/onem2m_design_tool.git
cd onem2m_design_tool-main
if Node.js is not installed, you must install Node.js first
and Node.js must be version 20.
node -v
npm install
npm run dev



