An open API service indexing awesome lists of open source software.

https://github.com/nature40/insectphototrapos


https://github.com/nature40/insectphototrapos

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# InsectPhotoTrap OS

A Raspberry Pi OS based operating system for wildlife photo trap for moths.

## Configuration

The system can be configured through different files in the `/boot` partition.

### `boot/cmdline.txt`

`cmdline.txt` holds the kernel boot commandline, which allows to configure the hostname in newer systemd versions. This behavioud is emulated and a hostname can be configured by setting `systemd.hostname=tRackIT-00001`

### [`/boot/mqttutil.conf`](boot/mqttutil.conf)

Mqttutil reports system statistics via MQTT, [see example config](https://github.com/Nature40/pymqttutil/blob/main/etc/mqttutil.conf).

### `/boot/wireguard.conf`

A wireguard configuration can be set using this configuration file.

### [`/boot/mosquitto.d/`](boot/mosquitto.d/)

Files in this directory are loaded by mosquitto. E.g. mqtt brokers for reporting can be set using files in this folder.