Function to encode data used by pheromon sources.
This codec allows to encode measurements matching this pattern :
{
date: Date(),
devices:
[
{
signal_strength: int,
ID: uint32
},
...
]
}
MIT
Function to encode data used by pheromon sources.
This codec allows to encode measurements matching this pattern :
{
date: Date(),
devices:
[
{
signal_strength: int,
ID: uint32
},
...
]
}
MIT