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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dims_client-0.0.4.tar.gz.
File metadata
- Download URL: dims_client-0.0.4.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf5100ebad05dc45702b00897bcf53c58fae609511e2794cc55f4e4046869550
|
|
| MD5 |
c72cda0faae1ec69948ccb31777aea2d
|
|
| BLAKE2b-256 |
1177e39b05e1b4cb4547c393f97db6e60b76e328d526da8b212f6b7f1bc796e6
|
File details
Details for the file dims_client-0.0.4-py3-none-any.whl.
File metadata
- Download URL: dims_client-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
805f87efbc6acd2903cbea68cadb86d9087916f7e342e6605b154f4999f51351
|
|
| MD5 |
34c567065281b3e76149a61e0d507c2b
|
|
| BLAKE2b-256 |
4e21af94da66ec4d3fa0973ce6e704b316cc7dc59593e022fc37c0436819e5d5
|