Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

platziverse-mqtt

agent/connected

{
  agent: {
    uuid, // auto generator
    username, // definir por configuracion
    name, // definir por configuracion
    hostname, // obtener del sistema operativo
    pid, // obtener del proceso
  }
}

agent/disconnected

{
  agent: {
    uuid,
  }
}

agent/message

  agent,
  metrics: [
    {
      type,
      value
    }
  ],
  timestamp // generar cuando creamos el mensaje
  }
}