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.
Download the source file from oneM2MBrowser github site.
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.
-
Download the Visual Studio.
-
Install the Visual Studio follow the guide.
-
Open the oneM2MBrowser home and double click oneM2MBrowser.sln file.
-
Press the F5 key in Visual studio or click the start button on top of Visual studio IDE.
-
Input a resource URL into oneM2MBrowser and click start button. oneM2MBrowser will show the all child resources of yours after finishing discovery process.
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.
- WPF - The UI framework used
- Newtonsoft.Json - The JSON format parser
- M2Mqtt - The MQTT message protocol used
If you want more detail, please refer the guide document.
- Chen Nan - Initial work - coffeenan (-)
- JongGwan An - Update work - [Cftn] (https://github.com/Cftn) (jg.an@keti.re.kr)