Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Hystrix Read time out
- IOT
- ArrayList
- 크로스도메인
- cors
- mariadb 다국어
- mstsc
- backtracking
- mariadb 한국어
- TreeMap
- CORS policy: No 'Access-Control-Allow-Origin'
- java collection
- com.netflix.zuul.exception.ZuulException
- mysql 한국어
- mysql 다국어
- xrdp
- com.netflix.zuul.exception.ZuulException: Hystrix Readed time out
- emqx
- HashMap
- #spring boot admin
- 원격
- mqtt
- message protocol
- #spring boot
- #MSA
- #actuator
- db utf8
- Access-Control-Allow-Origin
- Set
- mosquitto
Archives
- Today
- Total
목록mqtt (1)
miin29na
[MQTT] MQTT Protocol
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..
IT/Mqtt
2020. 4. 11. 20:19