• Stars
    star
    111
  • Rank 307,204 (Top 7 %)
  • Language
    C++
  • License
    MIT License
  • Created over 9 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

IOTMP Arduino Library for connecting devices to thinger.io #IoT

arduino-library-badge

The Arduino Client Library is an easy to use client library to connect your IoT devices to the Thinger.io IoT platform using IOTMP protocol. This is a library specifically designed for the Arduino IDE/Platformio, so you can easily install it in your environment and start connecting your devices within minutes.

Supported Boards

It supports multiple network interfaces like Ethernet, Wifi, and GSM. So you can use it in several devices like the following:

  • Espressif ESP8266 (OTA Support)
  • Espressif ESP32 (OTA Support)
  • Arduino Nano RP2040 Connect (OTA Support)
  • Arduino Nano 33 IoT (OTA Support)
  • Arduino Portenta H7 (OTA Support)
  • Arduino MKR 1010 (OTA Support)
  • Arduino MKR NB 1500 (OTA Support)
  • Arduino MKR 1000
  • Arduino GSM1400 (MKRGSM)
  • Arduino + Ethernet
  • Arduino + Wifi
  • Arduino + Adafruit CC3000
  • Arduino + ENC28J60
  • Arduino Yun
  • Arduino + GPRS Shield
  • Arduino + TinyGSM library for GSM modems using GPRS (SIM800, SIM900, AI-THINKER A6, A6C, A7, Neoway M590)
  • Arduino + ESP8266 as WiFi Modem via AT commands (using TinyGSM library)
  • Texas Instruments CC3200
  • SeeedStudio LinkIt ONE (Both GPRS and WiFi)

OTA (Over the Internet)

Some devices can be directly updated remotely over the Internet (OTA). Thinger.io provides a Visual Studio Code extension for the OTA process, from building the firmware, flashing over the Internet, to remotelly rebooting the device. More details here.

Documentation

Please, refer to the following page for a full documentation of the Arduino Client Library.

Arduino Client Library Documentation

License

The class is licensed under the MIT License:

Copyright © Thinger.io

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

Docs

Thinger.io Open Source IoT Platform Documentation
HTML
68
star
2

Linux-Client

Library for connecting to the thinger.io cloud platform with Linux devices. Valid for Intel Edison, Raspberry, Ubuntu, Mac, etc.
C++
35
star
3

Protoson

Json Binary Encoding for Microcontrollers
C++
24
star
4

Android-Client

Android Client + Android Wear client for Thinger.io Platform
Java
20
star
5

Mobile-App

Mobile App source code for the Thinger.io Internet of Things Platform
TypeScript
18
star
6

Client-Core

Hardware agnostic library for connecting to the thinger.io IoT platform.
C++
7
star
7

node-red-contrib-thinger

Thinger.io Library for Node Red
JavaScript
6
star
8

IOTMP

Internet of Things Message Protocol
5
star
9

Core32-Library

Arduino Library for Thinger.io Core32 Devices
C++
4
star
10

ttn-plugin

Thinger.io plugin for handling The Things Network integration
JavaScript
3
star
11

vscode-extension

Thinger.io Visual Studio Code Extension for OTA updates
TypeScript
3
star
12

plugins

Thinger.io plugins are extensions that allow complementing Thinger.io Platform with additional features or creating integrations with third-party services, data analytics algorithms or custom software.
JavaScript
3
star
13

IOTMP-Linux

IOTMP Client for Linux devices
C++
2
star
14

thinger-server

Thinger.io Server Repository
2
star
15

http-device-plugin

Plugin for handling generic HTTP devices.
JavaScript
1
star
16

Community-Widgets

Repository for community widgets that can be used in Thinger.io console
1
star
17

IOTMP-Arduino

Arduino IOTMP client library
1
star
18

IOTMP-Javascript

Javascript IOTMP implementation, with browser and Node.JS support
1
star