네트워크 정리16 gmqtt 설명 참고 https://github.com/wialon/gmqtt GitHub - wialon/gmqtt: Python MQTT v5.0 async client Python MQTT v5.0 async client . Contribute to wialon/gmqtt development by creating an account on GitHub. github.com EMQX 라는 브로커를 실행시켜주고 (roscore 실행하듯이), gmqtt라는 python lib 를 사용해서 client_id 를 등록할 수 가 있다. pip3 install gmqtt 이거로 lib 부터 다운 받아야 됨. 일단 mqtt 는 blocking 과 non-blocking 이 있는데 blocking은 모스키또 같은 것들 지금 하려는.. 2022. 4. 25. MQTT(Mosquitto) 참고 https://jgtonys.github.io/iot/2018/07/13/mqtt-test/ https://www.joinc.co.kr/w/man/12/MQTT/Tutorial https://souk0721.github.io/studynote/2018/07/11/mqtt-python-test-01.html MQTT 예제 mqtt특징이 코드가 client 밖에 없음 이유가 server역할을 하는 broker를 lib를 써서 사용하니까임 client 끼리 publish subscribe 하는 개념임. 그래서 내생각에는 client1.publish."함수" client2.client."함수" 이런 느낌임 예를들어> 밑에 예제를 보면 pub.py 랑 sub.py 지만 코드보면 "publish.multipl.. 2022. 4. 19. 엣지서버_개념 https://www.redhat.com/ko/topics/edge-computing/what-is-edge-computing 엣지 컴퓨팅(Edge Computing)이란? 정의, 기술 요소 및 사례 엣지 컴퓨팅(Edge computing)이란 사용자나 데이터의 위치에서 수행되는 컴퓨팅 방식을 뜻합니다. 실시간 운영되는 애플리케이션을 통해 사물인터넷(IoT)과 연결됩니다. www.redhat.com https://tech.ktcloud.com/m/48 Edge Cloud(Computing)이 왜 필요할까? Edge Cloud란? Edge Server(Computing)은 Edge Cloud 라고도 불리는 기술로 네트워크의 클라이언트 또는 디바이스에게 컴퓨팅 파워를 분산해주는 기술 구조 입니다. 관련 정의.. 2022. 4. 18. xml , jason , yaml 차이 https://www.inflearn.com/questions/16184 yaml파일 이란 무엇인가요 - 인프런 | 질문 & 답변 안녕하세요 강사님 너무 질문이 많아서 죄송합니다. yaml파일 이라는 단어를 요 근래 많이 듣고 있는데 정확인 무슨 파일인가요 검색해 보지도 않고 무조건 질문을 드리는것 같아서 죄송하지만 www.inflearn.com 2022. 4. 13. 이전 1 2 3 다음