Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Arduino
- 개발환경
- flask
- orange pi
- BLE
- ruby on rails
- Server
- Python
- rails
- STM32F4
- Beacon
- IOT
- ubuntu
- dht11
- 아두이노
- 라즈베리파이
- python3
- uno
- Raspberry Pi 3
- nano
- Raspberry Pi
- RUBY
- docker
- Android
- parser
- java
- 오렌지파이
- Nginx
- odroid-x2
- mqtt
Archives
- Today
- Total
목록mqtt (2)
[熱情]
Mqtt Broker - Mosquitto
Mqtt Broker Mosquitto 설치 따라한 사이트 http://www.tutorialbook.co.kr/entry/Ubuntu-%EC%97%90-Mosquitto-Broker-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0 저장소 업데이트 sudo apt-get install python-software-properties sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa sudo apt-get update 업데이트 확인 sudo apt-cache search mosquitto 설치 sudo apt-get install mosquitto
카테고리 없음
2016. 8. 18. 13:11
python mqtt client
https://pypi.python.org/pypi/paho-mqtt/1.2 Installation The latest stable version is available in the Python Package Index (PyPi) and can be installed using pip install paho-mqtt Or with virtualenv: virtualenv paho-mqtt source paho-mqtt/bin/activate pip install paho-mqtt To obtain the full code, including examples and tests, you can clone the git repository: git clone https://github.com/eclipse/..
Programming/python
2016. 8. 18. 12:11