SimpleIPDownstreamMgr
Description
The SimpleIPDownstreamMgr application works in coordination with the SimpleIPDownstreamMote application:
Connects to manager on supplied COM port
Retrieves a list of connected motes
Sends the string "Hello, World!" to each mote on the list every 5 seconds
You can view the sent string using the SimpleIPDownstreamMote application with a mote.
Sample Output
SimpleIPDownstreamMgr (c) Dust Networks
SmartMesh SDK 1.0.6.139
Note: Use with SimpleIPDownstreamMote
- create the variable 'mgrconnector'
- connect to the manager's serial port
Enter the serial API port of SmartMesh IP Manager (e.g. COM7): COM6
- retrieve the list of all connected motes
Found the following operational motes:
- 00-17-0d-00-00-58-65-e2
- start sending data
Just sent "Hello, World!" to 00-17-0d-00-00-58-65-e2, next in 5s
Just sent "Hello, World!" to 00-17-0d-00-00-58-65-e2, next in 5s
...