...
Info |
---|
This section refers to the following sample application(s): |
Joining a network consists of the following steps:
...
Tip |
---|
Refer to the SmartMesh IP User's Guide for a detailed description of the joining process. |
...
The
Include Page |
---|
| _def_ocsdk_stack |
---|
| _def_ocsdk_stack |
---|
|
sends events to the application to indicate the step of the joining process it is at. The
DN_API_LOC_EV_OPERATIONAL
event indicates that the
has successfully joined the network.
...
Once the device is joined, the 01-join
sample application starts a task which sends a packet to the manager over the wireless network every 10s. You can connect the ApiExplorer
application from the
to your
and subscribe to data notifications to see the packets being received at the
:
Image Modified
Tip |
---|
Refer to the following documentation for the : |
You can also use the ApiExplorer
application to send arbitrary data to the mote, using the sendData
command:
Image Modified
The 01-join
sample application prints details about the received data over CLI:
No Format |
---|
acketpacket received:
- sourceAddr: ff020000000000000000000000000002
- sourcePort: 60000
- data: (4 bytes) aabbccdd |
...