-
hi,
i am new to contiki OS. I am using two transceivers to send and receive the temperature reading.
how can i measure the RSSI of the received temperature reading.
-
Netstack's ACK logic is not really compliant with TCP standards/linux or BSD.
Netstack today sends an ACK everytime it processes a batch of packets. The batch can be 1 packet or upto maxSegmentsPer…
-
I was trying to setup a development environment for Atman on Mac OS High Sierra 10.13 with VirtualBox 5.2.0 r118431 (Qt5.6.3) running latest Ubuntu box with Xen 4.4.2-0ubuntu0.14.04.14
Both hello e…
-
I'm trying to use NETSTACK_RADIO.set_value (RADIO_PARAM_PAN_ID, panid); to set the network identifier, but this works on the CC2650, but does not work when I collect the code for CC1310. I checked and…
-
### What is the issue?
I am using the tailscale k8s operator and following this tutorial to test tailscale with ingress
https://gist.github.com/clarkezone/f99ea7f0c08a4f0f7a2487cc73871b89
I am us…
-
ARP implementation in Netstack hardcodes ARPHRD_ETHER value for the haType field of a NIC. We should make use of the ARPHardwareType() method of the NIC and use that value in the haType field of an AR…
-
Hello,
I have some issues when i want to compile any examples (rpl-border-router-, hello-world...) on the lastest version of contiki on my avr-atmega128rfa1.
Since I defined UIP_CONF_IPV6 to 1, I de…
-
**Background**
People frequently want to run SSH or other services such that they're only accessible via Tailscale and not other interfaces.
We frequently see people try to configure OpenSSH sshd_…
-
Spun off from #1509 which changed `Read` and `Write` to operate on interfaces.
We may need a deeper rethink of the tcpip.Endpoint API to address longstanding integration issues with Fuchsia. In par…
-
TCP stack tuning (including congestion) should be done by sled agent for the global zone.