-
I try the the multicast example and it works properly. The root sends a message and all (sink) nodes receive it. But I want the nodes to be able to send messages back to the root. How can I do it ?
I…
-
I have two vmx configured in the docker-compose.yml but only one is up. I reconfigured huge memory to 4GB instead 2GB. Still the same result.
```
dqi@dev-10-42-3-111:~/work-dev/robot$ cat docker-…
-
I am trying to build softAP example with ESP-IDF v4.3-dev-903-g754782039-dirty, cloned from master branch of this repo. But no mather if I set-target to esp32 or esp32s2 i got this error during buildi…
-
If the vMotion vmkernel interface is not using the default TCP/IP stack, the vmkping command fails and Hypercheck fails the test. There are 2 improvements that should be made to this script:
1. Do …
-
hello,
Since with our testing with cloned contiki-ng version 4.5, I just found out sometimes a pair of node cannot connect(gw failed to receive KA right after node receiving EB and sending out KA). I…
-
Hi,
I'm maintaining `slirpnetstack` project, and I had used the AddAddressRange api:
https://github.com/majek/slirpnetstack/blob/master/stack.go#L139-L140
```
s.AddAddressRange(nic, ipv4.Proto…
majek updated
4 years ago
-
Looks like while we do have the flag on a nic nothing really checks it. I am reasonably sure we used to support it but looks like it got lost in some refactoring.
-
vMX failed to boot up. Please help. Much thanks.
-------------------------------------------------------------------
dev-10-42-3-111:~/work-dev/OpenJNPR-Container-vMX$ docker logs openjnprcontain…
-
When I was writing my own TSCH scheduler, I set the `address` parameter in the `tsch_schedule_add_link()` function to the real MAC address of the neighbor instead of using a `tsch_broadcast_address` l…
-
Hello,
i just converted my contiki v3 to contiki-ng and I am simulating z1 motes with csma driver in MAC layer. I see that radio is 100% ON during simulation. I know that some layers are merged like …