|
51 | 51 | <link rel="stylesheet" href="https://ttui.thethingsindustries.com/release/1.7.4/main.css" />
|
52 | 52 |
|
53 | 53 | <meta property="og:title" content="Message Types" />
|
54 |
| -<meta property="og:description" content="In this chapter, you will learn about different message types used in LoRaWAN 1.0.x and 1.1. These message types are used to transport MAC commands and application data. The Things Fundamentals Certification exam expects you should have basic knowledge on the following topics with regards to the message types: |
55 |
| - Uplink and downlink messages. MAC Message types and their uses. Sending MAC commands in the FOpts field. Sending MAC commands and application data in the FRMPayload field." /> |
| 54 | +<meta property="og:description" content="Info: For information on The Things Stack specific data formats, check The Things Stack documentation. In this chapter, you will learn about different message types used in LoRaWAN 1.0.x and 1.1. These message types are used to transport MAC commands and application data. The Things Fundamentals Certification exam expects you should have basic knowledge on the following topics with regards to the message types: |
| 55 | + Uplink and downlink messages. MAC Message types and their uses." /> |
56 | 56 | <meta property="og:type" content="article" />
|
57 | 57 | <meta property="og:url" content="https://www.thethingsnetwork.org/docs/lorawan/message-types/" /><meta property="og:image" content="https://www.thethingsnetwork.org/docs/payload.png" /><meta property="article:section" content="lorawan" />
|
58 | 58 |
|
59 |
| -<meta property="article:modified_time" content="2021-12-13T21:03:01+05:30" /><meta property="og:site_name" content="The Things Network" /> |
| 59 | +<meta property="article:modified_time" content="2024-06-25T19:49:09+02:00" /><meta property="og:site_name" content="The Things Network" /> |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 | 63 | <meta name="twitter:card" content="summary_large_image"/>
|
64 | 64 | <meta name="twitter:image" content="https://www.thethingsnetwork.org/docs/payload.png"/>
|
65 | 65 |
|
66 | 66 | <meta name="twitter:title" content="Message Types"/>
|
67 |
| -<meta name="twitter:description" content="In this chapter, you will learn about different message types used in LoRaWAN 1.0.x and 1.1. These message types are used to transport MAC commands and application data. The Things Fundamentals Certification exam expects you should have basic knowledge on the following topics with regards to the message types: |
68 |
| - Uplink and downlink messages. MAC Message types and their uses. Sending MAC commands in the FOpts field. Sending MAC commands and application data in the FRMPayload field."/> |
| 67 | +<meta name="twitter:description" content="Info: For information on The Things Stack specific data formats, check The Things Stack documentation. In this chapter, you will learn about different message types used in LoRaWAN 1.0.x and 1.1. These message types are used to transport MAC commands and application data. The Things Fundamentals Certification exam expects you should have basic knowledge on the following topics with regards to the message types: |
| 68 | + Uplink and downlink messages. MAC Message types and their uses."/> |
69 | 69 |
|
70 | 70 |
|
71 | 71 | </head>
|
@@ -301,6 +301,11 @@ <h1 class="title is-size-2">
|
301 | 301 |
|
302 | 302 | <div class="content">
|
303 | 303 |
|
| 304 | +<div class="notification is-primary is-light has-text-dark"> |
| 305 | + <h5 class="title is-family-sans-serif has-text-dark mb-1">Info:</h5> |
| 306 | + For information on The Things Stack specific data formats, check <a href="https://www.thethingsindustries.com/docs/the-things-stack/concepts/data-formats/">The Things Stack documentation</a>. |
| 307 | +</div> |
| 308 | + |
304 | 309 | <p>In this chapter, you will learn about different message types used in LoRaWAN 1.0.x and 1.1. These message types are used to transport MAC commands and application data. The Things Fundamentals Certification exam expects you should have basic knowledge on the following topics with regards to the message types:</p>
|
305 | 310 | <ul>
|
306 | 311 | <li>Uplink and downlink messages.</li>
|
|
0 commit comments