Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This application was added in REL-1.1.0.

Introduction

This basic example script connects to a Manager using the Python library and does the following;

...

  •  The SmartMesh IP VManager

Running

You can run the "VMgr User Create_UserCreate-Delete.py" application:

  • by double-clicking on its source files at /vmanager_apps/VMgr User Create_UserCreate-Delete.py (may require additional steps on non-windows OSes)


Code Block
VMgr User Create_UserCreate-Delete Example (c) Dust Networks
SmartMesh SDK 1.1.0.1

Enter the IP address of the manager (e.g. 10.70.48.69 ): 10.70.48.35

 The current users in Config are ...
    dust

 Creating a new user called user1


 The current Active users are ...
    dust
    user1

 Deleting the user we just created

 The current Active users are now ...
    dust

 Script ended normally