SimpleIPUpstreamMgr
Description
The SimpleIPUpstreamMgr application works in coordination with the SimpleIPUpstreamMote application:
- It connects to the manager on the supplied COM port
- Prints received strings from motes running the SimpleIPUpstreamMote application.
- Exits on keypress
Note that all mote data notifications will be printed as strings, so OAP temperature measurements or other data will typically print as garbage characters.
Sample Output
SimpleIPUpstreamMgr (c) Dust Networks SmartMesh SDK 1.0.6.139 Note: Use with SimpleIPUpstreamMote - create the variable 'mgrconnector' - connect to the manager's serial port Enter the serial API port of SmartMesh IP Manager (e.g. COM7): COM6 - subscribe to data notifications Press any key to stop. Received from mote 00-17-0d-00-00-58-65-e2: "Hello, World!" Received from mote 00-17-0d-00-00-58-65-e2: "Hello, World!" Received from mote 00-17-0d-00-00-58-65-e2: "Hello, World!" Script ended normally. Press Enter to close.