This repository contains various CAmkES applications, default configurations
and testing scripts.
apps/ Example applications
configs/ Default configurations
test/ Testing scripts
This is not a standalone repository. Check out the camkes-manifest repository
using Google repo to get a setup that includes these applications, or go to
the seL4 docsite for details on CAmkES.
Some of the applications in this repository are:
adder: demonstrates the use of data port wrapper to pass pointers via CAmkES RPC
epit: demonstrates the use of CAmkES interrupt connector to receive hardware interrupts
exchangestring: demonstrates how to pass string arguments between components
filter: demonstrates the use of a component to filter communication
keyboard: demonstrates the use of IO ports and interrupts in a CAmkES component
lockserver: demonstrates how to use built-in mutex
multiclient: demonstrates multiple clients sharing one connection
multiplier: demonstrates the use of arrays as arguments
mutex: demonstrates the use of user-defined connectors in CAmkES
rotate: demonstrates the use of user-defined types as the arguments of an interface
socket: demonstrates the use of user-defined data ports
structs: demonstrates the use of struct and array attributes
terminal: a prototype for a secure terminal system
uart: demonstrates how to access hardware device memory
CAmkES
This repository contains various CAmkES applications, default configurations and testing scripts.
This is not a standalone repository. Check out the camkes-manifest repository using Google
repo
to get a setup that includes these applications, or go to the seL4 docsite for details on CAmkES.Some of the applications in this repository are:
adder
: demonstrates the use of data port wrapper to pass pointers via CAmkES RPCepit
: demonstrates the use of CAmkES interrupt connector to receive hardware interruptsexchangestring
: demonstrates how to pass string arguments between componentsfilter
: demonstrates the use of a component to filter communicationkeyboard
: demonstrates the use of IO ports and interrupts in a CAmkES componentlockserver
: demonstrates how to use built-in mutexmulticlient
: demonstrates multiple clients sharing one connectionmultiplier
: demonstrates the use of arrays as argumentsmutex
: demonstrates the use of user-defined connectors in CAmkESrotate
: demonstrates the use of user-defined types as the arguments of an interfacesocket
: demonstrates the use of user-defined data portsstructs
: demonstrates the use of struct and array attributesterminal
: a prototype for a secure terminal systemuart
: demonstrates how to access hardware device memory