* [PATCH wpan-misc] website: adding a list with links to many relevant specifications
@ 2015-06-05 15:02 Stefan Schmidt
2015-06-05 17:36 ` Christoffer Holmstedt
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Schmidt @ 2015-06-05 15:02 UTC (permalink / raw)
To: linux-wpan; +Cc: Alexander Aring, Stefan Schmidt
This does not cover all and some other might be missing and some might not be
to relevant to us but it is a start for people to start digging into it.
Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
---
website/index.txt | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/website/index.txt b/website/index.txt
index 19d1e70..0213f00 100644
--- a/website/index.txt
+++ b/website/index.txt
@@ -173,4 +173,39 @@ The rework will contains a new netlink API and a general handling about frame cr
For the nl802154 framework you will need the wpan-tools, older kernels need lowpan-tools but this is not recommended.
+
+Specifications
+~~~~~~~~~~~~~~
+
+* http://www.ieee802.org/15/pub/TG4.html[IEEE]:
+** http://standards.ieee.org/about/get/802/802.15.html
+** 802.15.4-2003
+** 802.15.4-2006
+** 802.15.4-2011
+** 802.15.4a-2007
+** 802.15.4c-2009
+** 802.15.4d-2009
+** 802.15.4e-2012
+** 802.15.4f-2012
+** 802.15.4g-2012
+** 802.15.4j-2013
+** 802.15.4k-2013
+** 802.15.4m-2014
+** 802.15.4p-2014
+
+* https://www.ietf.org/[IETF]:
+** http://tools.ietf.org/html/rfc4919[IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs): Overview, Assumptions, Problem Statement, and Goals]
+** http://tools.ietf.org/html/rfc4944[Transmission of IPv6 Packets over IEEE 802.15.4 Networks]
+** http://tools.ietf.org/html/rfc6282[Compression Format for IPv6 Datagrams over IEEE 802.15.4-Based Networks]
+** http://tools.ietf.org/html/rfc6550[RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks]
+** http://tools.ietf.org/html/rfc6775[Neighbor Discovery Optimization for IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs)]
+** http://tools.ietf.org/html/rfc7400[6LoWPAN-GHC: Generic Header Compression for IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs)]
+
+* IETF working groups:
+** http://datatracker.ietf.org/wg/6lowpan/documents/[IPv6 over Low power WPAN (6lowpan)]
+** http://datatracker.ietf.org/wg/roll/documents/[Routing Over Low power and Lossy networks (roll)]
+** http://datatracker.ietf.org/wg/6tisch/documents/[IPv6 over the TSCH mode of IEEE 802.15.4e (6tisch)]
+** http://datatracker.ietf.org/wg/6lo/documents/[IPv6 over Networks of Resource-constrained Nodes (6lo)]
+** http://datatracker.ietf.org/wg/core/documents/[Constrained RESTful Environments (core)]
+
// vim: set syntax=asciidoc:
--
2.1.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH wpan-misc] website: adding a list with links to many relevant specifications
2015-06-05 15:02 [PATCH wpan-misc] website: adding a list with links to many relevant specifications Stefan Schmidt
@ 2015-06-05 17:36 ` Christoffer Holmstedt
2015-06-05 21:41 ` [PATCH wpan-tools] " Stefan Schmidt
2015-06-05 21:42 ` [PATCH wpan-misc] " Stefan Schmidt
0 siblings, 2 replies; 5+ messages in thread
From: Christoffer Holmstedt @ 2015-06-05 17:36 UTC (permalink / raw)
To: Stefan Schmidt; +Cc: linux-wpan, Alexander Aring
On Fri, Jun 05, 2015 at 05:02:55PM +0200, Stefan Schmidt wrote:
> This does not cover all and some other might be missing and some might not be
> to relevant to us but it is a start for people to start digging into it.
>
> Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
> ---
> website/index.txt | 35 +++++++++++++++++++++++++++++++++++
> 1 file changed, 35 insertions(+)
>
> diff --git a/website/index.txt b/website/index.txt
> index 19d1e70..0213f00 100644
> --- a/website/index.txt
> +++ b/website/index.txt
> @@ -173,4 +173,39 @@ The rework will contains a new netlink API and a general handling about frame cr
>
> For the nl802154 framework you will need the wpan-tools, older kernels need lowpan-tools but this is not recommended.
>
> +
> +Specifications
> +~~~~~~~~~~~~~~
> +
> +* http://www.ieee802.org/15/pub/TG4.html[IEEE]:
> +** http://standards.ieee.org/about/get/802/802.15.html
> +** 802.15.4-2003
> +** 802.15.4-2006
> +** 802.15.4-2011
> +** 802.15.4a-2007
> +** 802.15.4c-2009
> +** 802.15.4d-2009
> +** 802.15.4e-2012
> +** 802.15.4f-2012
> +** 802.15.4g-2012
> +** 802.15.4j-2013
> +** 802.15.4k-2013
> +** 802.15.4m-2014
> +** 802.15.4p-2014
...cut...
I would sort the standards list by year instead of name as the a - d amendments
should be included in the 2011 version afaik. Just a small detail, no big deal.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH wpan-tools] website: adding a list with links to many relevant specifications
2015-06-05 17:36 ` Christoffer Holmstedt
@ 2015-06-05 21:41 ` Stefan Schmidt
2015-06-06 8:21 ` Alexander Aring
2015-06-05 21:42 ` [PATCH wpan-misc] " Stefan Schmidt
1 sibling, 1 reply; 5+ messages in thread
From: Stefan Schmidt @ 2015-06-05 21:41 UTC (permalink / raw)
To: linux-wpan; +Cc: Alexander Aring, Stefan Schmidt
This does not cover all and some other might be missing and some might not be
to relevant to us but it is a start for people to start digging into it.
Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
---
website/index.txt | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/website/index.txt b/website/index.txt
index 19d1e70..1bec32b 100644
--- a/website/index.txt
+++ b/website/index.txt
@@ -173,4 +173,39 @@ The rework will contains a new netlink API and a general handling about frame cr
For the nl802154 framework you will need the wpan-tools, older kernels need lowpan-tools but this is not recommended.
+
+Specifications
+~~~~~~~~~~~~~~
+
+* http://www.ieee802.org/15/pub/TG4.html[IEEE]:
+** http://standards.ieee.org/about/get/802/802.15.html
+** 802.15.4-2003
+** 802.15.4-2006
+** 802.15.4a-2007
+** 802.15.4c-2009
+** 802.15.4d-2009
+** 802.15.4-2011
+** 802.15.4e-2012
+** 802.15.4f-2012
+** 802.15.4g-2012
+** 802.15.4j-2013
+** 802.15.4k-2013
+** 802.15.4m-2014
+** 802.15.4p-2014
+
+* https://www.ietf.org/[IETF]:
+** http://tools.ietf.org/html/rfc4919[IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs): Overview, Assumptions, Problem Statement, and Goals]
+** http://tools.ietf.org/html/rfc4944[Transmission of IPv6 Packets over IEEE 802.15.4 Networks]
+** http://tools.ietf.org/html/rfc6282[Compression Format for IPv6 Datagrams over IEEE 802.15.4-Based Networks]
+** http://tools.ietf.org/html/rfc6550[RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks]
+** http://tools.ietf.org/html/rfc6775[Neighbor Discovery Optimization for IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs)]
+** http://tools.ietf.org/html/rfc7400[6LoWPAN-GHC: Generic Header Compression for IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs)]
+
+* IETF working groups:
+** http://datatracker.ietf.org/wg/6lowpan/documents/[IPv6 over Low power WPAN (6lowpan)]
+** http://datatracker.ietf.org/wg/roll/documents/[Routing Over Low power and Lossy networks (roll)]
+** http://datatracker.ietf.org/wg/6tisch/documents/[IPv6 over the TSCH mode of IEEE 802.15.4e (6tisch)]
+** http://datatracker.ietf.org/wg/6lo/documents/[IPv6 over Networks of Resource-constrained Nodes (6lo)]
+** http://datatracker.ietf.org/wg/core/documents/[Constrained RESTful Environments (core)]
+
// vim: set syntax=asciidoc:
--
2.1.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH wpan-tools] website: adding a list with links to many relevant specifications
2015-06-05 21:41 ` [PATCH wpan-tools] " Stefan Schmidt
@ 2015-06-06 8:21 ` Alexander Aring
0 siblings, 0 replies; 5+ messages in thread
From: Alexander Aring @ 2015-06-06 8:21 UTC (permalink / raw)
To: Stefan Schmidt; +Cc: linux-wpan
On Fri, Jun 05, 2015 at 11:41:17PM +0200, Stefan Schmidt wrote:
> This does not cover all and some other might be missing and some might not be
> to relevant to us but it is a start for people to start digging into it.
>
> Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
Thanks, applied.
- Alex
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH wpan-misc] website: adding a list with links to many relevant specifications
2015-06-05 17:36 ` Christoffer Holmstedt
2015-06-05 21:41 ` [PATCH wpan-tools] " Stefan Schmidt
@ 2015-06-05 21:42 ` Stefan Schmidt
1 sibling, 0 replies; 5+ messages in thread
From: Stefan Schmidt @ 2015-06-05 21:42 UTC (permalink / raw)
To: Christoffer Holmstedt; +Cc: linux-wpan, Alexander Aring
Hello.
On 05/06/15 19:36, Christoffer Holmstedt wrote:
> On Fri, Jun 05, 2015 at 05:02:55PM +0200, Stefan Schmidt wrote:
>> This does not cover all and some other might be missing and some might not be
>> to relevant to us but it is a start for people to start digging into it.
>>
>> Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
>> ---
>> website/index.txt | 35 +++++++++++++++++++++++++++++++++++
>> 1 file changed, 35 insertions(+)
>>
>> diff --git a/website/index.txt b/website/index.txt
>> index 19d1e70..0213f00 100644
>> --- a/website/index.txt
>> +++ b/website/index.txt
>> @@ -173,4 +173,39 @@ The rework will contains a new netlink API and a general handling about frame cr
>>
>> For the nl802154 framework you will need the wpan-tools, older kernels need lowpan-tools but this is not recommended.
>>
>> +
>> +Specifications
>> +~~~~~~~~~~~~~~
>> +
>> +* http://www.ieee802.org/15/pub/TG4.html[IEEE]:
>> +** http://standards.ieee.org/about/get/802/802.15.html
>> +** 802.15.4-2003
>> +** 802.15.4-2006
>> +** 802.15.4-2011
>> +** 802.15.4a-2007
>> +** 802.15.4c-2009
>> +** 802.15.4d-2009
>> +** 802.15.4e-2012
>> +** 802.15.4f-2012
>> +** 802.15.4g-2012
>> +** 802.15.4j-2013
>> +** 802.15.4k-2013
>> +** 802.15.4m-2014
>> +** 802.15.4p-2014
> ...cut...
>
> I would sort the standards list by year instead of name as the a - d amendments
> should be included in the 2011 version afaik. Just a small detail, no big deal.
Fair enough. Updated patch send as in-reply-to. Thanks for the review!
regards
Stefan Schmidt
> To unsubscribe from this list: send the line "unsubscribe linux-wpan" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-06-06 8:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05 15:02 [PATCH wpan-misc] website: adding a list with links to many relevant specifications Stefan Schmidt
2015-06-05 17:36 ` Christoffer Holmstedt
2015-06-05 21:41 ` [PATCH wpan-tools] " Stefan Schmidt
2015-06-06 8:21 ` Alexander Aring
2015-06-05 21:42 ` [PATCH wpan-misc] " Stefan Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox