summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* netmon: ifconfig works better when you tell it what interface to useJon duSaint2022-11-27
|
* netmon: Network interface monitorJon duSaint2022-11-23
| | | | | Monitor a network interface. If the IP address disappears, reconfigure the interface.
* reolink: add video tabJon duSaint2022-07-24
| | | | | | | The output web page now has slideshow and video tabs. The video tab lets you select from and play existing videos. N.b. videos that are still being generated will show up.
* reolink: switch to small videos onlyJon duSaint2022-07-24
| | | | | | Full size takes forever to generate (which will eat into the power budget once remote) and is larger than needed for what it is. Switch to generate the small size only.
* reolink: Fix video generation and add enhancementsJon duSaint2022-07-24
| | | | | | | When the spool was different from default, the process child found no screenshots as it wasn't loading the config file. Fix that. Also add a `"timelapse"` command to trigger generation (primarily for debugging), and save off a "keyframe" for each video generated.
* reolink: generate simple slideshow web pageJon duSaint2022-07-18
| | | | | Static page with simple slideshow, generated after each snapshot and respool.
* reolink: minor input validation improvementsJon duSaint2022-07-17
|
* reolink: sandbox fixesJon duSaint2022-07-17
| | | | Enable config file creation and exec (for video creation).
* reolink: Allow reloadJon duSaint2022-07-17
| | | | | Turns out support for reload was present since the beginning, so enable the rc "reload" action.
* reolink: Add spool retention policyJon duSaint2022-07-17
| | | | | Default now is to keep images in spool only for 24 hours. This can be changed via a client command or the config file.
* reolink: rearrange sandbox code so it works with daemonizeJon duSaint2022-07-16
|
* reolink: remove chroot refsJon duSaint2022-07-16
|
* reolink: Sandbox server with unveilJon duSaint2022-07-16
|
* reolink: Hoist load_params to mainJon duSaint2022-07-16
| | | | Prepare for use by Client.
* reolink: Fix more missing spool dir bugsJon duSaint2022-07-16
|
* reolink: Install reolink.conf.5 to correct directoryJon duSaint2022-07-16
|
* reolink: Add man pages and example configurationJon duSaint2022-07-16
|
* reolink: Fix missing spool dir bugJon duSaint2022-07-16
| | | | | Add `spool_dir` to `%default_config` and `%debug_config` so as not to store snapshots in `/`.
* reolink: Install and rc scriptsJon duSaint2022-07-15
|
* reolink: Add timelapse video generationJon duSaint2022-07-09
|
* reolink: client/server to take snapshots from a Reolink IP cameraJon duSaint2022-05-17
|
* Move Reolink to its own subdirJon duSaint2022-05-01
|
* Reolink perl module: client APIJon duSaint2022-04-30