Research Article

Modular Middleware for Gestural Data and Devices Management

Box 6

Configuration file for the proposed middleware.
"DATABASE":
  "dbname":"database name",
  "ip":"ip address",
  "port":"port number"
,
"CONTROLLER":
  "ip":"ip address",
  "port":"port number"
,
"DEVICES":
  
   "id":"id of the device",
   "driverclass":"name of the controlling driver",
   "streams":
       
        "name":"stream name",
        "busclass":"the bus for writing output",
        "ip":"ip address of the output bus",
        "port":"port number"
       
   
  
,
"RECOGNITIONMANAGER":
  "threshold":"confidence of recognizers",
  "buses":
   
       "id":"device over activating recognition",
       "stream":"stream to be recognized",
       "bus":"bus for writing recognized gestures",
       "ip":"address of the output bus",
       "port":"port number"