ndomx / Gate

The ultimate IoT starter kit

Home Page:https://gate-xi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner

About

This repo contains all the necessary code to implement a remote gate controller. The code is split in 3 apps:

  • An Android app that allows the user to control the gate from an Android smartphone
  • A server app that handles the request coming from the Android app
  • An embedded app that controls the hardware required to open/close the gates

Repository Structure

Each app contains its own README.md explaining how to get that specific app running.

  • /server/ contains the server side app
  • /embedded/ contains the embedded app, this directory is split into multiple child directories depending on the hardware and language. Regardless, each of these directories should contain a different implementation for the same program
  • /clients/ contains the source code for apps that interface with the server, i.e. mobile apps.

About

The ultimate IoT starter kit

https://gate-xi.vercel.app

License:Apache License 2.0


Languages

Language:TypeScript 31.1%Language:Dart 28.1%Language:Kotlin 20.2%Language:C++ 9.5%Language:Python 7.0%Language:C 1.1%Language:Ruby 1.0%Language:JavaScript 0.9%Language:Makefile 0.8%Language:Swift 0.3%Language:CSS 0.0%Language:Objective-C 0.0%