Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor improvements to systemd and udev configuration files #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 24, 2021

  1. Add udev rules to use core modules as RF gateway

    This udev rule file is similar to the udev rule file for the USB dongle,
    except that it matches a slightly different serial number pattern and
    creates a device file with a different name (bcCore%n).
    janakj committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    a63bc80 View commit details
    Browse the repository at this point in the history
  2. Add template systemd unit for core-based gateway

    This template systemd unit can be used to correctly start the radio
    gateway on a system with multiple core modules connected. It is
    automatically started and stopped by the corresponding udev rule when
    a core module is connected or disconnected.
    janakj committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    6aa1cf9 View commit details
    Browse the repository at this point in the history
  3. Minor improvements in systemd unit template for RF gateways

    Correctly show the type of the hardware being used in the description
    string and only start the unit after the mosquitto service has been
    started.
    janakj committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    e0fbf69 View commit details
    Browse the repository at this point in the history