B4J Tutorial [IoT] MQTT Protocol - Erel    Sep 26, 2023   (24 reactions)   tags: MQTT, Messages Machine to Machine (M2M) and Internet of Things (IoT) contexts where a small code footprint... B4J Library [IoT] jPi4J - Raspberry Pi GPIO controller - Erel    Jun 26, 2023   (19 reactions)   tags: Raspberry Pi GPIO Updated libraries: https://www.b4x.com/android/forum/threads/pi4j2-raspberry-pi-i-o-library.136113/#... B4J Tutorial [IoT] Linux Embedded Boards - Gettings started - Erel    Nov 22, 2015   (6 reactions) There are many Linux based, embedded boards available. Most or all of them support Java which means that they also support B4J.
In o... B4J Tutorial [IoT] Welcome to the Internet of Things - Erel    Nov 23, 2015   (21 reactions)   tags: B4R, RASPBERRY, B4J, Erel, B4A This example demonstrates how the B4X tools can be used to create a solution with multiple types of components and communication chan... B4J Tutorial [IoT] - Raspberry Pi CCTV with MQTT - Erel    Dec 21, 2015   (13 reactions) Simple solution that uses an embedded MQTT broker with a MQTT client to send the camera output to an... B4J Library [IoT] jMRAA - Intel Edison - Erel    Nov 23, 2015   (4 reactions) This library is based on Intel mraa library: http://iotdk.intel.com/docs/master/mraa/
It supports d... B4J Tutorial [IoT] Traffic Light with Raspberry Pi - Erel    Sep 2, 2015   (9 reactions) This is a simple example of a traffic light implementation using Raspberry Pi 2.
The red, yellow and green leds are connected to pin... B4J Tutorial [IoT] Raspberry 2 & B4J from the scratch... - KMatle    Nov 1, 2015   (24 reactions) This tutorial is about:
- Installing a brand new RaspBerry 2 (RB) (older models will do, too)
- configure WiFi on the RB
- get remote access to the RB from your PC via "Putty"
- share files... B4J Tutorial [IoT] Web Server Performance: Raspberry Pi 2 vs. Intel Edison vs. BeagleBone Black - Erel    Nov 17, 2015   (9 reactions) I ran some tests to check how these boards perform as web servers.
The tests were similar to the tests done here and here.
Data was read and written to a SQLite database in wal mode. See this link f... B4J Library [B4X] jMQTT - Official MQTT client - Erel    Apr 15, 2025   (24 reactions) Implementation of MQTT client based on the Paho open source project: http://www.eclipse.org/paho/ See this tutorial for more information: https://www.b4x.com/android/forum/threads/iot-mqtt-protocol.59471/ jMQTT v1.26 is compatible with B4J and B4A (older versions weren't compatible with B4A). Instructions for jMQTT v1.25: If building a standalone package then add this to the main module: #PackagerProperty: AdditionalModuleInfoString = provides org.eclipse.paho.client.mqttv3.spi... Page: 1   2   3   4   |