Skip to content

Instantly share code, notes, and snippets.

function Logger(id)
{
this.id = id;
this.rawLog = [];
// Variables of Logs
// Contains their values [0[ & COOJA timestamp [n-1]
this.macAdd = [];
this.csmaChannel = [];
this.ipv6LinkLocal = [];
this.collectProcessId = []; // Client/Server?