Skip to content

Releases: webOSArchive/webos-secondscreen

0.2.4 - Auto-discovery

Choose a tag to compare

@codepoet80 codepoet80 released this 03 Aug 14:37

This release adds functionality in both the sender and receiver to support auto-discovery.

When not connected, the receiver will passively scan the TouchPad WiFi connection's /24 subnet, looking for senders.
The sender will respond to a handshake to identify itself to the receiver.
If both ends complete the handshake, video sharing begins.

A configured IP on the TouchPad side (or auto-configured via USB) will win over auto-discover, if available.

0.2.3 - Screen Saver

Choose a tag to compare

@codepoet80 codepoet80 released this 27 Jul 13:44

This release adds a screen saver and app time-out, to protect old TouchPads when the Mac goes to sleep (or otherwise goes away).

Default timing is 15 minutes for the screen saver to kick in, and 60 minutes for the app to close (allowing the TouchPad to go to sleep).
Timing can be changed with over-rides in /media/internal/secondscreen.conf like:

saver_secs=90
idle_secs=180

0.2.2 - Bug Fixes

Choose a tag to compare

@codepoet80 codepoet80 released this 26 Jul 22:05

Bug fixes:

  • Add an update check for both sender and receiver
  • Allow receiver to time-out after an hour
  • Receiver checks for updated config every minute when not connected
  • Touch geometry updates after display arrangement changes

Initial Mac Release

Choose a tag to compare

@codepoet80 codepoet80 released this 26 Jul 19:47

Tested working end-to-end on Apple Silicon and Intel Macs running Sequoia.

See the README for details.