OneM2M Tutorials using Jupyter Notebooks: Difference between revisions

From OneM2M
Jump to: navigation, search
No edit summary
No edit summary
(6 intermediate revisions by the same user not shown)
Line 11: Line 11:
In this first episode Andreas and Ken introduce a series of short talks on using oneM2M standards to build open and interoperable IoT systems. This talk begins with an introduction to the basic elements in an IoT system and where oneM2M fits into the picture. In future talks, Andreas will illustrate oneM2M’s capabilities via a set of Jupyter Notebooks that contain software and explanatory notes.
In this first episode Andreas and Ken introduce a series of short talks on using oneM2M standards to build open and interoperable IoT systems. This talk begins with an introduction to the basic elements in an IoT system and where oneM2M fits into the picture. In future talks, Andreas will illustrate oneM2M’s capabilities via a set of Jupyter Notebooks that contain software and explanatory notes.


* Video: <--TODO-->
 
* [https://www.onem2m.org/images/files/Jupyter-Notebook-presentations/oneM2M-Tutorial-0-Introduction.pdf Presentation]
{{#evu:https://www.youtube.com/watch?v=upY7FCktX74
|alignment=inline
|dimensions="120"
}}
 
 
* [https://wiki.onem2m.org/images/9/98/OneM2M_-_Tutorial_0_-_Introduction.pdf Presentation]


=== Episode 1 - Setup Configurations ===
=== Episode 1 - Setup Configurations ===
Line 18: Line 24:
This series of talks uses Jupyter Notebooks to illustrate the basic capabilities that oneM2M standards support. In this talk, Andreas explains how to access the Notebooks online, and how to run a oneM2M Common Services Entity (CSE), which functions as an IoT platform, inside the Notebooks. He also explains how oneM2M supports the exchange of messages between applications and a CSE.   
This series of talks uses Jupyter Notebooks to illustrate the basic capabilities that oneM2M standards support. In this talk, Andreas explains how to access the Notebooks online, and how to run a oneM2M Common Services Entity (CSE), which functions as an IoT platform, inside the Notebooks. He also explains how oneM2M supports the exchange of messages between applications and a CSE.   


* Video: <--TODO-->
 
* [https://www.onem2m.org/images/files/Jupyter-Notebook-presentations/oneM2M-Tutorial-1-Set-up-Configurations.pdf Presentation]
{{#evu:https://www.youtube.com/watch?v=28JmyIpNQ_4
|alignment=inline
|dimensions="120"
}}
 
 
* [https://wiki.onem2m.org/images/c/c2/OneM2M_-_Tutorial_1_-_Set-up_Configurations.pdf Presentation]
* Jupyter Notebook for this episode (online): [https://mybinder.org/v2/gh/oneM2M/onem2m-jupyter-notebooks/master?urlpath=lab/tree/__START__.ipynb Launch on MyBinder]
* Jupyter Notebook for this episode (online): [https://mybinder.org/v2/gh/oneM2M/onem2m-jupyter-notebooks/master?urlpath=lab/tree/__START__.ipynb Launch on MyBinder]


Line 26: Line 38:
In this episode Andreas and Ken take a more detailed look at oneM2M requests. The practical part involves a request to the oneM2M CSE to retrieve information about its “resource tree”. The resource tree corresponds to a “digital twin” of an IoT system.
In this episode Andreas and Ken take a more detailed look at oneM2M requests. The practical part involves a request to the oneM2M CSE to retrieve information about its “resource tree”. The resource tree corresponds to a “digital twin” of an IoT system.


* Video: <--TODO-->
 
* Presentation: <--TODO-->
{{#evu:https://www.youtube.com/watch?v=fPMNs0hYv00
|alignment=inline
|dimensions="120"
}}
 
 
* [https://wiki.onem2m.org/images/a/a3/OneM2M_-_Tutorial_2_-_First_Contact_with_oneM2M.pdf Presentation]
* Jupyter Notebook for this episode (online): [https://mybinder.org/v2/gh/oneM2M/onem2m-jupyter-notebooks/master?urlpath=lab/tree/01-introduction.ipynb Launch on MyBinder]
* Jupyter Notebook for this episode (online): [https://mybinder.org/v2/gh/oneM2M/onem2m-jupyter-notebooks/master?urlpath=lab/tree/01-introduction.ipynb Launch on MyBinder]


Line 33: Line 51:
In this episode Andreas and Ken explore how IoT resources are organized in the oneM2M resource tree. The practical part uses some of oneM2M’s most basic resource types and we learn how an application can create new resources in the CSE allowing another application to retrieve information about those resources.
In this episode Andreas and Ken explore how IoT resources are organized in the oneM2M resource tree. The practical part uses some of oneM2M’s most basic resource types and we learn how an application can create new resources in the CSE allowing another application to retrieve information about those resources.


* Video: <--TODO-->
 
* Presentation: <--TODO-->
 
{{#evu:https://www.youtube.com/watch?v=OFbxlHW32Ww
|alignment=inline
|dimensions="120"
}}
 
 
* [https://wiki.onem2m.org/images/2/2b/OneM2M_-_Tutorial_3_-_Basic_Resources_%26_Requests_using_REST_Calls.pdf Presentation]
* Jupyter Notebook for this episode (online): [https://mybinder.org/v2/gh/oneM2M/onem2m-jupyter-notebooks/master?urlpath=lab/tree/02-basic-resources.ipynb Launch on MyBinder]
* Jupyter Notebook for this episode (online): [https://mybinder.org/v2/gh/oneM2M/onem2m-jupyter-notebooks/master?urlpath=lab/tree/02-basic-resources.ipynb Launch on MyBinder]


Line 40: Line 65:
An essential function in all IoT systems is to find and discover stored resources. In this episode Andreas and Ken talk about the “Discovery” function and how it is implemented in oneM2M.
An essential function in all IoT systems is to find and discover stored resources. In this episode Andreas and Ken talk about the “Discovery” function and how it is implemented in oneM2M.


* Video: <--TODO-->
 
* Presentation: <--TODO-->
{{#evu:https://www.youtube.com/watch?v=hi-kjo0BasI
|alignment=inline
|dimensions="120"
}}
 
 
* [https://wiki.onem2m.org/images/5/51/OneM2M_-_Tutorial_4_-_Resource_Discovery.pdf Presentation]
* Jupyter Notebook for this episode (online): [https://mybinder.org/v2/gh/oneM2M/onem2m-jupyter-notebooks/master?urlpath=lab/tree/03-discovery.ipynb Launch on MyBinder]
* Jupyter Notebook for this episode (online): [https://mybinder.org/v2/gh/oneM2M/onem2m-jupyter-notebooks/master?urlpath=lab/tree/03-discovery.ipynb Launch on MyBinder]


Line 55: Line 86:
* Do you have any questions? Then join the [https://github.com/oneM2M/onem2m-jupyter-notebooks/discussions discussions on GitHub], or ask questions on [https://stackoverflow.com/questions/tagged/onem2m StackOverflow].
* Do you have any questions? Then join the [https://github.com/oneM2M/onem2m-jupyter-notebooks/discussions discussions on GitHub], or ask questions on [https://stackoverflow.com/questions/tagged/onem2m StackOverflow].
* Use [https://github.com/oneM2M/onem2m-jupyter-notebooks this link to oneM2M's GitHub repository] to experiment with these tutorials using a local copy.
* Use [https://github.com/oneM2M/onem2m-jupyter-notebooks this link to oneM2M's GitHub repository] to experiment with these tutorials using a local copy.
* [https://www.youtube.com/playlist?list=PLDd4EJmw5gUnA_d1RgYnxrOrYeYuHdH5u YouTube Video Playlist]
* [https://github.com/ankraft/ACME-oneM2M-CSE Access the ACME oneM2M CSE on GitHub].  
* [https://github.com/ankraft/ACME-oneM2M-CSE Access the ACME oneM2M CSE on GitHub].  



Revision as of 15:29, 7 September 2022


oneM2M provides a series of introductional hands-on tutorials to various oneM2M concepts, resource types and requests.

This page provides an overview, links, and introduction and overview to these tutorials.

Episodes

Episode 0 - Introductions

In this first episode Andreas and Ken introduce a series of short talks on using oneM2M standards to build open and interoperable IoT systems. This talk begins with an introduction to the basic elements in an IoT system and where oneM2M fits into the picture. In future talks, Andreas will illustrate oneM2M’s capabilities via a set of Jupyter Notebooks that contain software and explanatory notes.



Episode 1 - Setup Configurations

This series of talks uses Jupyter Notebooks to illustrate the basic capabilities that oneM2M standards support. In this talk, Andreas explains how to access the Notebooks online, and how to run a oneM2M Common Services Entity (CSE), which functions as an IoT platform, inside the Notebooks. He also explains how oneM2M supports the exchange of messages between applications and a CSE.



Episode 2 - First Contact with oneM2M

In this episode Andreas and Ken take a more detailed look at oneM2M requests. The practical part involves a request to the oneM2M CSE to retrieve information about its “resource tree”. The resource tree corresponds to a “digital twin” of an IoT system.



Episode 3 - Basic Resources & Requests using REST Calls

In this episode Andreas and Ken explore how IoT resources are organized in the oneM2M resource tree. The practical part uses some of oneM2M’s most basic resource types and we learn how an application can create new resources in the CSE allowing another application to retrieve information about those resources.



Episode 4 - Resource Discovery

An essential function in all IoT systems is to find and discover stored resources. In this episode Andreas and Ken talk about the “Discovery” function and how it is implemented in oneM2M.



More Episodes to Come

  • Groups
  • Access Control
  • Subscriptions and Notifications
  • FlexContainers

Useful Links and Resources


About the Presenters

Andreas Kraft works for Deutsche Telekom for more than 20 years as an enterprise architect and innovation expert in the field of IoT. He represents Deutsche Telekom in oneM2M and various other standardization consortia.

Ken Figueredo is an advisor to oneM2M’s Marketing & Communications (MARCOMs) Committee which promotes oneM2M technical standards, developer resources and deployment examples.

About oneM2M

oneM2M is the global standards initiative that covers requirements, architecture, API specifications, security solutions and interoperability for Machine-to-Machine and IoT technologies. oneM2M was formed in 2012 and consists of eight of the world's preeminent standards development organizations: ARIB (Japan), ATIS (U.S.), CCSA (China), ETSI (Europe), TIA (U.S.), TSDSI (India), TTA (Korea), and TTC (Japan), together with industry fora and consortia (GlobalPlatform) and over 200 member organizations. oneM2M specifications provide a framework to support applications and services such as the smart grid, connected car, home automation, public safety, and health. oneM2M actively encourages industry associations and forums with specific application requirements to participate in oneM2M, in order to ensure that the solutions developed support their specific needs. For more information, including how to join and participate in oneM2M, see: https://www.onem2m.org.