Skip to content

IoTKETI/oneM2MBrowser

Repository files navigation

oneM2MBrowser

oneM2MBrowser is a tool for monitoring the oneM2M resources in the Mobius Yellow Turtle(Mobius). It is working base on oneM2M HTTP RESTful API and MQTT Message. It was designed for helping developer to easily work with Mobius.

Getting Started

Download the source file from oneM2MBrowser github site.

Installation

The oneM2MBrowser project is a Vistual Studio project. So it only can work on window PC.

If you don't have the winPC that we suggest to insall the VMware WorkStation Player and run a Virtrual Machine on it.

  1. Download the Visual Studio.

  2. Install the Visual Studio follow the guide.

  3. Open the oneM2MBrowser home and double click oneM2MBrowser.sln file.

Running

  1. Press the F5 key in Visual studio or click the start button on top of Visual studio IDE.

  2. Input a resource URL into oneM2MBrowser and click start button. oneM2MBrowser will show the all child resources of yours after finishing discovery process.

Resource viwer

Development

The oneM2MBrowser is developed base on WPF application which include in .net framework.

So the UI part is written with XAML language and logic part is written with C#.

If you are not familiar with XAML language the Microsoft also provide Microsoft Blend for helping developer to edit UI XAML.

Build

Basic framework

  • WPF - The UI framework used

Nuget libraries

Document

If you want more detail, please refer the guide document.

Authors