Skip to main content

Raspberry Pi Client Registration

Project description

UIoT Devices - Dims Client Library

The objective of this library is to enable users to create Clients and Services that follow UIoT's Ontology of sending and managing message flows

All the protocols included as a means of communication in this library follow the same principles:

  • Create a Device
  • Create a Service
  • Send Data

Basic Usage

  • Send Data
from dims_client import DimsClient

config = {'DEFAULT_DIMS_URI': 'http://0.0.0.0:5000'}

dims_client = DimsClient(
    config=config
)

returned = dims_client.send_data(<data_to_send>)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dims_client-0.0.4.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

dims_client-0.0.4-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page