기본 콘텐츠로 건너뛰기

1월, 2019의 게시물 표시

How to Bridge Mosquitto MQTT Broker to AWS IoT

How to Bridge Mosquitto MQTT Broker to AWS IoT https://aws.amazon.com/ko/blogs/iot/how-to-bridge-mosquitto-mqtt-broker-to-aws-iot/   그림을 보면 쉽게 이해가 .. 성능이 낮은 센서 같은 즉 , 아두이노 같은 디바이스는 바로 클라우드에 접속하는 게 무리가 있다 . ( 요즘 너 ~~ 무 심해지는 듯 ..SSL 지원이 필수 쩝 !!)     역시 누군가가 이 구조를 이용해서 Arduino Ethernet 을 가지고 동작시킨 예가 있네 . Docker Image for AWS IOT connected Mosquitto broker iot ( https://github.com/dnavarrom/aws_mosquitto_broker ) Arduino 소스코드는 여기로 https://github.com/dnavarrom/aws_mqtt_arduino_uno   브로커 없는 세상을 꿈꾸지만 … 현실을 어렵다 ..    

무료아이콘 찾아 쓰기

무료아이콘 찾아 쓰기 아래 같은 아이콘들을 무료로 찾아 쓸 수 있다 . 저장 ~~ https://www.iconfinder.com/icon-sets/featured/free  

[GitHub] 이미지 사이즈 조절 & 정렬

[GitHub] 이미지 사이즈 조절 & 정렬 https://blog.yena.io/studynote/2017/11/23/Github-resize-image.html   핵심은 아래 내용 ![title](/img/myImg.png){: width="300" height="300"}  

GitHub 마크다운 작성 시 이미지 업로드 꿀팁

GitHub 마크다운 작성 시 이미지 업로드 꿀팁 https://ahribori.com/article/5a03bcfd6c9eef13d882e29a 그림파일도 원본 블로그에서 참조 ! 요지는 Issue 를 생성하는 창에서 그냥 드래그앤드랍 , 복사 / 붙여넣기하면 자동으로 올려지고 파일 링크가 짠 등장 !!  

Github Pages 개인 도메인도 무료로 HTTPS 지원 시작! from 개발자스럽다

Github Pages 개인 도메인도 무료로 HTTPS 지원 시작 ! from 개발자스럽다 블로그 https://blog.gaerae.com/2018/05/github-pages-custom-domains-https.html   링크 글만 보면 쉽게 변경 가능 , 요약해보면 DNS 서버의 A 레코드만 수정하고 , github 저장소 세팅에 "Enforce HTTS" 만 활성화 하면 끝 !!   과거 :  192.30.252.153 ,  192.30.252.154 현재 :  185.199.108.153 ,  185.199.109.153 ,  185.199.110.153 ,  185.199.111.153  

페이스북 페이지 이쁘게

페이스북 페이지 관심있게 하는 방법 아래 출처의 글에서 가져왔습니다. 자세한 내용은 원본글로 이동 고고 https://insidestory.kr/21455

W5500 VAR products

W5500 VAR products ProDino MKR Zero Ethernet V1 - KMP Electronics Ltd https://kmpelectronics.eu/products/prodino-mkr-zero-ethernet-v1/ ProDino MKR GSM Ethernet V1 - KMP Electronics Ltd https://kmpelectronics.eu/products/prodino-mkr-gsm-ethernet-v1/ ETH WIZ click From ETH Wiz click - board with Wiznet's W5500 ethernet controller Ethernet Nanoshield - Wiznet W5500 From Ethernet Nanoshield - Wiznet W5500 from EletroShields on Tindie  

Network performance of SoC with TCP/IP Offload engine, W7500, for Internet of Things

http://embeddist.blogspot.com/2015/05/network-performance-of-soc-with-tcpip.html  

Arduino Ethernet Library 최근 동향

Arduino Ethernet Library 의 최근 동향 http://devbj.com/2019/01/15/arduino-ethernet/   최근 드라이버의 위치가 나와 있어 편하다 . WIZnet fork version - supports W5100S & W6100 ·          WIZnet version, W5100S 와 W6100 등의 최신 칩셋을 지원하기 위해 WIZnet 에서 개발중인 드라이버 버전 ·          Arduino MKR zero 보드를 이용한 응용 예제 o         내용 중에 성능 비교와 관련된 부분이 있어 유용하네 .  

Github에서 fork한 저장소 최신 원본으로 동기화 하기

  -. Github 에서 fork 한 저장소 최신 원본으로 동기화 하기 - Lifove Story http://lifove.tistory.com/54   -. 병합할 때 발생하는 충돌 해결하기 【튜토리얼 1: 브랜치를 사용해 보자 ] | 누구나 쉽게 이해할 수 있는 Git 입문 ~ 버전 관리를 완벽하게 이용해보자 ~ | Backlog https://backlog.com/git-tutorial/kr/stepup/stepup2_7.html