linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH wpan-misc 1/3] website: update rzusbstick firmware
@ 2015-09-04  9:17 Alexander Aring
  2015-09-04  9:17 ` [PATCH wpan-misc 2/3] website: update open tasks Alexander Aring
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alexander Aring @ 2015-09-04  9:17 UTC (permalink / raw)
  To: linux-wpan; +Cc: Alexander Aring

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
 website/index.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/index.txt b/website/index.txt
index 907af61..9a4794f 100644
--- a/website/index.txt
+++ b/website/index.txt
@@ -47,7 +47,7 @@ Supported Hardware
 |cc2520      |yes              |cc2520     | SPI | http://de.aliexpress.com/item/CC2520-wireless-module-ZIGBEE-wireless-sensor-networking-module-with-SMA-external-antenna/1921436550.html[aliexpress]
 |cc2531      |no               |           | USB | http://de.aliexpress.com/item/free-shipping-FOR-ZigBee-CC2531-USB-dongle-protocol-analysis-port-capture-wireless-keyboard-and-mouse/32270975591.html[aliexpress]
  |mrf24j40   |yes              |mrf24j40   | SPI |  http://de.aliexpress.com/item/MRF24J40MA-I-RM-MRF24J40MA-I-MRF24J40MA-MRF24J40-MICROC-QFN-Import-original/32223258627.html[aliexpress]
-|RZUSBstick  |no, WIP          |atusb      | USB | http://www.element14.com/community/docs/DOC-67532/l/avr-rz-usb-stick-module[element14]
+|RZUSBstick  |experimental, http://wpan.cakelab.org/firmwares/rzusb.bin[WIP]          |atusb      | USB | http://www.element14.com/community/docs/DOC-67532/l/avr-rz-usb-stick-module[element14]
 |Xbee        |no |https://github.com/joaopedrotaveira/linux-rpl/blob/master/mainline-3.12.y/0001-Added-XBee-driver-support.patch[out of tree]| ?? | https://www.sparkfun.com/pages/xbee_guide[sparkfun]
 |=============================================================
 
-- 
2.5.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH wpan-misc 2/3] website: update open tasks
  2015-09-04  9:17 [PATCH wpan-misc 1/3] website: update rzusbstick firmware Alexander Aring
@ 2015-09-04  9:17 ` Alexander Aring
  2015-09-04  9:17 ` [PATCH wpan-misc 3/3] website: add iana entry Alexander Aring
  2015-09-04  9:47 ` [PATCH wpan-misc 1/3] website: update rzusbstick firmware Stefan Schmidt
  2 siblings, 0 replies; 7+ messages in thread
From: Alexander Aring @ 2015-09-04  9:17 UTC (permalink / raw)
  To: linux-wpan; +Cc: Alexander Aring

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
 website/index.txt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/website/index.txt b/website/index.txt
index 9a4794f..b7b5311 100644
--- a/website/index.txt
+++ b/website/index.txt
@@ -136,14 +136,12 @@ Open Tasks
 * There is a lot of missing features for enum definition to some string definition in iwpan which can be lookup in 802.15.4 standard. Words say more than numbers...
 ** channel/page to frequency
 ** cca modes/opts
-** no aret mode for max_frame_retires -1
 ** etc
 * Missing features which wireless has and wpan not. Since we based our implementation on wireless we should sync "good patches" from wireless branch.
 ** Whatever you want and find
 * rework
 ** missing features in nl802154, crypto etc.
-** new frame parsing style in mac802154 and ieee802154 based on mac80211 frame parsing design. Draft is https://github.com/linux-wpan/linux-wpan-next/blob/wpan_rework_rfc/net/mac802154/rx.c[mac802154 rx] and
-https://github.com/linux-wpan/linux-wpan-next/blob/wpan_rework_rfc/net/ieee802154/6lowpan/rx.c[6LoWPAN]. Crypto need to be done at first, otherwise I can't test it.
+** new frame parsing style in mac802154 and ieee802154 based on mac80211 frame parsing design. Draft is https://github.com/linux-wpan/linux-wpan-next/blob/wpan_rework_rfc/net/mac802154/rx.c[mac802154 rx]. Crypto need to be done at first, otherwise I can't test it.
 ** remove cb context from dev_hard_header and introduce generic header generation functions like https://github.com/linux-wpan/linux-wpan-next/blob/wpan_rework_rfc/net/ieee802154/header_ops.c#L80[header_ops]. Here too, crypto need to be done at first.
 * systemd
 ** add basic functionality for nl802154 and 6lowpan setup in systemd-networkd
@@ -152,7 +150,6 @@ https://github.com/linux-wpan/linux-wpan-next/blob/wpan_rework_rfc/net/ieee80215
 * RPL? - not our job, need to go through ipv6 netdev community, but we should do something to have a "started" mainline solution.
 * cleanup/fix 802.15.4 af raw/dgram socket code. We should use bluetooth socket code as example.
 * In wireless exists a "station dump", we need something similar "node dump" with all neighbour nodes and their last LQI value, addresses, etc. information.
-* A wpan-phy is an own device class, we need pm suspend handling like in wireless http://lxr.free-electrons.com/source/net/wireless/sysfs.c#L154[callbacks which are in #ifdef CONFIG_PM].
 
 Rework
 ~~~~~~
-- 
2.5.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH wpan-misc 3/3] website: add iana entry
  2015-09-04  9:17 [PATCH wpan-misc 1/3] website: update rzusbstick firmware Alexander Aring
  2015-09-04  9:17 ` [PATCH wpan-misc 2/3] website: update open tasks Alexander Aring
@ 2015-09-04  9:17 ` Alexander Aring
  2015-09-04  9:47 ` [PATCH wpan-misc 1/3] website: update rzusbstick firmware Stefan Schmidt
  2 siblings, 0 replies; 7+ messages in thread
From: Alexander Aring @ 2015-09-04  9:17 UTC (permalink / raw)
  To: linux-wpan; +Cc: Alexander Aring

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
 website/index.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/index.txt b/website/index.txt
index b7b5311..e476d8a 100644
--- a/website/index.txt
+++ b/website/index.txt
@@ -206,4 +206,6 @@ Specifications
 ** 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)]
 
+* https://www.iana.org/assignments/_6lowpan-parameters/_6lowpan-parameters.xhtml[6LoWPAN IANA assignments]
+
 // vim: set syntax=asciidoc:
-- 
2.5.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH wpan-misc 1/3] website: update rzusbstick firmware
  2015-09-04  9:17 [PATCH wpan-misc 1/3] website: update rzusbstick firmware Alexander Aring
  2015-09-04  9:17 ` [PATCH wpan-misc 2/3] website: update open tasks Alexander Aring
  2015-09-04  9:17 ` [PATCH wpan-misc 3/3] website: add iana entry Alexander Aring
@ 2015-09-04  9:47 ` Stefan Schmidt
  2015-09-16 15:57   ` Stefan Schmidt
  2 siblings, 1 reply; 7+ messages in thread
From: Stefan Schmidt @ 2015-09-04  9:47 UTC (permalink / raw)
  To: Alexander Aring, linux-wpan

Hello.

On 04/09/15 11:17, Alexander Aring wrote:
> Signed-off-by: Alexander Aring <alex.aring@gmail.com>
> ---
>   website/index.txt | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/website/index.txt b/website/index.txt
> index 907af61..9a4794f 100644
> --- a/website/index.txt
> +++ b/website/index.txt
> @@ -47,7 +47,7 @@ Supported Hardware
>   |cc2520      |yes              |cc2520     | SPI | http://de.aliexpress.com/item/CC2520-wireless-module-ZIGBEE-wireless-sensor-networking-module-with-SMA-external-antenna/1921436550.html[aliexpress]
>   |cc2531      |no               |           | USB | http://de.aliexpress.com/item/free-shipping-FOR-ZigBee-CC2531-USB-dongle-protocol-analysis-port-capture-wireless-keyboard-and-mouse/32270975591.html[aliexpress]
>    |mrf24j40   |yes              |mrf24j40   | SPI |  http://de.aliexpress.com/item/MRF24J40MA-I-RM-MRF24J40MA-I-MRF24J40MA-MRF24J40-MICROC-QFN-Import-original/32223258627.html[aliexpress]
> -|RZUSBstick  |no, WIP          |atusb      | USB | http://www.element14.com/community/docs/DOC-67532/l/avr-rz-usb-stick-module[element14]
> +|RZUSBstick  |experimental, http://wpan.cakelab.org/firmwares/rzusb.bin[WIP]          |atusb      | USB | http://www.element14.com/community/docs/DOC-67532/l/avr-rz-usb-stick-module[element14]
>   |Xbee        |no |https://github.com/joaopedrotaveira/linux-rpl/blob/master/mainline-3.12.y/0001-Added-XBee-driver-support.patch[out of tree]| ?? | https://www.sparkfun.com/pages/xbee_guide[sparkfun]
>   |=============================================================
>   

All three patches are looking good to me.

regards
Stefan Schmidt

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH wpan-misc 1/3] website: update rzusbstick firmware
  2015-09-04  9:47 ` [PATCH wpan-misc 1/3] website: update rzusbstick firmware Stefan Schmidt
@ 2015-09-16 15:57   ` Stefan Schmidt
  2015-09-16 19:46     ` Alexander Aring
  2015-09-18  9:33     ` Alexander Aring
  0 siblings, 2 replies; 7+ messages in thread
From: Stefan Schmidt @ 2015-09-16 15:57 UTC (permalink / raw)
  To: Alexander Aring, linux-wpan

Hello.

It seems you forgot to push these and re-generate the site.

regards
Stefan Schmidt

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH wpan-misc 1/3] website: update rzusbstick firmware
  2015-09-16 15:57   ` Stefan Schmidt
@ 2015-09-16 19:46     ` Alexander Aring
  2015-09-18  9:33     ` Alexander Aring
  1 sibling, 0 replies; 7+ messages in thread
From: Alexander Aring @ 2015-09-16 19:46 UTC (permalink / raw)
  To: Stefan Schmidt; +Cc: linux-wpan, kaner

Hi,

On Wed, Sep 16, 2015 at 05:57:00PM +0200, Stefan Schmidt wrote:
> Hello.
> 
> It seems you forgot to push these and re-generate the site.
> 

I pushed the pathces to wpan-misc/master now. At the moment I can't
access my cakelab account over my public key anymore. So I can't re-generate
the website.

Kaner can you please fix this issue or explain why I don't have access
anymore? Thanks.

- Alex

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH wpan-misc 1/3] website: update rzusbstick firmware
  2015-09-16 15:57   ` Stefan Schmidt
  2015-09-16 19:46     ` Alexander Aring
@ 2015-09-18  9:33     ` Alexander Aring
  1 sibling, 0 replies; 7+ messages in thread
From: Alexander Aring @ 2015-09-18  9:33 UTC (permalink / raw)
  To: Stefan Schmidt; +Cc: linux-wpan

Hi,

On Wed, Sep 16, 2015 at 05:57:00PM +0200, Stefan Schmidt wrote:
> Hello.
> 
> It seems you forgot to push these and re-generate the site.
> 

I re-generated the website yesterday.

- Alex

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-09-18  9:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-04  9:17 [PATCH wpan-misc 1/3] website: update rzusbstick firmware Alexander Aring
2015-09-04  9:17 ` [PATCH wpan-misc 2/3] website: update open tasks Alexander Aring
2015-09-04  9:17 ` [PATCH wpan-misc 3/3] website: add iana entry Alexander Aring
2015-09-04  9:47 ` [PATCH wpan-misc 1/3] website: update rzusbstick firmware Stefan Schmidt
2015-09-16 15:57   ` Stefan Schmidt
2015-09-16 19:46     ` Alexander Aring
2015-09-18  9:33     ` Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).