Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aioruuvigateway

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aioruuvigateway

  • 0.1.0
  • Source
  • PyPI
  • Socket score

Maintainers
1

aioruuvigateway

An asyncio-native library for requesting data from a Ruuvi Gateway.

PyPI - Version PyPI - Python Version


Installation

Requires Python 3.7 or newer.

pip install aioruuvigateway

Usage

Ensure you have set up bearer token authentication in your Ruuvi Gateway (and that you know the token).

API

Documentation can be found in test_library.py for now, sorry.

Command line interface

You can use the command line interface to test the library.

python -m aioruuvigateway --host 192.168.1.249 --token bearbear --parse --json

will output data from the gateway in JSON format, printing changed information every 10 seconds.

License

aioruuvigateway is distributed under the terms of the MIT license.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc