From 2b2b5848253bf6d5b78d5a8d94d8a84b6fd9ca05 Mon Sep 17 00:00:00 2001 From: Tatiana Leon Date: Tue, 31 May 2022 13:52:48 +0200 Subject: [PATCH] connectcore-demo-example: add readme file https://onedigi.atlassian.net/browse/DEL-7742 Signed-off-by: Tatiana Leon --- connectcore-demo-example/README.md | 40 ++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 connectcore-demo-example/README.md diff --git a/connectcore-demo-example/README.md b/connectcore-demo-example/README.md new file mode 100644 index 0000000..8f1263b --- /dev/null +++ b/connectcore-demo-example/README.md @@ -0,0 +1,40 @@ +ConnectCore Demo Application +============================ + +The ConnectCore demo allows you to monitor and manage your ConnectCore device +from a friendly front-end. +You can monitor device data, such as memory, CPU temperature and statistics, or +network interfaces traffic. It allows you to toggle a user LED, reboot the +device, and upgrade its firmware, as well as test its multimedia capabilities. + +This demo is compatible with: + +* ConnectCore 8M Mini Development Kit +* ConnectCore 8M Nano Development Kit +* ConnectCore 8X SBC Pro + +Running the application +----------------------- + +The application is included in `dey-image-webkit` image. For more information, +go to: + +* [ConnectCore demo for ConnectCore 8M Mini](https://www.digi.com/resources/documentation/digidocs/embedded/dey/latest/cc8mmini/yocto_c_ccdemo-intro) +* [ConnectCore demo for ConnectCore 8M Nano](https://www.digi.com/resources/documentation/digidocs/embedded/dey/latest/cc8mnano/yocto_c_ccdemo-intro) +* [ConnectCore demo for ConnectCore 8X](https://www.digi.com/resources/documentation/digidocs/embedded/dey/latest/cc8x/yocto_c_ccdemo-intro) + +License +------- +Copyright 2022, Digi International Inc. + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appears in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE.