You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/11/05 04:50:58 UTC

[13/50] incubator-mynewt-site git commit: Added two more descriptive features and an image in landing page

Added two more descriptive features and an image in landing page


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/25863ca6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/25863ca6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/25863ca6

Branch: refs/heads/develop
Commit: 25863ca612c24f227c38303604c65a840696b4da
Parents: 1b699f2
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Oct 7 22:27:21 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri Oct 7 22:27:21 2016 -0700

----------------------------------------------------------------------
 custom-theme/img/atmel.png | Bin 0 -> 17367 bytes
 custom-theme/landing.html  |  18 +++++++++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/25863ca6/custom-theme/img/atmel.png
----------------------------------------------------------------------
diff --git a/custom-theme/img/atmel.png b/custom-theme/img/atmel.png
new file mode 100644
index 0000000..e58d332
Binary files /dev/null and b/custom-theme/img/atmel.png differ

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/25863ca6/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index 734de5f..52c80f0 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -53,10 +53,26 @@ Read more about NimBLE in the <a href="https://mynewt.apache.org/latest/network/
                 </div>
             </div>
 
+
+            <div class="row highlight">
+                <div class="col-md-6">
+                    <h2>Multiple connectivity options</h2>
+                    <p>Choose your communication technology depending on your application requirements such as power demands, amount of data transfer, deployment model and more.
+
+Mynewt offers a choice of high-performance networking stacks suitable for a range of IoT applications. It includes native support for the pervasive TCP/IP networking protocol suite. It offers Wi-Fi services to an application via a socket API that accesses Wi-Fi controllers and an abstracted interface to Wi-Fi supplicants. Mynewt also includes protocols with considerations and optimizations for constrained devices such as CoAP, 6LoWPAN, and of course, BLE. Several other protocols appropriate for IoT applications are under consideration in the community.</p>
+                </div>
+                <div class="col-xs-8 col-md-6">
+                    <img src="/img/atmel.png" style="width:100%">
+                </div>
+            </div>
+
+
             <div class="row highlight">
                 <div class="col-md-6">
                     <h2>Secure</h2>
-                    <p>Secure yet simple image and configuration management</p>
+                    <p>Ensure security is built into the code as well as lifecycle management for your product.
+
+Mynewt goes beyond providing crypto libraries for secure connections between devices or between a service and remote devices to ensure confidentiality, integrity, and availability of all concerned assets. It also provides the framework and functionality to manage a device securely from its birth to end of life. Mynewt offers a secure bootloader that verifies the authenticity and integrity of firmware image before booting from it. It enables secure image upgrade both remotely over-the-air and locally through a serial interface. With an abstracted interface to hardware security features such as secure memory and crypto accelerators, Mynewt enables components like the BLE stack as well as applications to leverage them easily. </p>
                 </div>
                 <div class="col-xs-8 col-md-6">
                     <img src="/img/secure_img.png" style="width:110%">