일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Access-Control-Allow-Origin
- message protocol
- mysql 한국어
- mosquitto
- mariadb 다국어
- #actuator
- db utf8
- CORS policy: No 'Access-Control-Allow-Origin'
- IOT
- Hystrix Read time out
- #spring boot
- 크로스도메인
- HashMap
- Set
- com.netflix.zuul.exception.ZuulException
- mstsc
- mysql 다국어
- cors
- TreeMap
- xrdp
- #spring boot admin
- mqtt
- java collection
- backtracking
- mariadb 한국어
- ArrayList
- 원격
- emqx
- #MSA
- com.netflix.zuul.exception.ZuulException: Hystrix Readed time out
- Today
- Total
목록IT/Mqtt (2)
miin29na
1. Mosquitto Broker 설치 js-MacBookPro:~ js.k$ brew install mosquitto Updating Homebrew... ==> Auto-updated Homebrew! ==> Installing dependencies for mosquitto: openssl@1.1, libevent, libuv and libwebsockets ==> Installing mosquitto dependency: openssl@1.1 ==> Downloading https://homebrew.bintray.com/bottles/openssl@1.1-1.1.1f.catalina.bottle.tar.gz ==> Downloading from https://akamai.bintray.com/..
MQTT MQTT(Message Queuing Telemetry Transport) 는 M2M(machine-to-machine), IoT(Internet of things) 환경에서와 같이 저전력, 낮은 대역폭 환경에서 사용 할수 있도록 설계된 경량의 메시지 프로토콜이다. Push 기술로, Server/Client 방식이 아닌 Broker 를 통해 송신자(Publisher)가 메시지를 발행(publish) 하고 수신자(Subscriber)가 메시지를 구독(subscribe) 하는 방식을 사용한다. Facebook Messenger 에서 사용되고 있다. MQTT Protocol http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html MQTT..