Skip to main content
mod-Dummy

mod-Dummy

The mod-Dummy is a toy module which is used to test and simulate inputs of a speed sensor.

Runs on Rover1 Debix
Precompiled binary available here
Adheres to Makefile spec
Source code is confidentially available using your Github token
Uses service.yaml
Registers with SystemManager

Running this module

  1. Download the latest version of this module using the rover utility.
sudo rover update
  1. Enable this module in your /home/debix/rover.yaml file by (re)adding the following lines:
...
- name: mod-Dummy
  cmd: mod-Dummy -service-yaml /home/debix/mods/mod-Dummy/service.yaml -debug
...
  1. Start with the rover utility
sudo rover start