In this tutorial, we will use some of the basic APIs from Akka Stream as quick start guide. All the following programs are small and runnable. So it is really easy to get started and to get it run. Read more
In this tutorial, we will use Play framework to build a simple reactive web page using WebSocket and Akka. The completed git repo is provided. Let’s get digging. Read more
In this tutorial, we will use sbt-native-packager to autostart MQTT Scala program at system boot with Ubuntu OS. Then we will publish MQTT data to test whether the program is actually running in the background. Let’s look more detail. Read more
In this tutorial, we will send MQTT messages between Arduino Wifi Shield and Ubuntu PC. Then we will verify the receiving messages from both Arduino and Ubuntu PC. Read more
In this tutorial, we will send messages across the network instead of using a local machine. We will use Python language to send messages. So make sure we have two machines or virtual machines to play with. Read more