1:orphan: 2 3.. _sample-app: 4 5ACRN Sample Application 6####################### 7 8This directory contains a software application that runs a real-time 9application between a real-time VM and a standard VM using the 10acrn-hypervisor. 11 12The ``rtvm`` directory contains the code that reads and pipes data from 13``cyclictest`` to the User VM using the inter-vm shared memory feature that 14acrn-hypervisor exposes to its VMs. 15 16The ``uservm`` directory contains the code that reads the piped data from the 17RTVM, processes the data, and displays the data over a web application that 18can be accessed from the hypervisor's Service VM. 19 20To build and run the applications, copy this repo to your VMs, run make in the 21directory that corresponds to the VM that you are running, and then follow the 22sample app guide in the acrn-hypervisor documentation. 23 24For more information, please go to: https://github.com/projectacrn/acrn-hypervisor/wiki/ACRN-Sample-App 25