Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.21 KB | None | 0 0
  1. {
  2.     'Messages': [
  3.         {
  4.             "Name": "CreateObject",
  5.             "Args": {
  6.                 "Type": "AccessPoint",
  7.                 "CtorArgs": { "Port": 2222 }
  8.             }
  9.         },
  10.         {
  11.             "Name": "CreateObject",
  12.             "Args": {
  13.                 "Type": "AccessManager",
  14.                 "CtorArgs": { "Script": "AccessManagerPlugin.py" }
  15.             }
  16.         },
  17.         {
  18.             "Name": "CreateObject",
  19.             "Args": {
  20.                 "Type": "Orm",
  21.                 "CtorArgs": { "Script": "OrmPlugin.py" }
  22.             }
  23.         },
  24.         {
  25.             "Name": "CreateObject",
  26.             "Args": {
  27.                 "Type": "Mongo",
  28.                 "CtorArgs": {
  29.                     "ConnectionString": "mongodb://localhost:27017",
  30.                     "Storage": "Sip"
  31.                 }
  32.             }
  33.         },
  34.  
  35.         {
  36.             "Name": "CreateObject",
  37.             "Args": {
  38.                 "Type": "Rfid",
  39.                 "CtorArgs": {
  40.                     "Guid": "{D2AFCEC9-9285-44EB-BF38-3B7529FD4F2F}",
  41.                     "Readers": [                               
  42.             {
  43.                             "ReaderId": "{0358e64f-5a7d-4474-8437-73deb04947ec}",
  44.                             "Type": 0,
  45.                             "Host": "192.168.8.100",
  46.                             "Antennas": 4,
  47.                 "Port": 5084,
  48.                             "Power": 15.0
  49.                         },
  50.             {
  51.                             "ReaderId": "{f2854867-c2b8-41b3-b81a-67cef4c031c8}",
  52.                             "Type": 1,
  53.                             "Connection": 1,
  54.                             "Port": 3,
  55.                             "Antennas": 1,
  56.             "Baudrate": 5
  57.                         }
  58.                     ]
  59.                 }
  60.             }
  61.         },
  62.  
  63.         {
  64.             "Name": "CreateObject",
  65.             "Args": {
  66.                 "Type": "Sip",
  67.                 "CtorArgs": { "Script": "UhfRtlsPlugin.py" }
  68.             }
  69.         }
  70.  
  71.         //{
  72.         //  'Name': 'CreateObject',
  73.         //  'Args': {
  74.         //    'Type': 'RelocationEmulator',
  75.         //    'CtorArgs': { Script: "RelocationEmulator.js" }
  76.         //  }
  77.         //},
  78.     ]
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement