Skip to main content

MySSIX Thing SDK

Project description

MySSIX Thing SDK for Python

PyPI version

이 문서에서는 MySSIX IoT Platform의 Thing Python SDK를 소개합니다. ThingMySSIX IoT Platform에서 사용되는 기능의 단위인 Service를 제공하는 제공자입니다. 이 문서를 통해 Thing을 실행하고 개발하는 방법에 대해 알 수 있습니다.

MySSIX IoT Platform에서 Thing은 크게 2가지로 나뉩니다.

  1. Big Thing
  2. Small Thing

이 문서에서는 Python으로 작성된 Big Thing 어플리케이션을 실행하고 개발하는 방법에 대해 설명합니다. Small Thing에 대해서는 Small Thing을 참고해주세요.

Getting Started

Prerequisites

해당 SDK를 사용하기 위해서는 다음과 같은 요구사항을 만족해야합니다.

  • Python 3.7+

Install from PyPI

pip3 install big-thing-py

Install from source

git clone https://github.com/sopiot/big-thing-py.git
cd big-thing-py
pip3 install .
# 만약 Thing SDK를 개발하고자 한다면 다음의 명령어를 사용합니다.
# -e 옵션을 사용하면 레포지토리의 코드 변경사항이 바로 Thing 동작에 반영됩니다.
# pip3 install -e .

Usage

예제를 실행하기 전에 MySSIX IoT PlatformMiddleware를 먼저 실행해야 합니다.

Middleware Docker 이미지 다운로드 & 실행

docker pull sopiot/sopiot_middleware_ubuntu1804_x64
docker run -it -d --name sopiot_middleware -p 1883:1883 -p 1884:1884 -p 8883:8883 -p 8884:8884 -p 58132:58132 sopiot/sopiot_middleware_ubuntu1804_x64

이후, 다음의 명령어를 통해 기본 예제를 실행할 수 있습니다.

python3 samples/big_thing/basic_feature_big_thing/run.py

만약 가상환경을 생성하여 예제를 실행하려는 경우 pipenv를 사용할 수 있습니다. 우선, 다음 명령어로 pipenv를 설치합니다.

pip install pipenv --upgrade

pipenv 가상환경을 생성 및 레포지토리로부터 패키지를 설치합니다.

pipenv install -e .

그리고, 다음의 명령어를 통해 기본 예제를 실행할 수 있습니다.

pipenv run python samples/big_thing/basic_feature_big_thing/run.py

ThingMiddleware에 등록되면 ThingServiceScenario를 통해 사용할 수 있습니다. ScenarioMySSIX IoT PlatformWeb Client App을 통해 조작 및 생성할 수 있습니다. -> 따로 Documents 폴더를 생성하여 Web Client App와 관련한 README를 작성해야하는 것이 좋아보임.

Samples

Samples README

Contributions

License

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

big_thing_py-0.4.1.5.post12.tar.gz (56.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

big_thing_py-0.4.1.5.post12-py3-none-any.whl (67.9 kB view details)

Uploaded Python 3

File details

Details for the file big_thing_py-0.4.1.5.post12.tar.gz.

File metadata

  • Download URL: big_thing_py-0.4.1.5.post12.tar.gz
  • Upload date:
  • Size: 56.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.2.0-37-generic

File hashes

Hashes for big_thing_py-0.4.1.5.post12.tar.gz
Algorithm Hash digest
SHA256 495fbbc5bdd669f8573204cbeccdac41d7638df6fa6f1b931af1c976a753c6cf
MD5 8078231fa6a8dd01cbaaa2ffc17838d2
BLAKE2b-256 641346b6c14660d2952bad0b258e43d030daffb3be2b8b915a33e1e0eb3bcca3

See more details on using hashes here.

File details

Details for the file big_thing_py-0.4.1.5.post12-py3-none-any.whl.

File metadata

File hashes

Hashes for big_thing_py-0.4.1.5.post12-py3-none-any.whl
Algorithm Hash digest
SHA256 859b1fe1b9612c751b2bba6204dc2d473fe926846b63470b517eb439de526b12
MD5 046954212f50e157a5ca93ae131dd2d7
BLAKE2b-256 e91c7687e85b8ce22fa64f6020f008202edb80edcf34b34601182d886280ab12

See more details on using hashes here.

Supported by

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