Compare commits

..

2 Commits
v1.1.0 ... main

Author SHA1 Message Date
1708639776959.sdtroot 2091ae5894 Update requirements.txt 2024-05-22 04:08:01 +00:00
1708639776959.sdtroot 1104d4443e Update README.md 2024-05-21 06:25:16 +00:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# 이 코드 템플릿은 SDT Cloud 환경에서 mqtt 메세지를 발행하는 코드입니다.
# 패키지 설치
- 코드는 sdtcloudpubsub 패키지를 사용합니다. 아래 명령어로 패키지를 다운로드 해야합니다.
- 코드는 sdtcloudnodeqmqtt 패키지를 사용합니다. 아래 명령어로 패키지를 다운로드 해야합니다.
```bash
$ pip install sdtcloudpubsub
$ pip install sdtcloudnodeqmqtt
```
# 코드 작성

View File

@ -4,4 +4,5 @@ pyyaml
gpiod
pymodbus
pytz
AWSIoTPythonSDK
#sdtcloudpubsub