This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
[ocf] Ocf Client cannot connect to OcfServer on K64F #1885
Comments
jimmy-huang
added a commit
to jimmy-huang/zephyr.js
that referenced
this issue
May 30, 2018
This patch fixes the issue that multicast discovery messages cannot be routed to the server after Zephyr update 1.11 with IPV6, but turning on promiscuous mode resolves this issue. Fixes intel#1885 Signed-off-by: Jimmy Huang <[email protected]>
jimmy-huang
added a commit
to jimmy-huang/zephyr.js
that referenced
this issue
May 30, 2018
This patch fixes the issue that multicast discovery messages cannot be routed to the server after Zephyr update 1.11 with IPV6, but turning on promiscuous mode resolves this issue. Fixes intel#1885 Signed-off-by: Jimmy Huang <[email protected]>
So, guys, I'm currently digging into other networking issues, and can't look into it, can you please submit a Zephyr ticket on this? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Ocf connection can't be established on K64F, while ocf works fine on Arduino101.
Test Code
OcfServer.js
OcfClient.js
OcfSensorServer.js
OcfSensorClient.js
Steps to Reproduction
make BOARD=frdm_k64f JS=samples/OcfServer.js
cp outdir/frdm_k64f/zephyr/zephyr.bin /media/<username>/MBED/
./outdir/linux/release/jslinux samples/OcfClient.js --noexit
Actual Result
Ocf connection can't set up while ping6 2001:db8::1 is ok.
Expected Result
Ocf Client can connect to Ocf Server.
Test Builds
Additional Information
The text was updated successfully, but these errors were encountered: