1,395 research outputs found

    Poster Abstract: Opportunistic RPL

    Get PDF
    Sensor nodes constituting Wireless Sensor Networks (WSN) are often battery- operated and have limited resources. To save energy, nodes sleep most of the time, and wake up periodically to handle communication. Such radio duty cycling poses a basic trade-off between energy and latency. In previous work, we have shown that opportunistic routing is an efficient way to achieve low-latency yet energy efficient data collection in WSN (ORW [3]). In this paper, we extend this approach to the context of low-power IP networks, where nodes need to be addressed individually and where traffic patterns are irregular. We present ORPL, an opportunistic extension of RPL, the stan- dard, state-of-the-art routing protocol for low-power IP networks. We discuss our preliminary results obtained with Contiki in a 137-node testbed

    Carbon-Enhanced Hyper-metal-poor Stars and the Stellar IMF at Low Metallicity

    Full text link
    The two known ``hyper-metal-poor'' (HMP) stars, HE0107-5240 and HE1327-2326, have extremely high enhancements of the light elements C, N, and O relative to Fe and appear to represent a statistically significant excess population relative to the halo metallicity distribution extrapolated from [Fe/H] > -3. This study weighs the available evidence for and against three hypothetical origins for these stars: (1) that they formed from gas enriched by a primordial ``faint supernova'', (2) that they formed from gas enriched by core-collapse supernovae and C-rich gas ejected in rotation-driven winds from massive stars, and (3) that they formed as the low-mass secondaries in binary systems at Z ~ 10^{-5.5} Zsun and acquired their light-element enhancements from an intermediate-mass companion as it passed through an AGB phase. The observations interpreted here, especially the depletion of lithium seen in HE1327-2326, favor the binary mass-transfer hypothesis. If HE0107-5240 and HE1327-2326 formed in binary systems, the statistically significant absence of isolated and/or C-normal stars at similar [Fe/H] implies that low-mass stars could form at that metallicity, but that masses M ~< 1.4 Msun were disfavored in the IMF. This result is also explained if the abundance-derived top-heavy IMF for primordial stars persists to [Fe/H] ~ -5.5. This finding indicates that low-mass star formation was possible at extremely low metallicity, and that the typical stellar mass may have had a complex dependence on metallicity rather than a sharp transition driven solely by gas cooling.Comment: 11 pages emulateapj text including three figures, accepted for publication in ApJ v666 (Sept 2007). A companion paper to 0706.290

    Demo: Snap – Rapid Sensornet Deployment with a Sensornet Appstore

    Get PDF
    Despite ease of deployment being seen as a primary advantage of sensor networks, deployment remains difficult. We present Snap, a system for rapid sensornet deployment that allows sensor networks to be deployed, positioned, and reprogrammed through a sensornet appstore. Snap uses a smartphone interface that uses QR codes for node identification, a map interface for node positioning, and dynamic loading of applications on the nodes. Snap nodes run the Contiki operating system and its low-power IPv6 network stack that provides direct access from nodes to the smartphone application. We demonstrate rapid sensor node deployment, identification, positioning, and node reprogramming within seconds, over a multi-hop sensornet routing path with a WiFi-connected smartphone

    Carbon-Enhanced Metal-Poor Stars, the Cosmic Microwave Background, and the Stellar IMF in the Early Universe

    Full text link
    The characteristic mass of stars at early times may have been higher than today owing to the cosmic microwave background (CMB). This study proposes that (1) the testable predictions of this "CMB-IMF" hypothesis are an increase in the fraction of carbon-enhanced metal-poor (CEMP) stars with declining metallicity and an increase from younger to older populations at a single metallicity (e.g. disk to halo), and (2) these signatures are already seen in recent samples of CEMP stars and can be better tested with anticipated data. The expected spatial variation may explain discrepancies of CEMP frequency among published surveys. The ubiquity and time dependence of the CMB will substantially alter the reconstruction of star formation histories in the Local Group and early Universe.Comment: 7 pages emulateapj format, three figures, accepted for ApJ Letter

    Let the Tree Bloom: Scalable Opportunistic Routing with ORPL

    Get PDF
    Routing in battery-operated wireless networks is challenging, posing a tradeoff between energy and latency. Previous work has shown that opportunistic routing can achieve low-latency data collection in duty-cycled networks. However, applications are now considered where nodes are not only periodic data sources, but rather addressable end points generating traffic with arbitrary patterns. We present ORPL, an opportunistic routing protocol that supports any-to-any, on-demand traffic. ORPL builds upon RPL, the standard protocol for low-power IPv6 networks. By combining RPL's tree-like topology with opportunistic routing, ORPL forwards data to any destination based on the mere knowledge of the nodes' sub-tree. We use bitmaps and Bloom filters to represent and propagate this information in a space-efficient way, making ORPL scale to large networks of addressable nodes. Our results in a 135-node testbed show that ORPL outperforms a number of state-of-the-art solutions including RPL and CTP, conciliating a sub-second latency and a sub-percent duty cycle. ORPL also increases robustness and scalability, addressing the whole network reliably through a 64-byte Bloom filter, where RPL needs kilobytes of routing tables for the same task

    A Low-Power CoAP for Contiki

    Get PDF
    Internet of Things devices will by and large be battery-operated, but existing application protocols have typically not been designed with power-efficiency in mind. In low-power wireless systems, power-efficiency is determined by the ability to maintain a low radio duty cycle: keeping the radio off as much as possible. We present an implementation of the IETF Constrained Application Protocol (CoAP) for the Contiki operating system that leverages the ContikiMAC low-power duty cycling mechanism to provide power efficiency. We experimentally evaluate our low-power CoAP, demonstrating that an existing application layer protocol can be made power-efficient through a generic radio duty cycling mechanism. To the best of our knowledge, our CoAP implementation is the first to provide power-efficient operation through radio duty cycling. Our results question the need for specialized low-power mechanisms at the application layer, instead providing low-power operation only at the radio duty cycling layer

    Demo Abstract: Securing Communication in 6LoWPAN with Compressed IPsec

    Get PDF
    With the inception of IPv6 it is possible to assign a unique ID to each device on planet. Recently, wireless sensor networks and traditional IP networks are more tightly integrated using IPv6 and 6LoWPAN. Real-world deployments of WSN demand secure communication. The receiver should be able to verify that sensor data is generated by trusted nodes and/or it may also be necessary to encrypt sensor data in transit. Available IPv6 protocol stacks can use IPsec to secure data exchanges. Thus, it is desirable to extend 6LoWPAN such that IPsec communication with IPv6 nodes is possible. It is beneficial to use IPsec because the existing end-points on the Internet do not need to be modified to communicate securely with the WSN. Moreover, using IPsec, true end-to-end security is implemented and the need for a trustworthy gateway is removed. In this demo we will show the usage of our implemented lightweight IPsec. We will show how IPsec ensures end-to-end security between an IP enabled sensor networks and the traditional Internet. This is the first compressed lightweight design, implementation, and evaluation of a 6LoWPAN extension for IPsec. This demo complements the full paper that will appear in the parent conference, DCOSS’11

    Low Power, Low Delay: Opportunistic Routing meets Duty Cycling

    Get PDF
    Traditionally, routing in wireless sensor networks consists of two steps: First, the routing protocol selects a next hop, and, second, the MAC protocol waits for the intended destination to wake up and receive the data. This design makes it difficult to adapt to link dynamics and introduces delays while waiting for the next hop to wake up. In this paper we introduce ORW, a practical opportunistic routing scheme for wireless sensor networks. In a dutycycled setting, packets are addressed to sets of potential receivers and forwarded by the neighbor that wakes up first and successfully receives the packet. This reduces delay and energy consumption by utilizing all neighbors as potential forwarders. Furthermore, this increases resilience to wireless link dynamics by exploiting spatial diversity. Our results show that ORW reduces radio duty-cycles on average by 50% (up to 90% on individual nodes) and delays by 30% to 90% when compared to the state of the art

    Beaming Binaries - a New Observational Category of Photometric Binary Stars

    Full text link
    The new photometric space-borne survey missions CoRoT and Kepler will be able to detect minute flux variations in binary stars due to relativistic beaming caused by the line-of-sight motion of their components. In all but very short period binaries (P>10d), these variations will dominate over the ellipsoidal and reflection periodic variability. Thus, CoRoT and Kepler will discover a new observational class: photometric beaming binary stars. We examine this new category and the information that the photometric variations can provide. The variations that result from the observatory heliocentric velocity can be used to extract some spectral information even for single stars.Comment: 15 pages, 4 figures, accpeted for publication in The Astrophysical Journa
    • …
    corecore