...
This script subscribes to all Data data notifications and prints out all Blink packets received
This example script connects to a Manager using the Python library and does the following;:
- prompts Prompts the user for Vmanager lP address
- subscribes Subscribes to all data notifications
- prints Prints out all Blink packets received
...
- The SmartMesh IP VManager
Running
You can run the "VMgr_BlinkData.py
" application:
- by By double-clicking on its source files at
/vmanager_apps/VMgr_VMgr_BlinkData.py
- A sample Mote application in the SMSDK called BlinkPacketSend.py can be used separately to send Blink packets from a mote
...