You would like to create a great Adobe Flex application which will show data from a MySQL-database. You Googled around and found BlazeDS would be a great back-end solution for retrieving your data. Bad luck, you have no Java experience and/or your hosting provider is not equipped to allow you to deploy BlazeDS at a… Continue reading Adobe Flex with a PHP back-end
Raspberry Pi: Your cheap Automatic Identification System (AIS) receiver
In this tutorial you will learn how to teach your Raspberry Pi to become a brave Automatic Identification System (AIS) receiver. What is AIS? The Automatic Identification System (AIS) is an automatic tracking system used on/for ships. It transmits information like identification, position, course and speed. Ingredients Raspberry Pi (2 model B) DVB-T-DAB-FM receiver Client… Continue reading Raspberry Pi: Your cheap Automatic Identification System (AIS) receiver
Installeren van OpenWrt op een Asus WL-HDD
Nu we gezien hebben hoe OpenWrt gecompileerd moet worden (zie artikel: Compileren van OpenWrt) gaan we de gebouwde firmware installeren op de Asus WL-HDD. Er zijn diverse manieren om dit te doen. De onderstaande manier beschrijft de werkwijze waarbij gebruik wordt gemaakt van Netcat, ook bekend als: TCP/IP swiss army knife. Ik ga ervan uit… Continue reading Installeren van OpenWrt op een Asus WL-HDD
Linux: Let your program run as background service
In this post you will learn how to convert your headless Linux program to a service running in the background. Here with headless is meant a program without user interaction and without graphical user interface (GUI). Assumed is that you are running a Linux distribution with Systemd enabled, like Ubuntu 15.10. In the example below,… Continue reading Linux: Let your program run as background service