David Kopf | 1 Mar 2011 13:07
Gravatar

Re: Observed contiki-raven-2.5.rc1 by wireshark

It was talking to the Raven on channel 26 but some characters in the minicom startup string set it to channel
11. Use 'c' to set 
back to channel 26 (and clear the minicom modem initialization string).

Change the default startup options in /platform/avr-ravenusb/sicslow_ethernet.c
void mac_ethernetSetup(void)
{
  usbstick_mode.sicslowpan = 1;
  usbstick_mode.sendToRf = 1;
  usbstick_mode.translate = 1;
  usbstick_mode.debugOn= 1;
  usbstick_mode.raw = 0;

----- Original Message ----- 
From: "王锐" <jielunre <at> gmail.com>
To: "Contiki developer mailing list" <contiki-developers <at> lists.sourceforge.net>
Sent: Tuesday, March 01, 2011 2:29 AM
Subject: Re: [Contiki-developers] Observed contiki-raven-2.5.rc1 by wireshark

Hi,
  the output 'm' in minicom :

  * Will send data over
RF
  * Will change link-local addresses inside IP
messages
  * Will decompress 6lowpan
headers
  * Will Output raw 802.15.4 frames
  * USB Ethernet MAC:
02:12:13:14:15:16
  * 802.15.4 EUI-64:
02:12:13:ff:fe:14:15:16
  * Operates on channel
11
  * TX Power Level:
0x00
  * Current RSSI:
-94dB
  * Last RSSI:
-94dB
  * Configuration:
129
  * usb_eth_is_active: 1

I want to know how to set the 'Output raw 802.15.4 frames' as default?

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Contiki-developers mailing list
Contiki-developers <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/contiki-developers

Gmane