* These are Tibbo BASIC/C-programmable devices and their function depends on the loaded app.
We offer many ready-to-use apps, among them a serial-over-IP (SoI) app and Modbus Gateway app.
OverviewNative C APINode.js API

LTPS SDK Setup

Due to it's size and functionality, SDK supposed to run on Linux PC. If you have not Linux PC, you can run VirtualBox(R) with Linux OS inside.
Download and run any modern Linux distribution from the big collection of VirtualBox-ready images: https://virtualboxes.org/

Getting the Cross-compiler for LTPS From Tibbo Website

Launch the terminal emulator on your Linux host, make sure you are connected to the Internet, and download the LTPS SDK from http://tibbo.com/downloads/LTPS/SDK/.

[dv@dvh tmp]$ wget
http://tibbo.com/downloads/LTPS/SDK/tps-systemd-glibc-i686-TPS-agent-cortexa8hf-neon-toolchain-2.2+snapshot.sh
--2016-05-16 22:02:01--
http://tibbo.com/downloads/LTPS/SDK/tps-systemd-glibc-i686-TPS-agent-cortexa8hf-neon-toolchain-2.2+snapshot.sh
Resolving tibbo.com (tibbo.com)... 93.174.104.89
Connecting to tibbo.com (tibbo.com)|93.174.104.89|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 443644550 (423M) [text/plain]
Saving to: 'tps-systemd-glibc-i686-TPS-agent-cortexa8hf-neon-toolchain-2.2+snapshot.sh'

100%[======================================>] 443,644,550 4.61MB/s   in 99s

2016-05-16 22:03:40 (4.28 MB/s) -
'tps-systemd-glibc-i686-TPS-agent-cortexa8hf-neon-toolchain-2.2+snapshot.sh' saved
[443644550/443644550]

[dv@dvh tmp]$ ls -l
total 433256
drwxrwxr-x 2 dv dv      4096 May 16 22:00 html/
-rw-r--r-- 1 dv dv 443644550 Apr  4 14:07
tps-systemd-glibc-i686-TPS-agent-cortexa8hf-neon-toolchain-2.2+snapshot.sh

SDK Installation

Full SDK image weighs around 0.5 GB. It is not just a binary file, it is an installation script with an archive inside. Make it executable and run to install the SDK.

[dv@dvh tmp]$ chmod 0755
./tps-systemd-glibc-i686-TPS-agent-cortexa8hf-neon-toolchain-2.2+snapshot.sh
[dv@dvh tmp]$
./tps-systemd-glibc-i686-TPS-agent-cortexa8hf-neon-toolchain-2.2+snapshot.sh
TPS (Tibbo Project System) SDK installer version 2.2+snapshot
=============================================================
Enter target directory for SDK (default: /opt/tps-systemd/2.2+snapshot): ~/tpsC/
You are about to install the SDK to "/home/dv/tpsC". Proceed[Y/n]? Y
Extracting
SDK................................................................................done
Setting it up...done
SDK has been successfully set up and is ready to be used.
Each time you wish to use the SDK in a new shell session, you need to source the
environment setup script e.g.
 $ . /home/dv/tpsC/environment-setup-cortexa8hf-neon-tps-linux-gnueabi
OverviewNative C APINode.js API