<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>iot on TODO: Document</title>
    <link>https://ryan.lovelett.me/tags/iot/</link>
    <description>Recent content in iot on TODO: Document</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 25 May 2023 14:04:00 +0000</lastBuildDate><atom:link href="https://ryan.lovelett.me/tags/iot/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Compile rtl_433 with SSL Support on macOS</title>
      <link>https://ryan.lovelett.me/posts/compile-rtl_433-with-ssl-support-macos/</link>
      <pubDate>Thu, 25 May 2023 14:04:00 +0000</pubDate>
      
      <guid>https://ryan.lovelett.me/posts/compile-rtl_433-with-ssl-support-macos/</guid>
      <description>The rtl_433 that comes bundled with Homebrew on macOS does not support SSL. Which means that we need to compile it from source. It is rather straight forward to do so.
Uninstall rtl_433 If you already have rtl_433 installed via Homebrew it should be removed first.
brew uninstall rtl_433 Dependencies brew install cmake pkg-config openssl@3 Compile from Source git clone https://github.com/merbanan/rtl_433.git cd rtl_433 mkdir build cd build cmake -DOPENSSL_ROOT_DIR=$(brew --prefix openssl@3) .</description>
    </item>
    
  </channel>
</rss>
