Giter Site home page Giter Site logo

anturi's Introduction

Anturi

npm GitHub

Anturi is a free client app that sends data from Ruuvi sensors to the cloud-based monitoring at anturi.nuudeli.com. It can be run on devices such as Raspberry Pi.

Screenshot of the Anturi app

Installing

You can install Anturi with npm:

npm install -g anturi

Alternatively, you can use npx to install and run Anturi:

npx anturi -t "token here"

Note: npx is a package runner tool that comes bundled with npm. You should already have it if you have installed the latest Node.js.

Usage with anturi.nuudeli.com

  1. Sign up for a free account at anturi.nuudeli.com.
  2. After logging in, you will receive a token.
  3. Use the token with the Anturi client application:
npx anturi -t "token here"

Anturi will automatically detect sensors and start sending data. After the first sensors have sent data, you should see sensor data in your dashboard. This can take around 10 seconds.

Note for Mac OS X users

Your terminal needs Bluetooth access in order for the client application to work. This also applies to /usr/sbin/cron.

Screenshot 2022-12-03 at 16 41 15

Options

You can also use Anturi without the cloud-based solution. In this case, data will not be sent anywhere.

npx anturi

Send data for 60 seconds and then shut down (suitable for recurring cron jobs):

npx anturi --timeout 60

Filter out sensors by MAC address (to prevent sending data from neighbor sensors):

npx anturi --filter "00:11:22:33:44:55"

Use an alternative cloud-solution:

npx anturi --url "https://your_cloud_solution.com"

Contribution

We welcome pull requests for contributions to the Anturi project. The project is open-source and released under the MIT license.

Disclaimer: This project is not affiliated with Ruuvi Innovations Oy. Ruuvi is a registered trademark of Ruuvi Innovations Oy.

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.