B4J Tutorial [IoT] MQTT Protocol - Erel    Oct 19, 2015   (17 likes)   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    Feb 5, 2014   (14 likes)   tags: Raspberry Pi GPIO This is a wrapper for Pi4J library.
It allows you are control the Raspberry Pi board GPIO pins.
Usi... B4J Tutorial [IoT] Linux Embedded Boards - Gettings started - Erel    Nov 16, 2015   (5 likes) 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] - Raspberry Pi CCTV with MQTT - Erel    Dec 21, 2015   (12 likes) Simple solution that uses an embedded MQTT broker with a MQTT client to send the camera output to an... B4J Tutorial [IoT] Welcome to the Internet of Things - Erel    Nov 23, 2015   (17 likes)   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] Traffic Light with Raspberry Pi - Erel    Sep 2, 2015   (7 likes) This is a simple example of a traffic light implementation using Raspberry Pi 2.
The red, yellow an... B4J Library [IoT] jMRAA - Intel Edison - Erel    Nov 23, 2015   (4 likes) This library is based on Intel mraa library: http://iotdk.intel.com/docs/master/mraa/
It supports d... B4J Tutorial [IoT] Web Server Performance: Raspberry Pi 2 vs. Intel Edison vs. BeagleBone Black - Erel    Nov 17, 2015   (9 likes) 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 Tutorial [IoT] Raspberry 2 & B4J from the scratch... - KMatle    Oct 28, 2015   (21 likes) This tutorial is about:
- Installing a brand new RaspBerry 2 (RB) (older models will do, too)
- con... B4J Code Snippet [IoT] RaspBerry: Execute Python script with parameters from B4J - KMatle    Nov 12, 2015   (7 likes) With this snippet you can - call a Python script (command line) on you Raspberry (or other programs by changing the parameters) - with parameters - in "sh_ProcessCompleted" you will get the command line output in "StdOut" You need the "jShell" library (libs tab in b4j -> add it) Sub AppStart (Args() As String) Dim sh As Shell sh.Initialize("sh", ... Page: 1   2   3   4   |