Skip to content

Releases: radshield/raspi-sel

Aptos cEDGE Experiment Pt. 3

12 Feb 22:01
fc1bc93
Compare
Choose a tag to compare
Pre-release

Updates the detection tool to only run once per call and update one_byte_telemetry file

Dependencies needed:

  • python-pandas
  • python-sklearn
  • cpupower
  • Boost
  • libi2c
  • Linux perf

How to install dependencies:

# Install all dependencies
sudo apt-get install -y python3-sklearn python3-sklearn-lib python3-pandas libcpupower-dev libboost-dev linux-perf libi2c-dev

# Allow us to collect perf metrics (needed after every reboot)
sudo sysctl -w kernel.perf_event_paranoid=0

The program also needs to be run as sudo to access perf counters

Cryptosat cEDGE Experiment Pt. 2

22 Oct 17:06
dea08f8
Compare
Choose a tag to compare
Pre-release

Cryptosat cEDGE experiment with minor fixes

Dependencies needed:

  • python-pandas
  • python-sklearn
  • cpupower
  • Boost
  • libi2c
  • Linux perf

How to install dependencies:

# Install all dependencies
sudo apt-get install -y python3-sklearn python3-sklearn-lib python3-pandas libcpupower-dev libboost-dev linux-perf libi2c-dev

# Allow us to collect perf metrics (needed after every reboot)
sudo sysctl -w kernel.perf_event_paranoid=0

The program also needs to be run as sudo to access perf counters

Cryptosat cEDGE Experiment

11 Apr 16:39
f6179b4
Compare
Choose a tag to compare
Pre-release

Initial release for Cryptosat cEDGE experiment.

Dependencies needed:

  • python-pandas
  • python-sklearn
  • cpupower
  • Boost
  • libi2c
  • Linux perf

How to install dependencies:

# Install all dependencies
sudo apt-get install -y python3-sklearn python3-sklearn-lib python3-pandas libcpupower-dev libboost-dev linux-perf libi2c-dev

# Allow us to collect perf metrics (needed after every reboot)
sudo sysctl -w kernel.perf_event_paranoid=0

The program also needs to be run as sudo to access perf counters