Tagged: C++

0

Emscripting a C library to Wasm

From the blog of Google Developers an very interesting article on how to run C code in a modern browser via Emscripten and WebAssembly   Checkout it on Emscripting a C library to Wasm  |  Web  |  Google Developers Do you know what Emscripting is? just quote the official site Emscripten is an Open Source LLVM to JavaScript compiler. Using...

0

Home made home automation

Continue my journey in the world of domotics: I will use as much as possible the sensors present at home, maybe forgotten in a corner because unused! Here is how to haking the temperature sensors at home…. or smoke sensors… or the domestic alarm. Below is a list of illuminant articles Over on his blog, Gough Lui has posted about...

9
RTL-SDR compile on windows7

How to build RTL-SDR on Windows x64

I decided to write a short tutorial where I’m going to explain how I  built the rtlsdr software on windows x64 from source… why? After a crash of my personal linux laptop I had to come back to windows installed on the laptop I use at work. Now I have only it, but I want to continue using rtl-sdr! Unfortunately,...