Skip to content

statistics, consensus and no warnings release

Compare
Choose a tag to compare
@stricaud stricaud released this 14 Apr 00:22
· 33 commits to master since this release

This release offers 2 new features:

  1. Statistics: can be used to store statistics over time when we do sightings. If will give an accurate count per hour so anyone can see how much data was sent at what time, instead of only getting a count, first seen and last seen. The default is not to return it, since it can be rather large, however, instead of using the "r" command, use "rs" for "read statistics"
  2. Consensus: when one write to a namespace a given value, and write to another one the very same value, it will make a consensus of 2, since 2 different namespaces share the same value. It helps getting insights on how many other people share the same value.

Last but not least, I removed all the compiler warnings.