Webkit is a open source web browser engine. WPE (Web Platform for Embedded) is the reference implementation of Webkit for embedded devices.

WPE Webkit supports most web standards, leverages common libraries, and uses hardware acceleration to improve performance when possible.

WebKit facilitates creating local applications that use standard web-related technologies such as HTML5, WebGL, and JavaScript on embedded devices. It also allows users to browse the Internet from an embedded device.

With WPE Webkit, a browser can be used as GUI on embedded devices, allowing application developers to use standard web technologies.

The default installer for ConnectCore MP25 Development Kit includes the WebKit demo. If you followed the Get Started process, your target already contains the WebKit demo and you can skip this topic.
  1. Download the pre-built WebKit demo installer from https://ftp1.digi.com/support/digiembeddedyocto/5.0/r1/images/ccmp25-dvk/ccmp25-dvk-webkit-installer.zip

  2. Follow the instructions on Step 3 - Program the Yocto firmware to install the firmware on the module.

For more information on creating your own Webkit applications see WPE WebKit web browser.