<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.os.contiki.devel">
    <title>gmane.os.contiki.devel</title>
    <link>http://blog.gmane.org/gmane.os.contiki.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18530"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18527"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18523"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18520"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18517"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18515"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18509"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18507"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18506"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18504"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18503"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18491"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18474"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18473"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18464"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18463"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18462"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18461"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18459"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.contiki.devel/18455"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18530">
    <title>Why RPL has a bad performance about PacketLoss Rate?</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18530</link>
    <description>&lt;pre&gt;Hi all!
    I test 20 sky nodes on my test bed for 3 days, and I used example\ipv6\rpl-collect as my program. The maximum hops  number is 3. I used nullRDC + CSMA + Sicslowpan + tcpip as my protocol stack.
    The test result I found it has in Packet Loss Rate(some node is more than 50%). I don't know the reason about this result. Is anyone who can tell me ? Thank you!


Tim Cheng------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>ckt</dc:creator>
    <dc:date>2013-05-21T13:09:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18527">
    <title>RS/RA conflict with RPL</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18527</link>
    <description>&lt;pre&gt;Dear All

please i need help with this problem,i want to monitor all Nd protocol messages,
i can see the ns/na messages when sending uni-cast message between 2
nodes but i faced a problem to see RA or rs
i knew that RA_Send function in UIP.ds6.h file is responsible for
constructing the message do i have to force this function to operate
in my code.
i found that also we need to disable RPL (commenting Rpl_Init() in
TCPIP.C) this function is actually prevent nodes from send Dis
messages when it joins the DAG but still they broadcast DIO messages.

so here are my question :

1- is there any procedure will show me the RS/RA message exchange?
2- what is the configuration needed to the network or any specific scenario?


Thanks




&lt;/pre&gt;</description>
    <dc:creator>mohamed seliem</dc:creator>
    <dc:date>2013-05-21T12:21:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18523">
    <title>802.15.4 payload</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18523</link>
    <description>&lt;pre&gt;Hi all,

I'm new to Contiki and i would like your help. I want to use Contiki with the 
AT86rf231 transceiver from ATMEL which disposes an AES module to make hardware 
encryption. 

I have read the last days some papers and examples for contiki. However, it's 
not clear to me how I am going to access the payload to pass it as parameter 
into the encryption function. 

After writing our "application" in Contiki, are we accessing the payload from 
the RIME or uIP stack? And if yes how are we doing it exactly?

Thank you for any help!

Katerina 


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Katerina Lagou</dc:creator>
    <dc:date>2013-05-20T17:59:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18520">
    <title>Programming Sky motes via TCP connection.</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18520</link>
    <description>&lt;pre&gt;Dear Contiki developers,

I am Rafael Marin Perez, and work as a computer researcher in University of
Murcia, Spain.
I am using ContikiOS to test TmoteSky motes with 6lowpan stack in a remote
sensor network.
To do that, I need to download binary programs over TCP connection.

In Contiki, there is an application of code propagation named 'codeprop'.
However, I have not found any example for the usage of the 'codeprop'
application nor the TCP programming tool to run in PC.

If you can help me, I am very graceful with you.  :)

Thanks for your time.

Best regards, Rafa.
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>Rafael Marin-Perez</dc:creator>
    <dc:date>2013-05-20T10:28:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18517">
    <title>Contiki use of external libraries and OpenSSL</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18517</link>
    <description>&lt;pre&gt;Hi,

I'm new to contiki and I'm trying to use OpenSSL for autentitication purposes 
on RPL. I have the OpenSSL .h files in usr/include/openssl but when I include 
in my .c file ( like this #include &amp;lt;openssl/sha.h&amp;gt;) it doesn't recognize the 
existence of those files.
I have also tried to place this files (sha.c and sha.h) in the directory of 
the ones I'm working on. It doesn't work anyway.
I'm wondering if this has anything to do with the makefiles and how do I 
should change them.

Thanks in advance,
   Joana Vieira


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Joana Vieira</dc:creator>
    <dc:date>2013-05-19T16:02:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18515">
    <title>read the value of"PACKETBUF_ATTR_LINK_QUALITY" in icmp.c file</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18515</link>
    <description>&lt;pre&gt;hello, I am trying to read the value of packet attribute
"PACKETBUF_ATTR_LINK_QUALITY" in icmp.c file in function dio_input by using
printf("lqi %d\n", packetbuf_attr(PACKETBUF_ATTR_LINK_QUALITY));

 and it always give me lqi 37. what is the secret behind 37??? is 37 a
default value???
 i suppose that this attribute is set in file ./core/dev/cc2420.c in
function "cc2420_read" is this assumption  true , or i have to set it in
another place.


I will appreciate any help
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>Manar Jaradat</dc:creator>
    <dc:date>2013-05-18T23:42:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18509">
    <title>CSMA/NULLRDC with saturation conditions problem</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18509</link>
    <description>&lt;pre&gt;I have a simulation of 10 nodes, sending packets to random destination,
with saturation conditions using CSMA/NULLRDC.
I attach a printscreen, cause I think something is going wrong. Is it
normal one node to send continuesly so many packets???
Should be the correct to send one or maximum 2 continuesly packets?? Why
this is happening??? Any ideas??

http://s24.postimg.org/myh9utn9h/csmasat.jpg

Regards
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>Dimitris Sliakas</dc:creator>
    <dc:date>2013-05-18T15:31:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18507">
    <title>Fixing issues stopping Travis</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18507</link>
    <description>&lt;pre&gt;I'm almost finished with a patchset that fix all of the issues
currently exposed by Travis.
(https://github.com/malvira/contiki/tree/travis-test)

There are 5 tests left that are failing:

    https://travis-ci.org/malvira/contiki

If you click on the individual tests, you'll get a log that now has
good error reporting. E.g.

    https://travis-ci.org/malvira/contiki/jobs/7267918

I am bad/next-to-dangerous with Java so I can't really go much further.

We are currently stalled on processing pull-requests until these
remaining issues get fixed. Any help would be appreciated.

-Mar.

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Mariano Alvira</dc:creator>
    <dc:date>2013-05-18T00:55:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18506">
    <title>Uncrustify code style config</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18506</link>
    <description>&lt;pre&gt;Hello folks

I've knocked together a config for uncrustify (http://uncrustify.sourceforge.net/), which is a lot more flexible than GNU indent.

Here's the config: https://github.com/g-oikonomou/contiki/blob/uncrustify/tools/uncrustify.cfg

The primary goal is: It -MUST NOT- misformat code that was correctly formatted in the first place (which is something that indent does on occasion).

I think I've got pretty much all the important stuff in place but to quote uncrustify -h:

"
There are currently 454 options and minimal documentation.
Try UniversalIndentGUI and good luck.
"

I'd really appreciate if you folks could give it a try and report back if you encounter any situations where it formats things incorrectly.

To see the diff for a specific file before / after uncrustify without changing the file on disk, you can do something like:
file=&amp;lt;path to file&amp;gt;; uncrustify -q -c &amp;lt;path-to-uncrustify.cfg&amp;gt; -f $file | diff -u $file --to-file=/dev/stdin

I know it currently changes
while(whatever);
to
while(whatever) ;
which is mildly annoying and needs fixed :/

I also have a test file with terribly formatted code, if you want to have a play:
https://gist.github.com/g-oikonomou/5602289

George





------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>George Oikonomou</dc:creator>
    <dc:date>2013-05-17T22:13:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18504">
    <title>CfP: Fifth Workshop on Real-World WirelessSensor Networks (REALWSN)</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18504</link>
    <description>&lt;pre&gt;Call for Papers: The Fifth Workshop on Real-World Wireless Sensor Networks
==========================================================================

                        19-20 September 2013
                         Como Lake (Italy)
      http://realwsn.deib.polimi.it
                 Follow REALWSN on Twitter: &amp;lt; at &amp;gt;RealWSN!

We are excited to announce that the fifth Workshop on Real-World
Wireless Sensor will be held at the Como Lake, Italy in September 2013.

The purpose of the fifth Workshop on Real-World Wireless Sensor
Networks (REALWSN) is to bring together researchers and practitioners
working in the area of sensor networks, with focus on real-world
experiments or deployments. Included are, nontheless, new forms
of sensing such as those that leverage smart phones, Internet of
Things, RFIDs, and robots.

When working with real-world experiments or deployments, many new
issues arise: the network environment may be composed of a variety of
different technologies, leading to very heterogeneous network
structures; software development for large scale networks poses new
types of problems; prototype networks may differ significantly from
the deployed system; actual sensor network deployments may need a
complex combination of autonomous and manual
configuration. Furthermore, results obtained through simulation are
typically not directly applicable to operational networks and it is
therefore imperative for the community to produce results from
experimental research.

Authors are invited to submit papers (12 pages, Springer format, 10
point font size) for presentation at the workshop. Papers will be
selected based on originality, technical merit, and
relevance. Submissions must be fully anonimized, as REALWSN will apply
a double-blind review process. Accepted papers will be published by
Springer in the Lecture Notes on Electrical Engineering series and
indexed by all major digital libraries (e.g., ISI, Scopus, Google
Scholar, ...).

All topics pertaining to real-world wireless sensor networks and modern
forms of sensing are of interest, including but not limited to:
    * Experiences with real-world deployments
    * Mining real-world sensor network data
    * Sensor systems leveraging smart phones (crowd sensing)
    * Sensors systems involving Internet of Things (IoT), RFIDs, robots
    * Experimental validation/refutation of previous simulation
      results obtained by others
    * Real-world performance of self-organization and self-management
    * Debugging, testing, validation, and management
    * Deployment and configuration
    * Applications in medicine, industry, science, environmental monitoring
    * Security and trust
    * Scalability in practice
    * Development and prototyping platforms
    * Operating systems, sensor network programming paradigms, and languages
    * Middleware for heterogeneous networks
    * Real-time and dependability issues
    * Hardware support for real-world sensor networks
    * Robustness at all levels: communication, software, hardware
    * Energy efficient protocols
    * Hardware and software methods for energy measurement and profiling

Important dates:
    * Electronic submissions due: June 21st, 2013
    * Notification of acceptance: August 8th, 2013
    * Camera-ready copy due: August 30th, 2013
    * Workshop: 19-20 September 2013

We will organize a poster and demo session as well. The deadline will
be August 15th 2013, notification August 22nd 2013. A separate call
will be distributed.

Organizers:

Workshop Chair:
    * Luca Mottola, Politecnico di Milano, Italy and SICS, Sweden

Program committee chairs:
    * Koen Langendoen, TUD, The Netherlands
    * Wen Hu CSIRO, Australia

Poster/demo chairs:
    * Thiemo Voigt, Uppsala University and SICS, Sweden
    * Silvia Santini, TU Darmstadt, Germany

Program committee:
    * Nirupama Bulusu, Portland State University, USA
    * Per Gunningberg, Uppsala University, Sweden
    * Chamath Keppitiyagame, University of Colombo, Sri Lanka
    * Gian Pietro Picco, University of Trento, Italy
    * Utz Rödig, University of Lancaster, UK
    * Christian Rohner, Uppsala University, Sweden
    * Kay Römer, ETH Zürich, Switzerland
    * Jochen Schiller, FU Berlin, Germany
    * Cormac Sreenan, UC Cork, Ireland
    * Tim Wark, CSIRO, Australia
    * Neal Patwari, University of Utah, USA
    * Omprakash Gnawali, University of Houston, USA
    * Yu (Jason) Gu, Singapore University of Technology and Design,
Singapore
    * Olga Saukh, ETH Zürich, Switzerland
    * Niki Trigoni, University of Oxford, UK
    * Marco Zuniga, TU Delft, The Netherlands
    * Prasant Misra, SICS, Sweden
    * Chiara Petrioli, University of Rome, Italy
    * Philipp Sommer, CSIRO, Australia
    * Gianluca Dini, University of Pisa, Italy
    * Wang Jiliang, Hong Kong University of Science and Technology, Hong
Kong
    * Geoffrey Challen, University at Buffalo, USA
    * Marcus Chang, JHU, USA
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>Mikhail Afanasov</dc:creator>
    <dc:date>2013-05-17T13:51:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18503">
    <title>IPC mechanism</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18503</link>
    <description>&lt;pre&gt;Hi all,

I'd like to understand if Contiki has a common IPC mechanism (inter-process communication) that applications running on Contiki can use to talk to each other? I couldn't find anything like that in the API documentation. If something like this doesn't exist, then how do developers usually realize/implement communication between applications running on the same device?

Thanks for any advice.

Anna
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>Anna Fischer (novero/Bochum</dc:creator>
    <dc:date>2013-05-17T13:00:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18491">
    <title>Compile issues...</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18491</link>
    <description>&lt;pre&gt;All,

I'm working on a port for the Zigduino that's acceptable for
incorporation into the main distribution. I'm using the
avr-atmega128rfa1 port as a base. However, I'm having trouble to get
it to compile. I get the following error from running make
TARGET=avr-atmega128rfa1 hello-world:

contiki-avr-atmega128rfa1.a(tcpip.o): In function `tcpip_ipv6_output':
tcpip.c:(.text.tcpip_ipv6_output+0x98): undefined reference to
`uip_ds6_is_addr_onlink'
tcpip.c:(.text.tcpip_ipv6_output+0xa4): undefined reference to
`uip_ds6_route_lookup'
tcpip.c:(.text.tcpip_ipv6_output+0xac): undefined reference to
`uip_ds6_defrt_choose'
tcpip.c:(.text.tcpip_ipv6_output+0xc6): undefined reference to
`rpl_update_header_final'
tcpip.c:(.text.tcpip_ipv6_output+0xd2): undefined reference to
`uip_ds6_nbr_lookup'
tcpip.c:(.text.tcpip_ipv6_output+0xe8): undefined reference to `uip_ds6_nbr_add'
tcpip.c:(.text.tcpip_ipv6_output+0x13a): undefined reference to
`uip_ds6_addr_lookup'
tcpip.c:(.text.tcpip_ipv6_output+0x156): undefined reference to
`uip_nd6_ns_output'
tcpip.c:(.text.tcpip_ipv6_output+0x15c): undefined reference to `uip_ds6_if'
tcpip.c:(.text.tcpip_ipv6_output+0x160): undefined reference to `uip_ds6_if'
tcpip.c:(.text.tcpip_ipv6_output+0x164): undefined reference to `uip_ds6_if'
tcpip.c:(.text.tcpip_ipv6_output+0x168): undefined reference to `uip_ds6_if'
tcpip.c:(.text.tcpip_ipv6_output+0x264): undefined reference to `uip_ext_len'
contiki-avr-atmega128rfa1.a(tcpip.o): In function
`process_thread_tcpip_process':
tcpip.c:(.text.process_thread_tcpip_process+0x68): undefined reference
to `rpl_init'
tcpip.c:(.text.process_thread_tcpip_process+0xfc): undefined reference
to `uip_ds6_timer_periodic'
tcpip.c:(.text.process_thread_tcpip_process+0xfe): undefined reference
to `uip_ds6_timer_periodic'
tcpip.c:(.text.process_thread_tcpip_process+0x166): undefined
reference to `uip_ds6_timer_periodic'
tcpip.c:(.text.process_thread_tcpip_process+0x168): undefined
reference to `uip_ds6_timer_periodic'
tcpip.c:(.text.process_thread_tcpip_process+0x174): undefined
reference to `uip_ds6_periodic'
collect2: error: ld returned 1 exit status
make: *** [hello-world.avr-atmega128rfa1] Error 1

I'm having similar errors with other avr-* ports. I have rebased my
branch to the latest from Github and I have not touched anything
outside of my new port directory. Any suggestions of what I might be
doing wrong?

-p

--
Pierce Nichols
Principal Engineer
Logos Electromechanical, LLC

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Pierce Nichols</dc:creator>
    <dc:date>2013-05-17T04:07:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18474">
    <title>[Cooja Question] - Autostart the simulation</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18474</link>
    <description>&lt;pre&gt;Hello,

I've done the following commands :

make TARGET=cooja -nogui=Simulation rpl-udp-powertrace.csc

That gave me the following command :

java -mx512m -jar ../../../tools/cooja/dist/cooja.jar
-quickstart='rpl-udp-powertrace.csc' -contiki='../../..'

But when I run this command, cooja simulator start but the simulation
don't, do you know any way to make it start automatically?

Best regards

–
LEONE Rémy
PhD student CIFRE :: Thales TAI/Telecom Paris Tech
https://www.linkedin.com/in/remyleone
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>Remy Leone</dc:creator>
    <dc:date>2013-05-16T12:08:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18473">
    <title>How to calculate CLOCK_CONF_SECOND ?</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18473</link>
    <description>&lt;pre&gt;Hey!

How can I calculate the CLOCK_CONF_SECOND macro? Let's say I have a 
platform that runs at 32 MHz, what is the right value for 
CLOCK_CONF_SECOND ?

Thanks.

&lt;/pre&gt;</description>
    <dc:creator>Daniel Fischer</dc:creator>
    <dc:date>2013-05-16T11:12:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18464">
    <title>Insert obstacles in a WSN developed in Cooja</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18464</link>
    <description>&lt;pre&gt;I would like to simulate nodes in a not rectangular room, so mainly the
presence of irregular walls.

I deduce I have to use the MRM radio model.
I tried to see if it is possible to draw the wall in an easy way but it
seems it is not possible.
predefined obstacles configurations (not adapted to my case) and to insert
obstacles from an image.

In this third case, I have not understand how it works.
Can someone give me some explanation?

Thanks in advance.

MG
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>Marco Giordano</dc:creator>
    <dc:date>2013-05-15T09:56:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18463">
    <title>Power data of rpl-collect example</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18463</link>
    <description>&lt;pre&gt;Hi all,

I tried to run the pre-built simulation of rpl-collect and I opened the
sensor data collect GUI to read statistics about motes.

I saw that instantaneous power is plotted in mW. I think that this value is
obtained through powertrace app.
But how are mW values obtained if in powertrace C files there's no current
nor voltage value?

Thanks in advance.

MG
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>Marco Giordano</dc:creator>
    <dc:date>2013-05-15T09:08:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18462">
    <title>MobiCom 2013: Call for Demos, Exhibits, Posters,SRC</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18462</link>
    <description>&lt;pre&gt;Dear Colleagues,
We would like to draw your attention to the MobiCom 2013 call for Demos, Exhibits, Posters, Student Research Competition (SRC). You can find the call bellow or the full call at:

Call for Demos and Exhibits 
Call for Posters and SRC 

The Deadline is July 3rd 2013.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Call for Demos and Exhibits 

If you have a cool demo of your research advances or technological capabilities, come and showcase it in MobiCom 2013! We encourage research demonstrations and exhibits from both academics and industry.

Demonstrations should be innovative research prototypes that show new research related to the practice of mobile computing or wireless and mobile networking, in the general areas of interest related to the MobiCom conference. Exhibits can be advanced product prototypes or technology breakthroughs that are relevant to the MobiCom audience. Please refer to the main conference introduction and CFP for the general areas.

Please submit a proposal of your demo or exhibit. It should be a summary or extended abstract describing the research to be presented, maximum 3 pages in US letter size (8.5 x 11 inches) with fonts no smaller than 10 point size, in PDF file format. Make sure the proposal will include:

- The names, affiliations, and email addresses of the authors.
- Equipment to be used for the demo.
- Space needed and setup time required.
- Additional facilities needed including power and Internet/wireless access.

New This Year 


It is highly encouraged that each proposal includes a video clip showcasing the demo. The video clip, no more than 60 seconds, should give a good idea of what the demo is about and how it would look like. If you do include a video clip, it will help the committee better understand and evaluate your proposal. If your demo is accepted, the video will be shown on the conference website and during the conference to draw people to your booth. Videos can be submitted by including a link to the video (e.g., hosted at YouTube).

All submissions will be reviewed by a committee. Once the demo is accepted, we will post the submission (summary and video) on the conference website and publish it in the main proceedings and the ACM digital library.

All demos will be considered for the Best Demo Award. A committee will decide about the winner on-site after evaluating all demo presentations.

 
Submission Instructions 


In order to submit your Demo or Exhibit proposal to Mobicom 2013 for review, please proceed through the following steps:

Visit https://www.easychair.org/conferences/?conf=mobicom2013 (create an EasyChair account, if you don't already have one)
After login, select "New Submission" from the Menu on top.
Fill in the Authors and Title (make sure it starts with "Demo:")
In the Abstract field, enter a publicly accessible link to the video of your demo.
Upload the Demo Summary (in PDF) and press Submit.

Important Dates 


Submissions deadline: 
July 3, 2013 (11:59 PM GMT)

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Call for Posters and SRC 

By following its long and fruitful tradition of poster presentation/discussion, ACM MobiCom 2013 solicits submissions for its Posters Program. The program will consist of a Posters Session that will be scheduled during the conference in addition to a three-days Posters interaction space which will be available from October 1 to October 3, to ensure maximum visibility.

Proposals for poster presentations featuring early research work and preliminary results are strongly encouraged and solicited. The MobiCom 2013 Poster Session will provide an excellent opportunity for initial feedback on early research results and for gaining early visibility of ongoing projects.

To ensure maximum visibility and to garner high interest in the Poster Session from all MobiCom attendees, each accepted poster will have the opportunity to deliver a fast elevator pitch. Each poster presenter will get a one-minute to overview and stir interest in her/his poster (3 slides presented in PechaKucha mode - http://en.wikipedia.org/wiki/PechaKucha). In addition, each presenter will have the opportunity to have a webpage, which will be linked to from the MobiCom Posters &amp;amp; SRC program page, to post additional details including possibly a short video presentation.

Posters are solicited in all areas of mobile computing and wireless networking. Particular areas of interest include, but are not limited to:
- Architectures, algorithms, and protocols for cognitive wireless networks and their integration in the next generation Internet
- Architectures, protocols, and algorithms to cope with mobility, limited bandwidth, limited power and/or intermittent connectivity
- Coexistence and synergic exploitation of heterogeneous wireless networks
- Design, implementation, and evaluation of mobile systems and applications
- Experimental large-scale testbeds for mobile networks
- Fundamental understanding of mobile computing and wireless networking
- Green and energy-aware mobile systems and networking, e.g., for mobile wireless sensor networks and applications
- Integration and interworking of wired-wireless networks
- Internet of Things (IoT) and Cyber Physical Systems (CPS)
- Modeling, simulation/emulation, and measurement of mobile systems
- Next generation (beyond 802.11) wireless technologies and related systems and protocols
- Operating system and middleware support for mobile applications, systems, and networking
- Performance evaluation of mobile networks, protocols, and systems
- Security, privacy, and trustworthiness of mobile systems
- Techniques for ad-hoc, delay-tolerant, and spontaneous networking
- Vehicular (infrastructured and ad-hoc) networks and vehicular sensor applications

The ACM Student Research Competition (SRC) 



ACM MobiCom 2013 will host an ACM Student Research Competition (SRC) along side the Posters Program. Students submitting to the MobiCom 2013 Poster Session can opt to have their posters considered also by the SRC committee, if their posters are accepted. Selected competitors will receive up to $500 USD for their conference travel, depending on need, and will earn a chance to compete in the SRC Grand Finals. The winners will be recognized at the Annual ACM Awards Banquet. Competitors should be prepared to attend the Poster Session and, if selected for further competition, to give a short talk about their research projects. Winners of the MobiCom 2013 SRC will be announced at the conference. The Student Research Competition is open to graduate and undergraduate students whose submissions are accepted by the SRC committee. To be considered, complete a submission to the Poster Session and indicate that you would like to participate in the SRC by adding "[SRC]" in the subject line. Valid ACM student membership and student status as of the submission deadline are required for the lead student. For more information about the SRC competition, contact the SRC Chair Souvik Sen at souvik.senhp.com.
The SRC competition is fully sponsored by a generous donation from Microsoft Research. 

Submission Instructions 


The posters should be submitted via email to the Poster Chairs: (Paolo Bellavista: paolo.bellavistaunibo.it ) and (Tamer Nadeem: nadeemcs.odu.edu ). The submission should be formatted as a paper or extended abstract describing the research to be presented in the poster and should be submitted as a PDF file of at most 3 pages, including all figures and references (formatted into the US letter size of 8.5 x 11 inches with fonts no smaller than 10 point size). The extended abstract must include the authors’ names, affiliations, and email addresses. Any submission should include the following:
Whether you would like the submission to be considered for the Student Research Competition, by adding "[SRC]" in the subject line
If you would like your submission to be considered for the SRC, there is the additional need to indicate that any of the student authors is an undergraduate student. Note that if any of the authors is a graduate student, then the submission will be considered under the graduate category
All poster submissions will be reviewed by the Posters committee. If your submission is selected for the Posters Session, you will receive information regarding the size of the poster board, etc., so that you can prepare and produce your poster. Easels and white boards will be provided by the Conference. Once your poster is accepted, we will include the abstract of your poster on the conference website and publish it in the main proceedings and the ACM digital library.

Important Dates 


Poster submission deadline:
July 3, 2013 (11:59 PM EST)


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>Pei Zhang</dc:creator>
    <dc:date>2013-05-15T01:50:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18461">
    <title>Advanced Security Module Econotags</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18461</link>
    <description>&lt;pre&gt;Hello everyone,

I'am trying to make hardware encryption with the ASM module based on the asm.c 
from libmc1322x. I have some mesh/broadcast examples and I am using the 
functions packetbuf_copyto  and packetbuf_copyfrom from rime to access the 
buffer. 

I can verify with some printfs that the data are encrypted correctly before 
copying them to the buffer. However, no matter what I try Wireshark keeps 
capturing packets where the security field is false. I wonder if this not the 
correct way to access the buffer or if I am missing something else.

Thank you,

Asterios


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Asterios Samarinas</dc:creator>
    <dc:date>2013-05-14T17:24:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18459">
    <title>how to drop queued packets?</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18459</link>
    <description>&lt;pre&gt;I want to ask if there is an easy way to force to drop queued packets in
csma.


Regards
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>Dimitris Sliakas</dc:creator>
    <dc:date>2013-05-14T15:32:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18455">
    <title>undefined reference to c function</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18455</link>
    <description>&lt;pre&gt;Hey all
i want to use some c functions that should be available since i included
&amp;lt;stdlib.h&amp;gt; in this case it is the qsort function.
but the compiler gives an error "undefined reference to qsort"

not sure if there is some other files that i should include or do i need to
update something.

please help, also if there is a better function to sort the values in an
array from low to high that is already made that would be really helpful.


thanks,

*Mohammad Abdellatif*
*
*
*Phd student at Faculty of Engineering University of Porto (FEUP)*
*Researcher at Inesc Porto, UTM, WiN *
*http://win.inescporto.pt/mma* &amp;lt;http://win.inescporto.pt/mma&amp;gt;
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>Mohammad Abdellatif</dc:creator>
    <dc:date>2013-05-14T13:04:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.contiki.devel/18451">
    <title>CC2530dk Udp-sender in rpl-collect go in ainfinite loop reboot</title>
    <link>http://comments.gmane.org/gmane.os.contiki.devel/18451</link>
    <description>&lt;pre&gt;Hi to all,

I'm trying to use ipv6/rpl-collect applications whit the cc2530dk platform
and collect-view java application. The server side with udp-sink and  the
collect-view java applicattion work well, but in the sender side with the
udp-sender applications doesn't work. The node with udp-sender application
is in a infinite loop. I have a log with the messages sent by udp-sender. I
can't understand why udp-sink does not generate problems or infinite loop
while udp-sender yes (using the same platform cc2530dk in both nodes). I
have attached the udp-sender log where is seen the infinite loop.

Regards, Antonio Rosa.
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Contiki-developers mailing list
Contiki-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/contiki-developers
&lt;/pre&gt;</description>
    <dc:creator>Antonio Rosa</dc:creator>
    <dc:date>2013-05-14T11:31:52</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.contiki.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.contiki.devel</link>
  </textinput>
</rdf:RDF>
