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:51:00 UTC

[15/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/e258dae5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/e258dae5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/e258dae5

Branch: refs/heads/develop
Commit: e258dae5811c74c1aab1daa08425a807416b989e
Parents: 65b6e0b
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Oct 7 22:27:21 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Tue Oct 11 14:04:32 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/e258dae5/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/e258dae5/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index d87f350..3cf49bc 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%">