Skip to content
/ t6 Public

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

License

Notifications You must be signed in to change notification settings

mathcoll/t6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6718d0d · Jan 2, 2025
Jun 6, 2021
Jan 10, 2019
May 5, 2024
Nov 23, 2024
Nov 6, 2022
Feb 28, 2021
Jul 12, 2022
Dec 7, 2024
Jan 2, 2025
May 5, 2024
Apr 7, 2024
Apr 8, 2018
Dec 8, 2024
Jan 2, 2025
May 24, 2019
Apr 9, 2024
May 27, 2020
Dec 7, 2024
Nov 23, 2024
Oct 2, 2021
Feb 27, 2016
Dec 8, 2024
May 14, 2021
Nov 23, 2024
Jan 2, 2025
Jan 2, 2025
Jan 2, 2025
Jan 7, 2024
Jan 2, 2022
Apr 13, 2023
Nov 23, 2024
Apr 27, 2024
May 5, 2024
Oct 24, 2021
Jul 22, 2024
Feb 19, 2023
Jan 2, 2022
Nov 11, 2022
Jun 8, 2024
Apr 20, 2020
Jun 18, 2023
Sep 17, 2023

Repository files navigation

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

Loading
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 :-)