├── LICENSE.md ├── README.md ├── So What the Heck Is This Radio Thing - BSidesLV 2015.pdf ├── Wifi.Security.pdf └── Wifi.Security.pptx /LICENSE.md: -------------------------------------------------------------------------------- 1 | Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 2 | 3 | http://creativecommons.org/licenses/by-nc-sa/4.0/ 4 | http://creativecommons.org/licenses/by-nc-sa/4.0/legalcode 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Presentations 2 | Talks I've given, will add YouTube links to the talks as they're put online. 3 | 4 | * [So What The Heck Is This Radio Thing, Anyway - BSidesLV 2015](https://www.youtube.com/watch?v=5iZrHXAX1zs) 5 | * [WiFi Security - CalPoly San Luis Obispo White Hat Club 2016](https://www.youtube.com/watch?v=ylbaxHaV3eg) 6 | * [Embedded systems overview - Seattle DIY IoT 2019](https://www.youtube.com/watch?v=uA9wVg34_IY) 7 | * [In The Air And On The Air (Aviation Radio Systems) - Aviation Village, Defcon 2019](https://www.youtube.com/watch?v=1KauHqfTGwc) 8 | 9 | # Podcasts 10 | Podcast appearances 11 | 12 | * [ADS-B - Ham Radio 360](http://hamradio360.com/index.php/2017/06/13/ham-radio-360-ads-b-with-nick-kk6lhr/) 13 | * [Holiday Shopping Show - Ham Radio Workbench](https://www.hamradioworkbench.com/podcast/2017-christmas-shopping-show) 14 | * [Infosec - Embedded.fm](https://embedded.fm/episodes/229) 15 | * [Spectrum Analyzers - Ham Radio Workbench](https://www.hamradioworkbench.com/podcast/spectrum-analyzers) 16 | * [Intro to Networking & Network Security (for ham radio)](https://www.hamradioworkbench.com/podcast/introduction-to-networking-and-network-security) 17 | * [Solar Power - Ham Radio Workbench](https://www.hamradioworkbench.com/podcast/solar-power) 18 | * [100th Episode - Ham Radio Workbench](https://www.hamradioworkbench.com/podcast/century-club) 19 | 20 | # Livechats 21 | Online chats 22 | 23 | * [Fundamentals of RF - Friday Hack Chat, Hackaday](https://hackaday.com/2017/11/01/friday-hack-chat-fundamentals-of-rf/) 24 | -------------------------------------------------------------------------------- /So What the Heck Is This Radio Thing - BSidesLV 2015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ExplodingLemur/presentations/a48e48d74a5d39a623b2cf9e94b861108893c346/So What the Heck Is This Radio Thing - BSidesLV 2015.pdf -------------------------------------------------------------------------------- /Wifi.Security.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ExplodingLemur/presentations/a48e48d74a5d39a623b2cf9e94b861108893c346/Wifi.Security.pdf -------------------------------------------------------------------------------- /Wifi.Security.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ExplodingLemur/presentations/a48e48d74a5d39a623b2cf9e94b861108893c346/Wifi.Security.pptx --------------------------------------------------------------------------------