Library for interfacing with Sealta devices in Python
Project description
# slthost
Python C code module, used to control the sealta device
# Installing
pip install slthost
# How to use
#### C API can be mimiced almost identically by doing the following:
>>> from slthost import dev_ctl >>> dev = dev_ctl.create_steap_device(\"192.168.100.100\", 3, 3) >>> res_code,res_string = dev.start_data_record() >>> res_code,res_string = dev.stop_data_record() >>> res_code=dev_ctl.delete_steap_device(dev)
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
slthost-1.1.tar.gz
(3.7 MB
view details)
File details
Details for the file slthost-1.1.tar.gz
.
File metadata
- Download URL: slthost-1.1.tar.gz
- Upload date:
- Size: 3.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/59.6.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
06e5bb2ef42889fd4ceb2f0784cffb289287607b961b6e1a29000e929ec3be39
|
|
MD5 |
f5a93efbec910ac5e447e19cd3c58611
|
|
BLAKE2b-256 |
6dcca8b935344cb25e3ba43ea3469032d60534c9ed08aab0a1ea33b030a2f2f9
|