Skip to content

Releases: tectrolabs/microrng

MicroRNG Software Kit version 1.0.2 for Raspberry PI

29 Oct 13:46
51024f4
Compare
Choose a tag to compare

MicroRNG Software Kit version 1.0.2 for Raspberry Pi 3+/4 running Ubuntu

This release contains the following:

  • Addressed C/C++ source code issues found with SonarQube C/C++ scanner.

Software kit content:

  • MicroRngSPI.cpp - API source code in C++ for communicating with a MicroRNG device over an SPI interface.
  • mcdiag.cpp - general purpose diagnostics utility that interacts with the MicroRNG device for determining the maximum clock speed and for validating the communication over a SPI interface.
  • mcrng.cpp - utility for downloading random bytes generated by MicroRNG device over SPI interface.
  • sample.cpp - sample C++ program that demonstrates how to use the API for communicating with the MicroRNG device over SPI interface.

MicroRNG Software Kit version 1.0.1 for Raspberry PI

08 Jun 03:50
5865761
Compare
Choose a tag to compare

MicroRNG Software Kit version 1.0.1 for Raspberry Pi 3+/4 running Ubuntu

This release contains the following:

  • Updated MicroRNG Software Kit and added a feature for validating the MicroRNG device when connected through SPI interface

Software kit content:

  • MicroRngSPI.cpp - API source code in C++ for communicating with a MicroRNG device over an SPI interface.
  • mcdiag.cpp - general purpose diagnostics utility that interacts with the MicroRNG device for determining the maximum clock speed and for validating the communication over a SPI interface.
  • mcrng.cpp - utility for downloading random bytes generated by MicroRNG device over SPI interface.
  • sample.cpp - sample C++ program that demonstrates how to use the API for communicating with the MicroRNG device over SPI interface.

MicroRNG Software Kit version 1.0.0 for Raspberry PI

25 Apr 03:28
ac0b78b
Compare
Choose a tag to compare

MicroRNG Software Kit version 1.0.0 for Raspberry Pi 3+/4 running Ubuntu 18.04 and 20.04

This initial release contains the MicroRNG Software Kit and utilities for using the MicroRNG device with Raspberry Pi 3+ or other Linux-based single-board computers via an SPI interface.

Software kit content:

  • MicroRngSPI.cpp - API source code in C++ for communicating with a MicroRNG device over an SPI interface.
  • mcdiag.cpp - general purpose diagnostics utility that interacts with the MicroRNG device for determining the maximum clock speed and for validating the communication over an SPI interface.
  • mcrng.cpp - utility for downloading random bytes generated by MicroRNG device over an SPI interface.
  • sample.cpp - sample C++ program that demonstrates how to use the API for communicating with the MicroRNG device over an SPI interface.