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 | 31 |
Tags
- IOT
- Raspberry Pi
- Nginx
- dht11
- rails
- STM32F4
- Android
- odroid-x2
- Python
- Raspberry Pi 3
- docker
- Arduino
- 개발환경
- nano
- flask
- java
- ubuntu
- ruby on rails
- uno
- orange pi
- RUBY
- BLE
- Server
- 아두이노
- parser
- 라즈베리파이
- mqtt
- Beacon
- python3
- 오렌지파이
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