You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
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.jscp outdir/frdm_k64f/zephyr/zephyr.bin /media/<username>/MBED/./outdir/linux/release/jslinux samples/OcfClient.js --noexitActual 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