Iot_edu
[Embedded System]
Naver Cafe
https://recipes.tistory.com/category/%EA%B0%95%EC%9D%98%EC%8B%A4%28Season3%29?page=2
[datasheet]
https://www.alldatasheet.co.kr/view_datasheet.jsp?Searchword=CPU-
[Arduino Web]
https://www.hancomacademy.com/survey/intro.php
[REST API]
https://jsonplaceholder.typicode.com/
[GeoLite]
https://github.com/P3TERX/GeoLite.mmdb
[SOAP]
https://reqbin.com/req/yemanjjt/make-soap-request
리눅스에서 tcp 패킷을 캡쳐해서, wireskark에서 업로딩 방법
sudo tcpdump -i eth0 -s 65535 -w test.pcap
192.168.0.106
sudo tcpdump -i eth0 src 192.168.0.106 -w 106.pcap
port 80
sudo tcpdump -i eth0 tcp port 80 -w 80.pcap
IP and Port
sudo tcpdump -i eth0 tcp port 80 and src 192.168.0.106 -w ip80.pcap