Git Product home page Git Product logo

arduinosystems's Introduction

Arduino System

This is a .net opensource system, inspired on ThingSpeak's API, with some differences.

You could self-host it on your own server and take care of it yourself, or use my server on arduino.izzitech.com.ar, which I will try to keep at it finest.

You can sign up to create an account in order to get your API Key and post data.

Characteristics

  • Made with .net framework, ASP.net Core.
  • Entity Framework as ORM, PostgreSQL as default database.
  • Based on ThingSpeak API with some changes.
  • Open Source.

How to use it

Well, as starter, you could use ThingSpeak documentation as a more complete reference. Here you will find more precise information for using this system.

How to send data

Send a HttpPost to the URL: https://arduino.izzitech.com.ar/api/entries/ with the following data:

    X-APIKEY=<your_api_key>
    field1=<field1_data>
    field2=<field2_data>
    ...
    field8=<field8_data>
    latitude=<latitude_data>
    longitude=<longitude_data>
    elevation=<elevation_data>
    location=<location_data>

arduinosystems's People

Contributors

izzitech 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.