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 Emscripten you can: Compile C and C++ code into JavaScript Compile any other code that can be translated into LLVM bitcode into JavaScript. Compile the C/C++ runtimes of other languages into JavaScript, and then run code in those other languages...

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 his experiences with decoding various ASK/OOK devices on the unlicenced 433 MHz ISM band using an RTL-SDR and the command line program rtl_433. Gough shows how he was able to receive and decode the data from an Aldi weather station...

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, on rtl-srd site the “windows” aspect is not much supported and it shows only a link to pre-built version. My nerd-side used this built rtl-sdr  with stupid suspicious (because, at the end, everything works fine) and after some days the...