Giter Site home page Giter Site logo

ltotsas / cross-platform-controller-arduino-devices Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.15 MB

A cross platform application to control arduino based devices to support their functionalities

JavaScript 2.25% TypeScript 79.67% HTML 9.16% CSS 8.91%
angular7 ngx-rocket ngxs angular-material ng-zorro

cross-platform-controller-arduino-devices's Introduction

Cross platform controller

Using Ionic magic, develop once and export to iOS or Android with Angular. The goal of this project is to support the functionality of Arduino based devices which they connect into a server. For the communication layer is being used sockets as also Rest API. With that being said for the data management NGXS was used as a more easier approach compared to Rxjs which sometimes is too much. Also it's integrated NG-Zorro for more cool ready to use components, as also Angular-Material for more awesomeness.

This project was generated with ngX-Rocket version 5.3.0

Important

This project was made as a showcase and only that. It will not dynamically gonna control any Arduino based devices. It requires a specific functionality for the Arduinos, as also the server behind all to rule them all.

Let's go

  1. Go to project folder and install dependencies:
npm install
  1. Launch development server, and open localhost:4200 in your browser:
npm start

Main tasks

Task automation is based on NPM scripts.

Task Description
npm start Run development server on http://localhost:4200/
npm run serve:sw Run test server on http://localhost:4200/ with service worker enabled
npm run build [-- --configuration=production] Lint code and build web app for production (with AOT) in www/ folder
npm run cordova:prepare Prepare for building mobile app (restore Cordova platforms and plugins)
npm run cordova:run <ios/android> [--device] Run app on target platform device or simulator
npm run cordova:build [-- --configuration=production] Build mobile app for production in dist/ folder
npm run cordova:clean Removes www/, platforms/ and plugins/ folders
npm test Run unit tests via Karma in watch mode
npm run test:ci Lint code and run unit tests once for continuous integration
npm run e2e Run e2e tests using Protractor
npm run lint Lint code
npm run translations:extract Extract strings from code and templates to src/app/translations/template.json
npm run docs Display project documentation
npm run prettier Automatically format all .ts, .js & .scss files

Tools

Development, build and quality processes are based on angular-cli and NPM scripts, which includes:

Libraries

cross-platform-controller-arduino-devices's People

Contributors

ltotsas avatar

Watchers

 avatar

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.