<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wx, branch main</title>
<subtitle>Weather station related software
</subtitle>
<link rel='alternate' type='text/html' href='http://src.rockgeeks.net/wx/'/>
<entry>
<title>reolink: Show small images by default</title>
<updated>2023-11-03T19:50:08+00:00</updated>
<author>
<name>Jon duSaint</name>
</author>
<published>2023-11-03T19:50:08+00:00</published>
<link rel='alternate' type='text/html' href='http://src.rockgeeks.net/wx/commit/?id=ff137b80cdc8e7e544b1988424e36bc6b8c58edc'/>
<id>ff137b80cdc8e7e544b1988424e36bc6b8c58edc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reolink.pm: Images should be TrueColor</title>
<updated>2023-11-03T19:48:51+00:00</updated>
<author>
<name>Jon duSaint</name>
</author>
<published>2023-11-03T19:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://src.rockgeeks.net/wx/commit/?id=ec178cfc587485ce365c20c9643b746e276703a2'/>
<id>ec178cfc587485ce365c20c9643b746e276703a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reolink: Revamp web page</title>
<updated>2023-10-02T18:27:17+00:00</updated>
<author>
<name>Jon duSaint</name>
</author>
<published>2023-10-02T18:27:17+00:00</published>
<link rel='alternate' type='text/html' href='http://src.rockgeeks.net/wx/commit/?id=b56ee743bcd708ca560ebc205b1c3308b5eab6d6'/>
<id>b56ee743bcd708ca560ebc205b1c3308b5eab6d6</id>
<content type='text'>
The generated web page now supports multiple cameras and is usable on
idevices.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The generated web page now supports multiple cameras and is usable on
idevices.
</pre>
</div>
</content>
</entry>
<entry>
<title>reolink: Security fixes for LWP::UserAgent</title>
<updated>2023-10-02T18:24:36+00:00</updated>
<author>
<name>Jon duSaint</name>
</author>
<published>2023-10-02T18:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://src.rockgeeks.net/wx/commit/?id=c6ec5bc553ff58c845c13f2bb2860d9e05a75d6f'/>
<id>c6ec5bc553ff58c845c13f2bb2860d9e05a75d6f</id>
<content type='text'>
Modify pledge/unveil calls so LWP::UserAgent will work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modify pledge/unveil calls so LWP::UserAgent will work.
</pre>
</div>
</content>
</entry>
<entry>
<title>reolink: Don't die when camera unavailable</title>
<updated>2023-10-02T18:23:11+00:00</updated>
<author>
<name>Jon duSaint</name>
</author>
<published>2023-10-02T18:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://src.rockgeeks.net/wx/commit/?id=3871aba12c9a3a09dbd2cea470031d7ca8f2533c'/>
<id>3871aba12c9a3a09dbd2cea470031d7ca8f2533c</id>
<content type='text'>
Now that multiple cameras are supported, keep going when one can't be
reached for some reason.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that multiple cameras are supported, keep going when one can't be
reached for some reason.
</pre>
</div>
</content>
</entry>
<entry>
<title>reolink: Set default retention to 72 hours</title>
<updated>2023-10-02T18:22:00+00:00</updated>
<author>
<name>Jon duSaint</name>
</author>
<published>2023-10-02T18:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://src.rockgeeks.net/wx/commit/?id=ef38f7e82722909183c13282cb20de3b592c8f78'/>
<id>ef38f7e82722909183c13282cb20de3b592c8f78</id>
<content type='text'>
There's plenty of storage; may as well keep images around longer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's plenty of storage; may as well keep images around longer.
</pre>
</div>
</content>
</entry>
<entry>
<title>reolink: Simplify child process handling</title>
<updated>2023-09-16T16:41:28+00:00</updated>
<author>
<name>Jon duSaint</name>
</author>
<published>2023-09-16T16:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://src.rockgeeks.net/wx/commit/?id=572baa6c85ab8bbe181b3709c0620156633b6393'/>
<id>572baa6c85ab8bbe181b3709c0620156633b6393</id>
<content type='text'>
Since all we care about is whether the video-generating process is
still running, we can remove the SIGCHLD handling that updates the
list of child processes in favor of directly checking them when
decideding whether to generate a video or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since all we care about is whether the video-generating process is
still running, we can remove the SIGCHLD handling that updates the
list of child processes in favor of directly checking them when
decideding whether to generate a video or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>reolink: Minor fixes</title>
<updated>2023-09-16T16:26:23+00:00</updated>
<author>
<name>Jon duSaint</name>
</author>
<published>2023-09-16T16:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://src.rockgeeks.net/wx/commit/?id=fc553499d07c439fbe7299fbc3a8e1a2f72ca32b'/>
<id>fc553499d07c439fbe7299fbc3a8e1a2f72ca32b</id>
<content type='text'>
 * Pass along camera quality kludge flag to Snap.
 * Print an error when waitpid finds a child not in the list
 * More directly search for today's video
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Pass along camera quality kludge flag to Snap.
 * Print an error when waitpid finds a child not in the list
 * More directly search for today's video
</pre>
</div>
</content>
</entry>
<entry>
<title>Reolink.pm: Clean up args in new</title>
<updated>2023-09-16T16:24:03+00:00</updated>
<author>
<name>Jon duSaint</name>
</author>
<published>2023-09-16T16:24:03+00:00</published>
<link rel='alternate' type='text/html' href='http://src.rockgeeks.net/wx/commit/?id=5f3dc020f0164ef0ae833b07463a40c9c44ae0b6'/>
<id>5f3dc020f0164ef0ae833b07463a40c9c44ae0b6</id>
<content type='text'>
Make the previous change here more tidy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the previous change here more tidy.
</pre>
</div>
</content>
</entry>
<entry>
<title>reolnk: Support multiple cameras</title>
<updated>2023-09-14T16:07:47+00:00</updated>
<author>
<name>Jon duSaint</name>
</author>
<published>2023-09-14T16:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://src.rockgeeks.net/wx/commit/?id=af3fe6aa15126e10b7e3e8fe67e0d5b28c63f0c2'/>
<id>af3fe6aa15126e10b7e3e8fe67e0d5b28c63f0c2</id>
<content type='text'>
Multiple cameras can now have snapshots taken and videos
generated. The cameras are hardcoded for now. Images and videos go
into a per-camera spool.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Multiple cameras can now have snapshots taken and videos
generated. The cameras are hardcoded for now. Images and videos go
into a per-camera spool.
</pre>
</div>
</content>
</entry>
</feed>
