Mobius 연동 테스트
1. Registration

2. DMR



<script>
    boolean isEnglish = "en-US" === "브라우저 언어 감지 값"; 
    message = en ? "MESSAGE" : "메세지";
    alert(message);
</script>
tcpdump -D : display all available interfaces
tcpdump -i eth0 : capture traffic at the interface “eth0”
tcpdump -i any : capture traffic at any interface
tcpdump -i wlan0 port 80 : capture traffic at the interface “wlan0” on port 80
tcpdump -i wlan0 -c 5 : capture 5 packets at the interface “wlan0”
tcpdump -i wlan0 tcp : capture only tcp traffic at interface “wlan0”
tcpdump -i wlan0 src 192.168.1.1 : capture traffic at interface “wlan0” with source IP 192.168.1.1
tcpdump -i wlan0 dst 192.168.1.1 : capture traffic at interface “wlan0” with destination IP 192.168.1.1
tcpdump src port 22 and dst host 1.2.3.4 : tcpdump command with boolean opertators
tcpdump -i wlan0 -s 65535 : capture traffic with snapshot size as 65535 bytes, by default its 262144 bytes. Older versions of tcpdump captures 68 or 96 bytes.
tcpdump -i wlan0 -w dump.pcap : capture traffic at the interface “wlan0” and write into a pcap file
tcpdump -r dump.pcap : read captured file (we can use wireshark instead and its preferred)
tcpdump -i <interface> -s 65535 -w <some-file>.pcap
``` bash
for i in $(ls -d target/*/) do du -sh $i done
More …이상한 모임 블로그 Atom Git 커밋메시지 에서 Git 메시지에 Emoji를 사용했더니 구분이 돼서 좋다고 하셔서 확인. 해당 내용을 현재 진행 하는 소스 커밋에 반영해봤다. 해당 프로젝트 버그 내용을 확인 후 Git Commit에 Emogij를 입력하고 원격 저장소에 푸쉬 했다.
More …High-Level 아킥텍처 
 
 PCP 컴포넌트는 각 해당하는 포트를 사용하므로 , 해당 포트를 오픈해주어야 한다. 
 44321 (pmcd)
 44322 ( pmproxy)
 44323 (pmwebd) 
 4430 (pmlogger)
```bash 16시 03분 14초 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 16시 03분 15초 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16시 03분 15초 eth0 0.99 1.98 0.06 1.27 0.00 0.00 0.00 16시 03분 15초 eth1 0.00 0.00 0.00 0.00 0.00 0.00 0.00
More …UpLink 인터페이스 구조 : IOT 센서가 데이터를 주기적으로 상위 네트워크로 전달하는 구간을 uplink 라고 정의

DownLink 인터페이스 구조 : IOT 센서가 제어 명령을 상위 네트워크로 전달 받는 구간을 downlink 라고 정의



Https와 동일 처리 , Spring Zuul Gateway 1.0 이 Websocket을 지원하지 않아 https://github.com/mthizo247/spring-cloud-netflix-zuul-websocket 사용  

Websocket 소켓 서버 리포트 


구독 신청 

oneM2M Notify
