Raspberry.Taipei Meetup on 2016-01-24
Use docker volume the qemu-static file to run ARM docker image.
GOARCH=arm go build ./hello.go
javac HelloWorld.java
docker run -it --rm -v $(pwd)/qemu-arm-static:/usr/bin/qemu-arm-static -v $(pwd)/demo1:/app philipz/rpi-raspbian bash
Use Resin blog to build ARM docker image, then upload Github repo to Docker Hub. Docker Hub to autobuild ARM images on itself X86 machine.
Use mosquitto to send mqtt message on ARM device. MQTT broker also runs on ARM, all device are running on X86 platform by Docker and QEMU.
mosquitto
mosquitto_sub -h broker -t rpi/mqtt
mosquitto_pub -h broker -t rpi/mqtt
-m "Hello World, RPi"