Skip to content

Commit 21da551

Browse files
committed
some more update
1 parent f09ff8a commit 21da551

File tree

6 files changed

+47
-23
lines changed

6 files changed

+47
-23
lines changed

_config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# site settings
2-
title: Forty
3-
subtitle: by HTML5 UP
2+
title: ndn-lite
3+
subtitle: Leaded by Internet Research Lab (IRL) @ UCLA
44
5-
description: A responsive site template designed by HTML5 Up<br /> and released under the Creative Commons.
5+
description: The NDN-Lite library implements the Named Data Networking Stack with the high-level application support functionalities and low-level OS/hardware adaptations for Internet of Things (IoT) scenarios.
66
baseurl: "/forty-jekyll-theme" # the subpath of your site, e.g. /blog
77
url: # the base hostname & protocol for your site
88
author:
9-
street_address: 1234 Somewhere Road
10-
city: Nashville
11-
state: TN
12-
zip_code: 55555
9+
street_address: 404 Westwood Plaza
10+
city: Los Angeles
11+
state: CA
12+
zip_code: 90095
1313
country: United States of America
14-
phone: (716) 555-5555
14+
phone: (121) 111-111
1515

1616
# homepage tiles
1717
tiles-source: pages # accepts "posts" or "pages"
@@ -20,14 +20,14 @@ tiles-count: 6
2020
# social settings
2121
500px_url:
2222
facebook_url:
23-
github_url:
24-
gitlab_url: https://gitlab.com/u/andrewbanchich
25-
googleplus_url: https://plus.google.com/u/0/+AndrewBanchich
26-
instagram_url: https://instagram.com
27-
linkedin_url: https://www.linkedin.com/in/andrew-banchich-a4ba1195
23+
github_url: https://github.com/named-data-iot/ndn-lite
24+
gitlab_url:
25+
googleplus_url:
26+
instagram_url:
27+
linkedin_url:
2828
pinterest_url:
2929
slack_url:
30-
twitter_url: https://twitter.com/andrewbanchich
30+
twitter_url:
3131

3232
# build settings
3333
markdown: kramdown

_layouts/home.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
<h1>{{ page.landing-title }}</h1>
2020
</header>
2121
<div class="content">
22-
<p style="text-transform: uppercase;">{{ site.description }}</p>
22+
<!--
23+
<p style="text-transform: uppercase;">{{ site.description }}</p>
24+
-->
25+
<p>{{ site.description }}</p>
2326
<ul class="actions">
2427
<li><a href="#one" class="button next scrolly">Get Started</a></li>
2528
</ul>
@@ -37,11 +40,11 @@ <h1>{{ page.landing-title }}</h1>
3740
<section id="two">
3841
<div class="inner">
3942
<header class="major">
40-
<h2>Massa libero</h2>
43+
<h2>Compatible Hardware/Software Platforms</h2>
4144
</header>
4245
<p>{{ content }}</p>
4346
<ul class="actions">
44-
<li><a href="landing.html" class="button next">Get Started</a></li>
47+
<li><a href="https://github.com/named-data-iot/ndn-lite" class="button next">Learn More</a></li>
4548
</ul>
4649
</div>
4750
</section>

elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: Elements
3+
title: A Quick Overview
44
nav-menu: true
55
---
66

generic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Generic
3+
title: Documentation
44
description: Lorem ipsum dolor est
55
image: assets/images/pic11.jpg
66
nav-menu: true

index.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
11
---
22
layout: home
33
title: Home
4-
landing-title: 'Hi, my name is Forty'
4+
landing-title: 'Hi, this is NDN-Lite'
55
description: null
66
image: null
77
author: null
88
show_tile: false
99
---
1010

11-
Nullam et orci eu lorem consequat tincidunt vivamus et sagittis libero. Mauris aliquet magna magna sed nunc rhoncus pharetra. Pellentesque condimentum sem. In efficitur ligula tate urna. Maecenas laoreet massa vel lacinia pellentesque lorem ipsum dolor. Nullam et orci eu lorem consequat tincidunt. Vivamus et sagittis libero. Mauris aliquet magna magna sed nunc rhoncus amet pharetra et feugiat tempus.
11+
The network stack can be applied to any platforms that support C, requiring a minimum version of C11 (ISO/IEC 9899:2011).
12+
To work with the network interfaces (e.g., Bluetooth, Bluetooth Low Energy, IEEE 802.15.4, etc.) and hardware crypto interfaces (e.g., hardware ECC support, hardware pseudo random generator, etc.), proper adaptation work is required.
13+
14+
So far, we have developed ndn-lite based IoT packages (with platform adaptation ready) for POSIX platforms (Linux, MacOS, Raspberry Pi), [RIOT OS](https://www.riot-os.org/) and [Nordic NRF52840 Development Kit](https://www.nordicsemi.com/eng/Products/nRF52840-DK).
15+
Developers can directly develop IoT applications based on these packages without worrying about the adaptation.
16+
17+
Check the ndn-lite based packages in the following list (more to be added in the future):
18+
19+
* [NDN-Lite Unit Tests over RIOT OS](https://github.com/named-data-iot/ndn-lite-test-over-riot) \
20+
Maintainer: Edward Lu, Zhiyi Zhang, Tianyuan Yu
21+
22+
* [NDN IoT Package for Nordic SDK using Segger IDE and Android Phone](https://github.com/named-data-iot/ndn-iot-package-over-nordic-sdk) \
23+
Maintainer: Edward Lu, Bo Chen
24+
25+
* [NDN IoT Package for Nordic SDK using GCC](https://github.com/named-data-iot/ndn-iot-package-over-nordic-sdk-gcc) \
26+
Maintainer: Tianyuan Yu
27+
28+
* [NDN IoT Package for POSIX using CMake](https://github.com/named-data-iot/ndn-iot-package-over-posix) \
29+
Maintainer: Xinyu Ma
30+
31+
* [NDN-Lite Doxygen Documentation](https://zjkmxy.github.io/ndn-lite-docs/index.html) \
32+
Maintainer: Xinyu Ma

landing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Landing
2+
title: NDN-Lite Tutorial
33
layout: landing
4-
description: 'Lorem ipsum dolor sit amet nullam consequa<br />sed veroeros. tempus adipiscing nulla.'
4+
description: 'A Step-by-Step tutorial to help you set up your NDN-Lite enabled IoT device.'
55
image: assets/images/pic07.jpg
66
nav-menu: true
77
---

0 commit comments

Comments
 (0)