-
@intrications This was reported 3 mn after #254 by same user
```
APP_VERSION_CODE=31
APP_VERSION_NAME=1.3.0
ANDROID_VERSION=4.3
PHONE_MODEL=C1905
CUSTOM_DATA=
STACK_TRACE=java.lang.UnsatisfiedLinkErr…
-
I am using Contiki OS on CC2650 from TI. There I am using **udp-server.c** and **rpl-border-router.c** for communication between them.
For communication I am creating sockets and sending and recievin…
-
I've been looking at implementing missing features (getting / setting RF channel and MAC address) in Contiki's slip-radio. It's relatively straightforward with the new RF API (assuming the radio imple…
-
Time synchronisation is embedded in TSCH MAC library. The basic idea behind time synchronisation is exchanging radio timestamps between nodes. After reading the code about TSCH, I have got a confusion…
-
I've updated to 2.2.0 and was using 2.1.0 previous. It looks like I'm not able to register for push notifications anymore.
relevant info from config.xml
```
…
-
Hello.
i found one more issue in the uip.c file.
**uip.c Line # 1037**
**if(uip_ipaddr_cmp(&ICMPBUF->icmp6data, &uip_hostaddr))**
here you are calling the icmp6data. which is really …
-
I'm running Contiki on a custom 5x5mm board and everything is working with the exception of turning the radio off. It looks like CMD_ABORT in rx_off (ieee-mode.c) is causing it to crash, which is odd …
-
Following the docker instructions and building the containers results in the following error:
Step 16/18 : RUN make TARGET=minimal-net
---> Running in 4562cb6df09f
mkdir obj_minimal-net
CC …
-
In the contiki_init() :
# if NETSTACK_CONF_WITH_IPV6
/\* IPv6 CONFIGURATION */
{
...
# if !UIP_DS6_NO_STATIC_ADDRESS
...
}
# endif
# endif /\* NETSTACK_CONF_WITH_IPV6 */
Should be :
# if N…
-
Dear Yuhhaurlin,
I have a problem with 2.4 ghz on the latest DD-wrt build (r32149, 05.27.17). Sometimes when my clients (windows, androids) little bit far form router the connection is stuck and i ha…