-
Hello, I am trying to run new z1 mote simulation in Cooja, but I am receiving the following errors.
(**Description:** Z1 Mote Type #1, **Contiki process / Firmware:** /home/fan/contiki-ng/bpmac/te…
-
In start_network_mcast.sh, it is written:
ip r a ${NETPREFIX}::/64 via ${NETPREFIX}::2 dev ${TAP} metric 1
Shouldn't it be
ip r a ${NETPREFIX}::/64 via fe80::2 dev ${TAP} metric 1
Otherwise i…
biboc updated
7 years ago
-
When using the RPL border router, using TSCH, packets get corrupted when fragmented by 6LoWPAN.
# Setup
- A RPL border router using RPL classic (I think this does not matter) and using TSCH (wit…
-
The question might be general. For example we need to put parts of codes into different packages. And then we need to modify the visibility of some functions which were supposed to be private helper f…
-
- ns3 dev (cat $NS3FOLDER/VERSION or the commit hash):
- DCE dev (git log|head -n1):
- Ubuntu /16.04 (lsb_release -a):
.- Libc version (ldd -v):
- compiler version (gcc -v/g++ -v/clang -v/clang++ …
-
- 네트워크 레이어
- OSI 7계층
- TCP/IP 4계층
- IP
- IPv4 vs IPv6
- subnet
- CIDR
-
# 3장 물리 계층
## 전기 신호
- 데이터와 전기 신호
- 이진수로 표현된 데이터가 전기 신호로 표현되어 전송, 수신됨.
- 참고) 트랜지스터의 스위칭 기능에 따라 0, 1을 구분할 수 있게 되었고 이를 1bit라 부른다. https://m.hellot.net/mobile/article.html?no=41552
## NIC
…
-
![image](https://user-images.githubusercontent.com/95070936/168406483-74994a41-99c1-4097-bffc-ce5dfb5a6df9.png)
I have few tuya RGB bulb using local tuya behave became unavailable randomly multiple…
ONBET updated
2 years ago
-
Dear all,
I have a Zigbee CC2530 UART Module as it can be seen in this [link](https://www.openimpulse.com/blog/products-page/product-category/zigbee-cc2530-wireless-module-drf1605h-antenna/):
…
-
Hello!
I have a network based on the CC2538 chips.
When a **nullrdc_driver** is used, everything works fine. When I change it to **contikimac_driver**, start of packet loss.
**nullrdc_driver**, …