Coder Social home page Coder Social logo

mathcoll / t6 Goto Github PK

View Code? Open in Web Editor NEW
34.0 5.0 8.0 93.24 MB

t6 is a "Data-first" IoT platform to connect physical Objects with time-series DB and perform Data Analysis.

Home Page: https://api.internetcollaboratif.info

License: GNU General Public License v3.0

JavaScript 63.31% Shell 0.86% CSS 4.09% HTML 16.00% Pug 15.65% Starlark 0.03% Python 0.06%
home-automation iot iot-platform nodejs things flow internet-of-things mqtt timeseries-db sensors

t6's Introduction

t6 logo

t6 - Connect real world Object & Devices to Digital Api

t6 is a "Data-first" IoT platform to connect physical Objects with time-series DB and perform Data Analysis. Please referes to CONTRIBUTING.md in case you would like to help :-)

Stable version GitHub commit activity GitHub commit activity GitHub commit activity GitHub contributors Netlify Status

Codacy Badge CII Best Practices Mentioned in Awesome phodal awesome-iot Mentioned in Awesome HQarroum awesome-iot

#nodejs #things #api #flow #home-automation #mqtt #iot #esp8266 #middleware #sensor #internet-of-things #iot-platform #sensors #iot-framework #timeseries


IoT and Physical World

Physical World are composed by your sensors and actuators, real physical Objects/Devices. In t6, physical Objects needs* a virtual Object as a reference in t6 and then, they are able to add Data to Flows.

* : remain optional

Sample nodeMCU and Arduino scripts are available in the sensors repository and on t6iot Arduino library.

t6 API first: Live, eat, and breathe the API-first lifestyle of t6

Detailed Api documentation will help you to connect your sensors to t6. Installing t6 on your own server is easy, follow the installation guide on Wiki page. More detailed explanation on wiki is also available.

t6 schematic

sequenceDiagram;
    Object->>t6 Sockets: basic auth
    t6 Sockets-->>Object: welcome message
    t6 Sockets-->>Object: claim request
    Object->>t6 Sockets: claim Object
    t6 Sockets-->>Object: claimed
    loop As many as wished
        Object->>t6 Sockets: channel subscribe
        Object->>t6 Sockets: channel unsubscribe
        t6 Sockets-->>Object: channels
    end

    User->>+Object: Http GET /index
    Object-->>+User: html Ui and assets
    User->>t6 Sockets: Http /unsubscribe
    t6 Sockets-->>User: channels

    loop Custom frequency
        t6 Sockets->>Object: measureRequest
        Object-->>t6 Rest Api: Http POST /api/v2.0.1/data
        Object-->>t6 Sockets: remindMeToMeasure
    end

t6 Android Application

t6 is available on the Android Google Play Store for free. This Application is using exactly the same code and Api from this repository.

Some additional Application screenshots.

Helping and contributing to t6

Please refers to CONTRIBUTING.md in case you would like to help & contribute :-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.