Skip to content

0.1.2

Compare
Choose a tag to compare
@chrisdalke chrisdalke released this 21 Jan 05:03
· 13 commits to develop since this release
  • Implement strongly-typed data points, supporting boolean, 8-bit to 64-bit integers, 32-bit to 64-bit floats
  • Implement output using binary or text-based output modes
  • Move to a fixed buffer size with no dynamic allocation of memory during the update loop
  • Add "delta" mode, which only sends data points if their value has changed
  • Add "expiration" times to data points