All Projects → kiotlog → kiotlog

kiotlog / kiotlog

Licence: GPL-3.0 license
Kiotlog is a platform for IoT developers to create Internet of Things applications based on LPWAN protocols.

Programming Languages

F#
602 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to kiotlog

Lua Rtos Esp32
Lua RTOS for ESP32
Stars: ✭ 621 (+5075%)
Mutual labels:  iot-platform, lorawan
lorawan-adt-demo
End-to-end demo and tutorial showing you how to create digital twins of your LoRaWAN sensors and visualize them in a 3D environment.
Stars: ✭ 24 (+100%)
Mutual labels:  lorawan, lpwan
lora device lib
A LoRaWAN Device Library
Stars: ✭ 30 (+150%)
Mutual labels:  lorawan, lpwan
Mainflux
Industrial IoT Messaging and Device Management Platform
Stars: ✭ 1,341 (+11075%)
Mutual labels:  iot-platform, lorawan
in24hrs
Discover how every solution in some way related to the IoT needs a platform and how to create that platform. This book is about being agile and reducing time to market without breaking the bank. It is about designing something that you can scale incrementally without having to do a lot of rework and potentially disrupting your current state of t…
Stars: ✭ 26 (+116.67%)
Mutual labels:  iot-platform
arduino-mkr-wan-1300
Getting started with the Arduino MKR WAN 1300
Stars: ✭ 38 (+216.67%)
Mutual labels:  lorawan
nrf52-lora
LoRa node on nRF52
Stars: ✭ 24 (+100%)
Mutual labels:  lorawan
Neon.HomeControl
Home Automation System, similar to HomeAssistant but made with .net core and ❤️
Stars: ✭ 46 (+283.33%)
Mutual labels:  iot-platform
IOThook
IOT, Restful, Web service, Web Api
Stars: ✭ 25 (+108.33%)
Mutual labels:  iot-platform
chirpstack-gateway-os
Yocto based gateway images including ChirpStack components.
Stars: ✭ 101 (+741.67%)
Mutual labels:  lorawan
LoRa gateway
Compendio de manuales e instrucciones a modo de diario de mi aportación desarrollo de la red LoRa TTN en Mallorca. Comunicaciones gratuitas para IoT
Stars: ✭ 28 (+133.33%)
Mutual labels:  lorawan
Catena-Sketches
Top-level Arduino sketches for the MCCI Catena family of IoT LPWA Devices
Stars: ✭ 12 (+0%)
Mutual labels:  lorawan
opencloud-docs
AIOT开放平台官方文档。AIOT Open Cloud documents on official website .
Stars: ✭ 68 (+466.67%)
Mutual labels:  iot-platform
WisBlock
Quickstart, tutorials and examples for the RAKwireless WisBlock product line.
Stars: ✭ 95 (+691.67%)
Mutual labels:  lorawan
plan44-feed
OpenWrt feed containing plan44 packages
Stars: ✭ 25 (+108.33%)
Mutual labels:  lorawan
micrOS
micrOS - mini automation OS for DIY projects requires reliable direct communication
Stars: ✭ 55 (+358.33%)
Mutual labels:  iot-platform
MQTTnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 3,309 (+27475%)
Mutual labels:  iot-platform
astarte core
Astarte platform core Elixir modules
Stars: ✭ 14 (+16.67%)
Mutual labels:  iot-platform
proxima-platform
The Proxima platform.
Stars: ✭ 17 (+41.67%)
Mutual labels:  iot-platform
daily-home
dailyhome - open home automation platform powered by openfaas targeted easy adaptation
Stars: ✭ 28 (+133.33%)
Mutual labels:  iot-platform

Build Status Build Solution

Kiotlog Platform Microservices

Running Kiotlog plaform

Clone repo

Clone this repository and move in

$ git clone --recurse-submodule https://github.com/kiotlog/kiotlog
$ cd kiotlog

Build microservices

Use provided docker-compose.yml to build Kiotlog microservices Docker images:

$ docker-compose build

Prepare Kiotlog services deployment

In order to run the Kiotlog platform, you need at least pre-configured instances for PostgreSQL (both for devices/sensors catalog and data points timeseries) and EMQ (for MQTT and MQTT-SN). The Dockerfiles repository contains base configurations and Dockerfiles for building and deploying PostgreSQL with preloaded Kiotlog DB schema, EMQ with pre-configured MQTT-SN plugin, and other services (Grafana, Node-Red, InfluxDB).

Istructions

  1. Build Kiotlog microservices as per previous paragraphs.

  2. Change to upper directory and pull Kiotlog Dockerfiles.

    $ cd ..
    $ git clone https://github.com/kiotlog/dockerfiles
    $ cd dockerfiles
    
  3. Follow istructions at Dockerfiles/Readme.md to create the Kiotlog deploying environment.

  4. Run Kiotlog platform

    $ docker-compose -f docker-compose.local.yml up -d
    $ docker-compose logs -f
    
  5. Platform will start receiving data from Kiotlog test devices via The Things Network.

  6. Connect to Local Grafana and create your dashboard or import the demo dashboard provided at Dockerfiles/grafana/Kiotlog Demo.json.

Configuring Kiotlog for SigFox (HTTP) and LoRaWAN (MQTT)

Please, go to Wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].