/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

hackaday.com
| | hacks.esar.org.uk
4.5 parsecs away

Travel
| | [AI summary] A detailed technical guide explaining how to modify an HDMI splitter using a microcontroller to strip HDCP encryption and bypass copyright protection.
| | www.scorpia.co.uk
4.5 parsecs away

Travel
| | [AI summary] This article details the design and implementation of a POE-enabled lighting fixture with network control, focusing on hardware development, firmware, and integration with theatrical lighting systems.
| | blog.danman.eu
3.5 parsecs away

Travel
| | [AI summary] The user is trying to capture and play a video stream from a HDMI extender device. They initially faced issues with capturing the stream using tools like Wireshark and Python scripts, but eventually managed to extract the video using a script provided by danman. The script uses a specific IP and port (226.2.2.2:2068) and outputs the video in MJPEG format. The user encountered some glitches when playing the stream directly but resolved it by saving the output to a file. The community is actively discussing ways to improve the script and extract more data from the device.
| | whatibroke.com
11.2 parsecs away

Travel
| Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"...