https://github.com/nature40/insectphototrapos
https://github.com/nature40/insectphototrapos
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nature40/insectphototrapos
- Owner: Nature40
- Created: 2021-07-12T07:51:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T13:25:39.000Z (about 3 years ago)
- Last Synced: 2025-01-09T11:59:39.145Z (5 months ago)
- Language: Shell
- Size: 41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.