/pheromon-codecs

Function to encode data used by pheromon sources

Primary LanguageJavaScript

pheromon-codecs

Build Status

Function to encode data used by pheromon sources.

List of available codecs

signalStrengths :

This codec allows to encode measurements matching this pattern :

{
  date: Date(),
  devices:
  [ 
    {
      signal_strength: int,
      ID: uint32
    },
    ...
  ] 
}

License

MIT