SlideShare una empresa de Scribd logo
1 de 50
Descargar para leer sin conexión
WISEBED - Wireless Sensor Network Testbeds
Experimentation on the
WISEBED WSN Testbed Platform
Daniel Bimschas
Institute of Telematics, University of Lübeck
bimschas@itm.uni-luebeck.de
http://www.itm.uni-luebeck.de
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Goals of Today’s Tutorial
n  After this tutorial you should:
§  Be able to run and script experiments on the WISEBED testbed
platform,
§  Have basic knowledge about APIs and client applications, and
§  Find all necessary documentation
n  During the talk:
§  Please install and boot the WISEBED Virtual Machine (from DVD!) or
§  Install the Experimentation Scripts (Linux / Mac OS X)
2
WISEBED - Wireless Sensor Network Testbeds
WISEBED
New Website
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
New Website
n  New website launched last Friday: http://wisebed.eu/
n  More user-centric
§  Clients / Libraries / Documentation
§  Development Tools
§  Community (join the mailing lists!)
§  …
n  Sign up for a WISEBED testbed account online:
http://wisebed.eu/site/index.php/register/
n  Send us your Feedback
§  Did you like the site? Why?
§  Did you find everything you were looking for? What was missing?
§  Got ideas for improvement? Tell us!
4
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Outline
1.  Overview
§  Available Sensor Nodes
§  Testbed Architecture
§  Terms
2.  Client Applications
§  Web-based
§  Desktop-based
3.  Web Service APIs
4.  Live Presentation
5.  Experimentation Hands-On
6.  Advanced Topics (Outlook)
§  Cross-Platform Application Development with the Wiselib
§  Run your own Testbed
§  Virtual Testbeds
5
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Available Sensor Nodes
n  Snapshot from 20. September 2011
n  Distributed across 9 testbeds
§  For an up-to-date snapshot see:
http://wisebed.itm.uni-luebeck.de/wiseui-beta/
§  Next week: extension by 144 nodes planned (iSense, TelosB, Pacemate)
6
WISEBED - Wireless Sensor Network Testbeds
WISEBED
Testbed Architecture
Overview
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
WISEBED Virtual Unifying Laboratory 8
WISEBED
Federation
ULANC
TUD
TUBS
FUB
UZL
UNIGE
UBERN
UPC
CTI
Web Services on the
Portal Server
Portal Servers at
each WISEBED Site
Each Partner
maintains its own
testbed with
different hardware
equipment and
setup
Users connect to
a single testbed
directly using a
Web service API
Users connect to the federated testbed
using the same Web service API
Add simulated
nodes to the mix
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Terms
n  Portal Server
§  Exposes a testbed via Web services
n  Gateway
§  Sensor nodes are attached to the gateways
§  Typically
-  the same machine as the Portal Server, or
-  some other machine with IP-connectivity to the Portal Server
-  Clock-synchronized using the Network Time Protocol (NTP)
n  Federator
§  Connects two or more Portal Servers
§  Exposes them as one testbed (using the same API)
§  Used for testbed virtualization (more on that later!)
9
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Terms
n  Sensor Node URN
§  Addressing of nodes using a Uniform Resource Identifier (URN)
§  Example: “urn:wisebed:uzl1:0x1234“
§  URN suffix corresponds with the MAC address of the node (0x1234)
n  URN prefix
§  Identifier for a testbed
§  Example: “urn:wisebed:testbeduzl:”
§  Each Portal Server is responsible for one or more URN prefixes
§  All nodes inside this testbed have the same common prefix
n  WiseML
§  XML dialect to describe testbed configurations, topologies and
experiment traces
10
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
A Typical Testbed Architecture 11
FederatorExperimenter 1
Experimenter 2
Gateways
Portal Server
Gateways
Portal Server
Serial (USB) connections
LAN
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
The Lübeck Testbed
n  164 sensor nodes in total
§  54 iSense
§  54 Telos B
§  54 Pacemates
12
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
The Lübeck Testbed
n  Distributed over all rooms of the Institute
Screenshot: SpyGlass - a modular and extensible visualization framework for WSNs
13
WISEBED - Wireless Sensor Network Testbeds
WISEBED
Web-based
Client Applications
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Web Clients - TARWIS
n  http://wisebed.eu/site/index.php/conduct-experiments/web-clients/tarwis/
15
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Web Clients - TARWIS
n  Great tool for basic usage scenarios
(e.g. reserve, deploy, execute, analyze)
n  Allows to preconfigure and schedule experiments for automatic
execution
n  Disadvantages:
§  No scripting
§  No interaction with running experiments
§  Performance issues when experiments generate lots of output
16
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Web Clients - WiseUI
n  http://wisebed.eu/site/index.php/conduct-experiments/web-clients/wiseui/
17
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Web Clients - WiseUI
n  Expected to become the standard user interface
n  Currently under heavy development
n  Beta version available
§  Only limited (basic) functionality
§  No scheduling, scripting
§  http://wisebed.itm.uni-luebeck.de/wiseui-beta/
n  Useful for reservation and testbeds overview
18
WISEBED - Wireless Sensor Network Testbeds
WISEBED
Desktop
Client Applications
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Desktop Clients - SpyGlass 20
n  A modular and extensible visualization framework for WSNs
n  http://wisebed.eu/site/index.php/conduct-experiments/desktop-clients/spyglass/
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Desktop Clients – Experimentation Scripts 21
n  A set of command line scripts to execute, control and interact
with your experiment
n  http://wisebed.eu/site/index.php/conduct-experiments/desktop-clients/experimentation-scripts/
n  Allows you to
§  “Program” your experiments
§  E.g. explore parameter space
§  Automatically repeat experiments
§  Programmatically analyze, convert and process output of nodes
n  How does it work?
§  Scripts written in the Java programming language (BeanShell interpreter)
§  Executed from the command line
§  Like all clients they use the WISEBED Web Service APIs
WISEBED - Wireless Sensor Network Testbeds
WISEBED
Web Service APIs
Basics
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
The WISEBED Testbed APIs
n  SNAA: Sensor Network Authentication and Authorization API
n  Facade in front of the single sign-on system Shibboleth
n  Supports other authentication/authorization frameworks, too
n  http://wisebed.eu/api/java/current/reference/eu/wisebed/api/snaa/SNAA.html
n  http://wisebed.eu/api/wsdl/snaa/current/
23
RS	
  SNAA	
   Session	
  Management	
   WSN	
  WSN	
  WSN	
  WSN	
  
Controller	
  
iWSN
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
The WISEBED Testbed APIs
n  RS: Reservation System API
n  Provides basic operations for reservations
n  Different implementations in use (Google Calendar, JPA, ...)
§  http://wisebed.eu/api/java/current/reference/eu/wisebed/api/rs/RS.html
§  http://wisebed.eu/api/wsdl/rs/current/
24
RS	
  SNAA	
   Session	
  Management	
   WSN	
  WSN	
  WSN	
  WSN	
  
Controller	
  
iWSN
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
The WISEBED Testbed APIs
n  Controller API
n  Runs on client side
n  „Controls“ the experiment
n  Receives output and backend notifications
§  http://wisebed.eu/api/java/current/reference/eu/wisebed/api/controller/Controller.html
§  http://wisebed.eu/api/wsdl/iwsn/current/
25
RS	
  SNAA	
   Session	
  Management	
   WSN	
  WSN	
  WSN	
  WSN	
  
Controller	
  
iWSN
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
The WISEBED Testbed APIs
n  Session Management API
n  Provides method to static testbed (configuration) information
n  Provides access to the reserved nodes (via getInstance())
§  http://wisebed.eu/api/java/current/reference/eu/wisebed/api/sm/SessionManagement.html
§  http://wisebed.eu/api/wsdl/iwsn/current/
26
RS	
  SNAA	
   Session	
  Management	
   WSN	
  WSN	
  WSN	
  WSN	
  
Controller	
  
iWSN
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
The WISEBED Testbed APIs
n  WSN: Wireless Sensor Network API (selection of methods!)
n  Provides methods to
§  Interact with sensor nodes (flash, reset, send messages, …)
§  Configure the backend system (more on that later!)
§  http://wisebed.eu/api/java/current/reference/eu/wisebed/api/wsn/WSN.html
§  http://wisebed.eu/api/wsdl/iwsn/current/
27
RS	
  SNAA	
   Session	
  Management	
   WSN	
  WSN	
  WSN	
  WSN	
  
Controller	
  
iWSN
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Interaction of the APIs - Client Perspective 28
!"#"$%&'()*+,#-".*
/0123345#"6"785-.89)5:
;9"6"<=87"2>>>?3$#*
+@AA*
/0123345#"6"785-.89)5:
;9"6"<=87"2>>?B3#)&&*
5C+@*
+"##5()*D&)&E".")-*
/0123345#"6"785-.89)5:
;9"6"<=87"2>>>>3#"##5()#*
C+@*
F$5%&-"*G!H*
I()-$(;;"$*
J"&)+/";;*+<$51-*
K8*$"#"$%"*)(7"#*
L8*<$"&-"*")71(5)-*
M8*$"-$5"%"*C+@*5)#-&)<"*
)NO8*#/9-7(4)*C+@*5)#-&)<"*
P""76&<=*</&))";*
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Interaction of the APIs – Backend Perspective 29
isAuthorized()
User SNAA RS
Session
Management
authenticate()
secretAuthenticationKeys
makeReservation()
reply
secretReservationKeys
getInstance()
getReservation()
reservationData
Private WSN API endpoint URL WSN
<<create>>
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Live Presentation
n  Experimentation Scripts
n  Pre-installed in the WISEBED Virtual Machine
http://wisebed.eu/site/index.php/application-development/virtual-machine/
n  Download 0.7.3-SNAPSHOT
http://www.itm.uni-luebeck.de/projects/testbed-runtime-htdocs/tr.experimentation-scripts-0.7.3-
SNAPSHOT.tar.gz
n  Documentation
https://github.com/itm/testbed-runtime/wiki/Experimentation-Scripts-0.7.3
30
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Live Presentation
1.  List node URNs of type „isense“
wb-list-node-urns testbeds/uzl.properties lines isense

export NODES=…"
2.  Reserve nodes (20 minutes, starting from now)
wb-reserve testbeds/uzl.properties 20 0 $NODES

export RESERVATION=…"
3.  Check liveliness
wb-are-nodes-alive testbeds/uzl.properties $RESERVATION"
4.  Listen to node output
wb-listen testbeds/uzl.properties $RESERVATION

"
5.  Reset nodes
wb-reset testbeds/uzl.properties $RESERVATION

"
6.  Flash nodes
wb-flash testbeds/uzl.properties $RESERVATION binary-images/
example_app.bin
31
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Live Presentation 32
WISEBED - Wireless Sensor Network Testbeds
WISEBED
Web Service APIs
Advanced Stuff
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
The Channel Pipeline
n  Problem:
§  Every sensor node operating system uses a different message framing
n  Examples:
§  TinyOS: Raw or HdlcTranslateC (HDLC-based framing)
§  iSense: Raw or DLE STX ... DLE ETX (HDLC-like framing)
§  Your experimental OS: ?
n  Testbed backend can only forward raw bytes to clients
34
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
The Channel Pipeline
n  Configurable preprocessing of node output in the backend
35
Sensor Node
Client
DownstreamUpstream
Upstream Handler N
Upstream Handler N-1
Upstream Handler 1
…
Downstream Handler 1
…
Downstream Handler N
Downstream Handler N-1
Channel Pipeline
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
The Channel Pipeline 36
n  Example configurations:
Sensor Node
Client
DownstreamUpstream
Raw Bytes = Empty Channel Pipeline
Sensor Node
Client
DownstreamUpstream
DleStxEtxFramingDecoder DleStxEtxFramingEncoder
Messages = Framing / Deframing Handlers
DLE STX hell o world DLE ETX
hello world
DLE STX hell o world DLE ETX
hello world
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
The Channel Pipeline 37
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Live Presentation 38
WISEBED - Wireless Sensor Network Testbeds
WISEBED
Hands-On Session
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Hands-On Session
1.  List node URNs of type „isense“ on UZL testbed
(wb-list-node-urns) Only 1 node!!!
2.  Reserve nodes (60 minutes, starting from now)
(wb-reserve)
3.  Check liveliness (wb-are-nodes-alive)
4.  Listen to node output (wb-listen)"
5.  Reset nodes (wb-reset)"
6.  Flash nodes (wb-flash)
7.  Set an empty channel pipeline
(set-channel-pipeline)
8.  Set a DleStxEtx channel pipeline
(wb-set-channel-pipeline)
40
WISEBED - Wireless Sensor Network Testbeds
WISEBED
Advanced Topics
(Outlook)
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
42
Wiselib: Platform-independent algorithms
n  Library of algorithms (like the C++ STL)
§  Platform-independent (the Java of WSNs)
§  Avoid vendor lock-in
§  60+ well-known algorithms implemented
§  Template-based, highly efficient (low footprint)
n  Growing community of contributors
§  Benefit from others, contribute for others
n  Preinstalled in the Virtual Machine
42
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Current Set of Algorithms 43
Routing DSDV, DSR, Tree, Flood, TORA, AODV, …
Clustering BFS, DFS, LEACH, …
Timesync Flash Mob, LTS, TPSN, HRTS, …
Localization
Triangulation, Ad-hoc Positioning, N-hop Multilateration, Robust
Positioning, GPS-free Positioning, …
Energy Saving LMST, FLSS, Kneigh, XTC, CBTC, Ant-based, …
Security SecureHDL, SecureDFS, AES, Elliptic Curve, SHA-1, HARPS, …
Graph Algorithms DDFS, DBFS, TwoHop, Judged, MultiJudged, ParMultiJudged, …
Virtual Links For wired and wireless testbeds
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Wiselib: Supported Platforms
OS Radio Timer Logging Clock Serial Random
Contiki þ þ þ þ þ þ
TinyOS þ þ þ þ þ þ
iSense þ þ þ þ þ þ þ
ScatterWeb þ þ þ þ
Feuerware þ þ þ þ
TriSOS þ þ þ þ þ
Shawn þ þ þ þ þ þ þ
Linux þ þ þ þ þ þ
Android þ þ þ þ
iOS þ þ þ þ
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Run your own Testbed
n  All WISEBED implementations (back-/frontend) are Open Source!
n  http://wisebed.eu/site/index.php/run-your-own-testbed
n  Reference implementation: Testbed Runtime
n  Run it at your desk
n  Run it with your local (private) testbed
n  Run it in a federation
n  Separate implementations of APIs (for flexibility)
n  Authentication & Authorization (SNAA)
n  Htpasswd, Shibolleth, LDAP, …
n  Reservation (RS)
n  Google Calendar, Java Persistence API, …
n  Experimentation (iWSN)
45
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Virtual Links - Introduction 46
TS	
   VL	
  
VL	
  
VL	
  
VL	
  
VL	
  
TS	
  
VL	
  
VL	
  
VL	
  
VL	
  
VL	
  
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Virtual Links
n  Virtual radio is used by the application instead of the physical one
§  For every packet that passes through it decides depending on the
destination ID
§  To drop it/alter it
§  To forward it via one or all interfaces
47
Application uses
special „virtual
radio“ interface
(implemented, e.g.,
in the Wiselib )
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Virtual Links
n  Virtual links
between
§  Same testbed
§  Remote
testbeds
§  Real and
simulated
testbeds
n  Virtual radio
forwards
packets to the
testbeds server
n  Testbed server
routes
messages to
the destination
48
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Dancing Demo
n  http://www.youtube.com/watch?v=J0F7LFIpDe8
49
WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu
Summary
1.  Overview
§  Available Sensor Nodes
§  Testbed Architecture
§  Terms
2.  Client Applications
§  Web-based
§  Desktop-based
3.  Web Service APIs
4.  Live Presentation
5.  Experimentation Hands-On
6.  Advanced Topics (Outlook)
§  Cross-Platform Application Development with the Wiselib
§  Run your own Testbed
§  Virtual Testbeds
50

Más contenido relacionado

La actualidad más candente

Con3187 Creating Industrial Middleware with Java ME and Single-Board Computers
Con3187 Creating Industrial Middleware with Java ME and Single-Board ComputersCon3187 Creating Industrial Middleware with Java ME and Single-Board Computers
Con3187 Creating Industrial Middleware with Java ME and Single-Board ComputersJulio Palma Vázquez
 
LAS16-106: GNU Toolchain Development Lifecycle
LAS16-106: GNU Toolchain Development LifecycleLAS16-106: GNU Toolchain Development Lifecycle
LAS16-106: GNU Toolchain Development LifecycleLinaro
 
Daneyon Hansen - Intro to OpenStack - Feb13 OpenStack Denver Meetup
Daneyon Hansen - Intro to OpenStack - Feb13 OpenStack Denver MeetupDaneyon Hansen - Intro to OpenStack - Feb13 OpenStack Denver Meetup
Daneyon Hansen - Intro to OpenStack - Feb13 OpenStack Denver MeetupShannon McFarland
 
Intel® RDT Hands-on Lab
Intel® RDT Hands-on LabIntel® RDT Hands-on Lab
Intel® RDT Hands-on LabMichelle Holley
 
Embedded Recipes 2019 - RT is about to make it to mainline. Now what?
Embedded Recipes 2019 - RT is about to make it to mainline. Now what?Embedded Recipes 2019 - RT is about to make it to mainline. Now what?
Embedded Recipes 2019 - RT is about to make it to mainline. Now what?Anne Nicolas
 
OpenContrail SDN for Kubernetes
OpenContrail SDN for KubernetesOpenContrail SDN for Kubernetes
OpenContrail SDN for KubernetesMichelle Holley
 
IoTivity for Automotive IoT Interoperability
IoTivity for Automotive IoT InteroperabilityIoTivity for Automotive IoT Interoperability
IoTivity for Automotive IoT InteroperabilitySamsung Open Source Group
 
LAS16-301: OpenStack on Aarch64, running in production, upstream improvements...
LAS16-301: OpenStack on Aarch64, running in production, upstream improvements...LAS16-301: OpenStack on Aarch64, running in production, upstream improvements...
LAS16-301: OpenStack on Aarch64, running in production, upstream improvements...Linaro
 
C Cross Compile for Linkit Smart 7688
C Cross Compile for Linkit Smart 7688C Cross Compile for Linkit Smart 7688
C Cross Compile for Linkit Smart 7688Nattapong Rodmuang
 
LAS16-201: ART JIT in Android N
LAS16-201: ART JIT in Android NLAS16-201: ART JIT in Android N
LAS16-201: ART JIT in Android NLinaro
 
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans Verkuil
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans VerkuilKernel Recipes 2017 - HDMI CEC: Status Report - Hans Verkuil
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans VerkuilAnne Nicolas
 
Embedded Recipes 2019 - Remote update adventures with RAUC, Yocto and Barebox
Embedded Recipes 2019 - Remote update adventures with RAUC, Yocto and BareboxEmbedded Recipes 2019 - Remote update adventures with RAUC, Yocto and Barebox
Embedded Recipes 2019 - Remote update adventures with RAUC, Yocto and BareboxAnne Nicolas
 
Kernel Recipes 2017 - Developing an embedded video application on dual Linux ...
Kernel Recipes 2017 - Developing an embedded video application on dual Linux ...Kernel Recipes 2017 - Developing an embedded video application on dual Linux ...
Kernel Recipes 2017 - Developing an embedded video application on dual Linux ...Anne Nicolas
 
Porting a new architecture (NDS32) to open wrt project
Porting a new architecture (NDS32) to open wrt projectPorting a new architecture (NDS32) to open wrt project
Porting a new architecture (NDS32) to open wrt projectMacpaul Lin
 
Reaching the multimedia web from embedded platforms with WPEWebkit
Reaching the multimedia web from embedded platforms with WPEWebkitReaching the multimedia web from embedded platforms with WPEWebkit
Reaching the multimedia web from embedded platforms with WPEWebkitIgalia
 
Java applications containerized and deployed
Java applications containerized and deployedJava applications containerized and deployed
Java applications containerized and deployedAnthony Dahanne
 
An Introduction to the Yocto Embedded Framework 2018
An Introduction to the Yocto Embedded Framework 2018An Introduction to the Yocto Embedded Framework 2018
An Introduction to the Yocto Embedded Framework 2018ICS
 
LAS16-TR03: Upstreaming 201
LAS16-TR03: Upstreaming 201LAS16-TR03: Upstreaming 201
LAS16-TR03: Upstreaming 201Linaro
 
AdaCore Roadmap (Sep 2013)
AdaCore Roadmap (Sep 2013)AdaCore Roadmap (Sep 2013)
AdaCore Roadmap (Sep 2013)AdaCore
 
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime Ripard
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime RipardKernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime Ripard
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime RipardAnne Nicolas
 

La actualidad más candente (20)

Con3187 Creating Industrial Middleware with Java ME and Single-Board Computers
Con3187 Creating Industrial Middleware with Java ME and Single-Board ComputersCon3187 Creating Industrial Middleware with Java ME and Single-Board Computers
Con3187 Creating Industrial Middleware with Java ME and Single-Board Computers
 
LAS16-106: GNU Toolchain Development Lifecycle
LAS16-106: GNU Toolchain Development LifecycleLAS16-106: GNU Toolchain Development Lifecycle
LAS16-106: GNU Toolchain Development Lifecycle
 
Daneyon Hansen - Intro to OpenStack - Feb13 OpenStack Denver Meetup
Daneyon Hansen - Intro to OpenStack - Feb13 OpenStack Denver MeetupDaneyon Hansen - Intro to OpenStack - Feb13 OpenStack Denver Meetup
Daneyon Hansen - Intro to OpenStack - Feb13 OpenStack Denver Meetup
 
Intel® RDT Hands-on Lab
Intel® RDT Hands-on LabIntel® RDT Hands-on Lab
Intel® RDT Hands-on Lab
 
Embedded Recipes 2019 - RT is about to make it to mainline. Now what?
Embedded Recipes 2019 - RT is about to make it to mainline. Now what?Embedded Recipes 2019 - RT is about to make it to mainline. Now what?
Embedded Recipes 2019 - RT is about to make it to mainline. Now what?
 
OpenContrail SDN for Kubernetes
OpenContrail SDN for KubernetesOpenContrail SDN for Kubernetes
OpenContrail SDN for Kubernetes
 
IoTivity for Automotive IoT Interoperability
IoTivity for Automotive IoT InteroperabilityIoTivity for Automotive IoT Interoperability
IoTivity for Automotive IoT Interoperability
 
LAS16-301: OpenStack on Aarch64, running in production, upstream improvements...
LAS16-301: OpenStack on Aarch64, running in production, upstream improvements...LAS16-301: OpenStack on Aarch64, running in production, upstream improvements...
LAS16-301: OpenStack on Aarch64, running in production, upstream improvements...
 
C Cross Compile for Linkit Smart 7688
C Cross Compile for Linkit Smart 7688C Cross Compile for Linkit Smart 7688
C Cross Compile for Linkit Smart 7688
 
LAS16-201: ART JIT in Android N
LAS16-201: ART JIT in Android NLAS16-201: ART JIT in Android N
LAS16-201: ART JIT in Android N
 
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans Verkuil
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans VerkuilKernel Recipes 2017 - HDMI CEC: Status Report - Hans Verkuil
Kernel Recipes 2017 - HDMI CEC: Status Report - Hans Verkuil
 
Embedded Recipes 2019 - Remote update adventures with RAUC, Yocto and Barebox
Embedded Recipes 2019 - Remote update adventures with RAUC, Yocto and BareboxEmbedded Recipes 2019 - Remote update adventures with RAUC, Yocto and Barebox
Embedded Recipes 2019 - Remote update adventures with RAUC, Yocto and Barebox
 
Kernel Recipes 2017 - Developing an embedded video application on dual Linux ...
Kernel Recipes 2017 - Developing an embedded video application on dual Linux ...Kernel Recipes 2017 - Developing an embedded video application on dual Linux ...
Kernel Recipes 2017 - Developing an embedded video application on dual Linux ...
 
Porting a new architecture (NDS32) to open wrt project
Porting a new architecture (NDS32) to open wrt projectPorting a new architecture (NDS32) to open wrt project
Porting a new architecture (NDS32) to open wrt project
 
Reaching the multimedia web from embedded platforms with WPEWebkit
Reaching the multimedia web from embedded platforms with WPEWebkitReaching the multimedia web from embedded platforms with WPEWebkit
Reaching the multimedia web from embedded platforms with WPEWebkit
 
Java applications containerized and deployed
Java applications containerized and deployedJava applications containerized and deployed
Java applications containerized and deployed
 
An Introduction to the Yocto Embedded Framework 2018
An Introduction to the Yocto Embedded Framework 2018An Introduction to the Yocto Embedded Framework 2018
An Introduction to the Yocto Embedded Framework 2018
 
LAS16-TR03: Upstreaming 201
LAS16-TR03: Upstreaming 201LAS16-TR03: Upstreaming 201
LAS16-TR03: Upstreaming 201
 
AdaCore Roadmap (Sep 2013)
AdaCore Roadmap (Sep 2013)AdaCore Roadmap (Sep 2013)
AdaCore Roadmap (Sep 2013)
 
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime Ripard
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime RipardKernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime Ripard
Kernel Recipes 2017 - An introduction to the Linux DRM subsystem - Maxime Ripard
 

Similar a WISEBED Tutorial @ ADHOCNETS 2011

IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...
IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...
IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...OpenWhisk
 
JSNation.com - Azure Static Web Apps (SWA) with Azure DevOps
JSNation.com - Azure Static Web Apps (SWA) with Azure DevOpsJSNation.com - Azure Static Web Apps (SWA) with Azure DevOps
JSNation.com - Azure Static Web Apps (SWA) with Azure DevOpsJuarez Junior
 
Net Devops Overview
Net Devops OverviewNet Devops Overview
Net Devops OverviewJoel W. King
 
Successfully Deliver and Operate OpenStack in Production with VMware VIO
Successfully Deliver and Operate OpenStack in Production with VMware VIOSuccessfully Deliver and Operate OpenStack in Production with VMware VIO
Successfully Deliver and Operate OpenStack in Production with VMware VIOArraya Solutions
 
Spirent HyperScale Test Solution
Spirent HyperScale Test SolutionSpirent HyperScale Test Solution
Spirent HyperScale Test SolutionMalathi Malla
 
Ravello webinar - Creating smart labs on AWS/Google for sales demos, training...
Ravello webinar - Creating smart labs on AWS/Google for sales demos, training...Ravello webinar - Creating smart labs on AWS/Google for sales demos, training...
Ravello webinar - Creating smart labs on AWS/Google for sales demos, training...shrutib
 
Dashboard project.
Dashboard project.Dashboard project.
Dashboard project.ratankadam
 
7256 ccna security_chapter_8_vpn_dl3_oz_20130409031455
7256 ccna security_chapter_8_vpn_dl3_oz_201304090314557256 ccna security_chapter_8_vpn_dl3_oz_20130409031455
7256 ccna security_chapter_8_vpn_dl3_oz_20130409031455ytrui
 
BKK16-409 VOSY Switch Port to ARMv8 Platforms and ODP Integration
BKK16-409 VOSY Switch Port to ARMv8 Platforms and ODP IntegrationBKK16-409 VOSY Switch Port to ARMv8 Platforms and ODP Integration
BKK16-409 VOSY Switch Port to ARMv8 Platforms and ODP IntegrationLinaro
 
The blind spot in virtual servers - seeing with network analysis
The blind spot in virtual servers - seeing with network analysisThe blind spot in virtual servers - seeing with network analysis
The blind spot in virtual servers - seeing with network analysisSavvius, Inc
 
Deep Dive - Amazon Virtual Private Cloud (VPC)
Deep Dive - Amazon Virtual Private Cloud (VPC)Deep Dive - Amazon Virtual Private Cloud (VPC)
Deep Dive - Amazon Virtual Private Cloud (VPC)Amazon Web Services
 
Asynchrone Echtzeitanwendungen für SharePoint mit SignalR und knockout.js
Asynchrone Echtzeitanwendungen für SharePoint mit SignalR und knockout.jsAsynchrone Echtzeitanwendungen für SharePoint mit SignalR und knockout.js
Asynchrone Echtzeitanwendungen für SharePoint mit SignalR und knockout.jsChristian Heindel
 
Cisco Cloud Connect Solutions Extend Your Private Network to AWS and Maintain...
Cisco Cloud Connect Solutions Extend Your Private Network to AWS and Maintain...Cisco Cloud Connect Solutions Extend Your Private Network to AWS and Maintain...
Cisco Cloud Connect Solutions Extend Your Private Network to AWS and Maintain...Amazon Web Services
 
Amazon VPC Best Practices 2016
Amazon VPC Best Practices 2016Amazon VPC Best Practices 2016
Amazon VPC Best Practices 2016AWSBulgaria
 
AWS VPC best practices 2016 by Bogdan Naydenov
AWS VPC best practices 2016 by Bogdan NaydenovAWS VPC best practices 2016 by Bogdan Naydenov
AWS VPC best practices 2016 by Bogdan NaydenovBogdan Naydenov
 
Creating Your Virtual Data Center
Creating Your Virtual Data CenterCreating Your Virtual Data Center
Creating Your Virtual Data CenterAmazon Web Services
 
Firewalling a Service Mesh with WebAssembly.pdf
Firewalling a Service Mesh with WebAssembly.pdfFirewalling a Service Mesh with WebAssembly.pdf
Firewalling a Service Mesh with WebAssembly.pdfmicharaeck
 
OISC 2019 - The OWASP Top 10 & AppSec Primer
OISC 2019 - The OWASP Top 10 & AppSec PrimerOISC 2019 - The OWASP Top 10 & AppSec Primer
OISC 2019 - The OWASP Top 10 & AppSec PrimerCiNPA Security SIG
 

Similar a WISEBED Tutorial @ ADHOCNETS 2011 (20)

IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...
IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...
IBM Bluemix OpenWhisk: Serverless Conference 2016, London, UK: The Future of ...
 
JSNation.com - Azure Static Web Apps (SWA) with Azure DevOps
JSNation.com - Azure Static Web Apps (SWA) with Azure DevOpsJSNation.com - Azure Static Web Apps (SWA) with Azure DevOps
JSNation.com - Azure Static Web Apps (SWA) with Azure DevOps
 
Net Devops Overview
Net Devops OverviewNet Devops Overview
Net Devops Overview
 
Successfully Deliver and Operate OpenStack in Production with VMware VIO
Successfully Deliver and Operate OpenStack in Production with VMware VIOSuccessfully Deliver and Operate OpenStack in Production with VMware VIO
Successfully Deliver and Operate OpenStack in Production with VMware VIO
 
Spirent HyperScale Test Solution
Spirent HyperScale Test SolutionSpirent HyperScale Test Solution
Spirent HyperScale Test Solution
 
Ravello webinar - Creating smart labs on AWS/Google for sales demos, training...
Ravello webinar - Creating smart labs on AWS/Google for sales demos, training...Ravello webinar - Creating smart labs on AWS/Google for sales demos, training...
Ravello webinar - Creating smart labs on AWS/Google for sales demos, training...
 
Dashboard project.
Dashboard project.Dashboard project.
Dashboard project.
 
7256 ccna security_chapter_8_vpn_dl3_oz_20130409031455
7256 ccna security_chapter_8_vpn_dl3_oz_201304090314557256 ccna security_chapter_8_vpn_dl3_oz_20130409031455
7256 ccna security_chapter_8_vpn_dl3_oz_20130409031455
 
BKK16-409 VOSY Switch Port to ARMv8 Platforms and ODP Integration
BKK16-409 VOSY Switch Port to ARMv8 Platforms and ODP IntegrationBKK16-409 VOSY Switch Port to ARMv8 Platforms and ODP Integration
BKK16-409 VOSY Switch Port to ARMv8 Platforms and ODP Integration
 
The blind spot in virtual servers - seeing with network analysis
The blind spot in virtual servers - seeing with network analysisThe blind spot in virtual servers - seeing with network analysis
The blind spot in virtual servers - seeing with network analysis
 
Effective DevSecOps
Effective DevSecOpsEffective DevSecOps
Effective DevSecOps
 
Deep Dive - Amazon Virtual Private Cloud (VPC)
Deep Dive - Amazon Virtual Private Cloud (VPC)Deep Dive - Amazon Virtual Private Cloud (VPC)
Deep Dive - Amazon Virtual Private Cloud (VPC)
 
Asynchrone Echtzeitanwendungen für SharePoint mit SignalR und knockout.js
Asynchrone Echtzeitanwendungen für SharePoint mit SignalR und knockout.jsAsynchrone Echtzeitanwendungen für SharePoint mit SignalR und knockout.js
Asynchrone Echtzeitanwendungen für SharePoint mit SignalR und knockout.js
 
Cisco Cloud Connect Solutions Extend Your Private Network to AWS and Maintain...
Cisco Cloud Connect Solutions Extend Your Private Network to AWS and Maintain...Cisco Cloud Connect Solutions Extend Your Private Network to AWS and Maintain...
Cisco Cloud Connect Solutions Extend Your Private Network to AWS and Maintain...
 
Amazon VPC Best Practices 2016
Amazon VPC Best Practices 2016Amazon VPC Best Practices 2016
Amazon VPC Best Practices 2016
 
AWS VPC best practices 2016 by Bogdan Naydenov
AWS VPC best practices 2016 by Bogdan NaydenovAWS VPC best practices 2016 by Bogdan Naydenov
AWS VPC best practices 2016 by Bogdan Naydenov
 
Creating Your Virtual Data Center
Creating Your Virtual Data CenterCreating Your Virtual Data Center
Creating Your Virtual Data Center
 
Firewalling a Service Mesh with WebAssembly.pdf
Firewalling a Service Mesh with WebAssembly.pdfFirewalling a Service Mesh with WebAssembly.pdf
Firewalling a Service Mesh with WebAssembly.pdf
 
OISC 2019 - The OWASP Top 10 & AppSec Primer
OISC 2019 - The OWASP Top 10 & AppSec PrimerOISC 2019 - The OWASP Top 10 & AppSec Primer
OISC 2019 - The OWASP Top 10 & AppSec Primer
 
Demystifying openvswitch
Demystifying openvswitchDemystifying openvswitch
Demystifying openvswitch
 

Último

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 

Último (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 

WISEBED Tutorial @ ADHOCNETS 2011

  • 1. WISEBED - Wireless Sensor Network Testbeds Experimentation on the WISEBED WSN Testbed Platform Daniel Bimschas Institute of Telematics, University of Lübeck bimschas@itm.uni-luebeck.de http://www.itm.uni-luebeck.de
  • 2. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Goals of Today’s Tutorial n  After this tutorial you should: §  Be able to run and script experiments on the WISEBED testbed platform, §  Have basic knowledge about APIs and client applications, and §  Find all necessary documentation n  During the talk: §  Please install and boot the WISEBED Virtual Machine (from DVD!) or §  Install the Experimentation Scripts (Linux / Mac OS X) 2
  • 3. WISEBED - Wireless Sensor Network Testbeds WISEBED New Website
  • 4. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu New Website n  New website launched last Friday: http://wisebed.eu/ n  More user-centric §  Clients / Libraries / Documentation §  Development Tools §  Community (join the mailing lists!) §  … n  Sign up for a WISEBED testbed account online: http://wisebed.eu/site/index.php/register/ n  Send us your Feedback §  Did you like the site? Why? §  Did you find everything you were looking for? What was missing? §  Got ideas for improvement? Tell us! 4
  • 5. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Outline 1.  Overview §  Available Sensor Nodes §  Testbed Architecture §  Terms 2.  Client Applications §  Web-based §  Desktop-based 3.  Web Service APIs 4.  Live Presentation 5.  Experimentation Hands-On 6.  Advanced Topics (Outlook) §  Cross-Platform Application Development with the Wiselib §  Run your own Testbed §  Virtual Testbeds 5
  • 6. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Available Sensor Nodes n  Snapshot from 20. September 2011 n  Distributed across 9 testbeds §  For an up-to-date snapshot see: http://wisebed.itm.uni-luebeck.de/wiseui-beta/ §  Next week: extension by 144 nodes planned (iSense, TelosB, Pacemate) 6
  • 7. WISEBED - Wireless Sensor Network Testbeds WISEBED Testbed Architecture Overview
  • 8. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu WISEBED Virtual Unifying Laboratory 8 WISEBED Federation ULANC TUD TUBS FUB UZL UNIGE UBERN UPC CTI Web Services on the Portal Server Portal Servers at each WISEBED Site Each Partner maintains its own testbed with different hardware equipment and setup Users connect to a single testbed directly using a Web service API Users connect to the federated testbed using the same Web service API Add simulated nodes to the mix
  • 9. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Terms n  Portal Server §  Exposes a testbed via Web services n  Gateway §  Sensor nodes are attached to the gateways §  Typically -  the same machine as the Portal Server, or -  some other machine with IP-connectivity to the Portal Server -  Clock-synchronized using the Network Time Protocol (NTP) n  Federator §  Connects two or more Portal Servers §  Exposes them as one testbed (using the same API) §  Used for testbed virtualization (more on that later!) 9
  • 10. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Terms n  Sensor Node URN §  Addressing of nodes using a Uniform Resource Identifier (URN) §  Example: “urn:wisebed:uzl1:0x1234“ §  URN suffix corresponds with the MAC address of the node (0x1234) n  URN prefix §  Identifier for a testbed §  Example: “urn:wisebed:testbeduzl:” §  Each Portal Server is responsible for one or more URN prefixes §  All nodes inside this testbed have the same common prefix n  WiseML §  XML dialect to describe testbed configurations, topologies and experiment traces 10
  • 11. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu A Typical Testbed Architecture 11 FederatorExperimenter 1 Experimenter 2 Gateways Portal Server Gateways Portal Server Serial (USB) connections LAN
  • 12. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu The Lübeck Testbed n  164 sensor nodes in total §  54 iSense §  54 Telos B §  54 Pacemates 12
  • 13. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu The Lübeck Testbed n  Distributed over all rooms of the Institute Screenshot: SpyGlass - a modular and extensible visualization framework for WSNs 13
  • 14. WISEBED - Wireless Sensor Network Testbeds WISEBED Web-based Client Applications
  • 15. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Web Clients - TARWIS n  http://wisebed.eu/site/index.php/conduct-experiments/web-clients/tarwis/ 15
  • 16. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Web Clients - TARWIS n  Great tool for basic usage scenarios (e.g. reserve, deploy, execute, analyze) n  Allows to preconfigure and schedule experiments for automatic execution n  Disadvantages: §  No scripting §  No interaction with running experiments §  Performance issues when experiments generate lots of output 16
  • 17. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Web Clients - WiseUI n  http://wisebed.eu/site/index.php/conduct-experiments/web-clients/wiseui/ 17
  • 18. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Web Clients - WiseUI n  Expected to become the standard user interface n  Currently under heavy development n  Beta version available §  Only limited (basic) functionality §  No scheduling, scripting §  http://wisebed.itm.uni-luebeck.de/wiseui-beta/ n  Useful for reservation and testbeds overview 18
  • 19. WISEBED - Wireless Sensor Network Testbeds WISEBED Desktop Client Applications
  • 20. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Desktop Clients - SpyGlass 20 n  A modular and extensible visualization framework for WSNs n  http://wisebed.eu/site/index.php/conduct-experiments/desktop-clients/spyglass/
  • 21. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Desktop Clients – Experimentation Scripts 21 n  A set of command line scripts to execute, control and interact with your experiment n  http://wisebed.eu/site/index.php/conduct-experiments/desktop-clients/experimentation-scripts/ n  Allows you to §  “Program” your experiments §  E.g. explore parameter space §  Automatically repeat experiments §  Programmatically analyze, convert and process output of nodes n  How does it work? §  Scripts written in the Java programming language (BeanShell interpreter) §  Executed from the command line §  Like all clients they use the WISEBED Web Service APIs
  • 22. WISEBED - Wireless Sensor Network Testbeds WISEBED Web Service APIs Basics
  • 23. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu The WISEBED Testbed APIs n  SNAA: Sensor Network Authentication and Authorization API n  Facade in front of the single sign-on system Shibboleth n  Supports other authentication/authorization frameworks, too n  http://wisebed.eu/api/java/current/reference/eu/wisebed/api/snaa/SNAA.html n  http://wisebed.eu/api/wsdl/snaa/current/ 23 RS  SNAA   Session  Management   WSN  WSN  WSN  WSN   Controller   iWSN
  • 24. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu The WISEBED Testbed APIs n  RS: Reservation System API n  Provides basic operations for reservations n  Different implementations in use (Google Calendar, JPA, ...) §  http://wisebed.eu/api/java/current/reference/eu/wisebed/api/rs/RS.html §  http://wisebed.eu/api/wsdl/rs/current/ 24 RS  SNAA   Session  Management   WSN  WSN  WSN  WSN   Controller   iWSN
  • 25. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu The WISEBED Testbed APIs n  Controller API n  Runs on client side n  „Controls“ the experiment n  Receives output and backend notifications §  http://wisebed.eu/api/java/current/reference/eu/wisebed/api/controller/Controller.html §  http://wisebed.eu/api/wsdl/iwsn/current/ 25 RS  SNAA   Session  Management   WSN  WSN  WSN  WSN   Controller   iWSN
  • 26. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu The WISEBED Testbed APIs n  Session Management API n  Provides method to static testbed (configuration) information n  Provides access to the reserved nodes (via getInstance()) §  http://wisebed.eu/api/java/current/reference/eu/wisebed/api/sm/SessionManagement.html §  http://wisebed.eu/api/wsdl/iwsn/current/ 26 RS  SNAA   Session  Management   WSN  WSN  WSN  WSN   Controller   iWSN
  • 27. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu The WISEBED Testbed APIs n  WSN: Wireless Sensor Network API (selection of methods!) n  Provides methods to §  Interact with sensor nodes (flash, reset, send messages, …) §  Configure the backend system (more on that later!) §  http://wisebed.eu/api/java/current/reference/eu/wisebed/api/wsn/WSN.html §  http://wisebed.eu/api/wsdl/iwsn/current/ 27 RS  SNAA   Session  Management   WSN  WSN  WSN  WSN   Controller   iWSN
  • 28. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Interaction of the APIs - Client Perspective 28 !"#"$%&'()*+,#-".* /0123345#"6"785-.89)5: ;9"6"<=87"2>>>?3$#* +@AA* /0123345#"6"785-.89)5: ;9"6"<=87"2>>?B3#)&&* 5C+@* +"##5()*D&)&E".")-* /0123345#"6"785-.89)5: ;9"6"<=87"2>>>>3#"##5()#* C+@* F$5%&-"*G!H* I()-$(;;"$* J"&)+/";;*+<$51-* K8*$"#"$%"*)(7"#* L8*<$"&-"*")71(5)-* M8*$"-$5"%"*C+@*5)#-&)<"* )NO8*#/9-7(4)*C+@*5)#-&)<"* P""76&<=*</&))";*
  • 29. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Interaction of the APIs – Backend Perspective 29 isAuthorized() User SNAA RS Session Management authenticate() secretAuthenticationKeys makeReservation() reply secretReservationKeys getInstance() getReservation() reservationData Private WSN API endpoint URL WSN <<create>>
  • 30. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Live Presentation n  Experimentation Scripts n  Pre-installed in the WISEBED Virtual Machine http://wisebed.eu/site/index.php/application-development/virtual-machine/ n  Download 0.7.3-SNAPSHOT http://www.itm.uni-luebeck.de/projects/testbed-runtime-htdocs/tr.experimentation-scripts-0.7.3- SNAPSHOT.tar.gz n  Documentation https://github.com/itm/testbed-runtime/wiki/Experimentation-Scripts-0.7.3 30
  • 31. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Live Presentation 1.  List node URNs of type „isense“ wb-list-node-urns testbeds/uzl.properties lines isense
 export NODES=…" 2.  Reserve nodes (20 minutes, starting from now) wb-reserve testbeds/uzl.properties 20 0 $NODES
 export RESERVATION=…" 3.  Check liveliness wb-are-nodes-alive testbeds/uzl.properties $RESERVATION" 4.  Listen to node output wb-listen testbeds/uzl.properties $RESERVATION
 " 5.  Reset nodes wb-reset testbeds/uzl.properties $RESERVATION
 " 6.  Flash nodes wb-flash testbeds/uzl.properties $RESERVATION binary-images/ example_app.bin 31
  • 32. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Live Presentation 32
  • 33. WISEBED - Wireless Sensor Network Testbeds WISEBED Web Service APIs Advanced Stuff
  • 34. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu The Channel Pipeline n  Problem: §  Every sensor node operating system uses a different message framing n  Examples: §  TinyOS: Raw or HdlcTranslateC (HDLC-based framing) §  iSense: Raw or DLE STX ... DLE ETX (HDLC-like framing) §  Your experimental OS: ? n  Testbed backend can only forward raw bytes to clients 34
  • 35. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu The Channel Pipeline n  Configurable preprocessing of node output in the backend 35 Sensor Node Client DownstreamUpstream Upstream Handler N Upstream Handler N-1 Upstream Handler 1 … Downstream Handler 1 … Downstream Handler N Downstream Handler N-1 Channel Pipeline
  • 36. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu The Channel Pipeline 36 n  Example configurations: Sensor Node Client DownstreamUpstream Raw Bytes = Empty Channel Pipeline Sensor Node Client DownstreamUpstream DleStxEtxFramingDecoder DleStxEtxFramingEncoder Messages = Framing / Deframing Handlers DLE STX hell o world DLE ETX hello world DLE STX hell o world DLE ETX hello world
  • 37. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu The Channel Pipeline 37
  • 38. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Live Presentation 38
  • 39. WISEBED - Wireless Sensor Network Testbeds WISEBED Hands-On Session
  • 40. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Hands-On Session 1.  List node URNs of type „isense“ on UZL testbed (wb-list-node-urns) Only 1 node!!! 2.  Reserve nodes (60 minutes, starting from now) (wb-reserve) 3.  Check liveliness (wb-are-nodes-alive) 4.  Listen to node output (wb-listen)" 5.  Reset nodes (wb-reset)" 6.  Flash nodes (wb-flash) 7.  Set an empty channel pipeline (set-channel-pipeline) 8.  Set a DleStxEtx channel pipeline (wb-set-channel-pipeline) 40
  • 41. WISEBED - Wireless Sensor Network Testbeds WISEBED Advanced Topics (Outlook)
  • 42. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu 42 Wiselib: Platform-independent algorithms n  Library of algorithms (like the C++ STL) §  Platform-independent (the Java of WSNs) §  Avoid vendor lock-in §  60+ well-known algorithms implemented §  Template-based, highly efficient (low footprint) n  Growing community of contributors §  Benefit from others, contribute for others n  Preinstalled in the Virtual Machine 42
  • 43. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Current Set of Algorithms 43 Routing DSDV, DSR, Tree, Flood, TORA, AODV, … Clustering BFS, DFS, LEACH, … Timesync Flash Mob, LTS, TPSN, HRTS, … Localization Triangulation, Ad-hoc Positioning, N-hop Multilateration, Robust Positioning, GPS-free Positioning, … Energy Saving LMST, FLSS, Kneigh, XTC, CBTC, Ant-based, … Security SecureHDL, SecureDFS, AES, Elliptic Curve, SHA-1, HARPS, … Graph Algorithms DDFS, DBFS, TwoHop, Judged, MultiJudged, ParMultiJudged, … Virtual Links For wired and wireless testbeds
  • 44. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Wiselib: Supported Platforms OS Radio Timer Logging Clock Serial Random Contiki þ þ þ þ þ þ TinyOS þ þ þ þ þ þ iSense þ þ þ þ þ þ þ ScatterWeb þ þ þ þ Feuerware þ þ þ þ TriSOS þ þ þ þ þ Shawn þ þ þ þ þ þ þ Linux þ þ þ þ þ þ Android þ þ þ þ iOS þ þ þ þ
  • 45. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Run your own Testbed n  All WISEBED implementations (back-/frontend) are Open Source! n  http://wisebed.eu/site/index.php/run-your-own-testbed n  Reference implementation: Testbed Runtime n  Run it at your desk n  Run it with your local (private) testbed n  Run it in a federation n  Separate implementations of APIs (for flexibility) n  Authentication & Authorization (SNAA) n  Htpasswd, Shibolleth, LDAP, … n  Reservation (RS) n  Google Calendar, Java Persistence API, … n  Experimentation (iWSN) 45
  • 46. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Virtual Links - Introduction 46 TS   VL   VL   VL   VL   VL   TS   VL   VL   VL   VL   VL  
  • 47. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Virtual Links n  Virtual radio is used by the application instead of the physical one §  For every packet that passes through it decides depending on the destination ID §  To drop it/alter it §  To forward it via one or all interfaces 47 Application uses special „virtual radio“ interface (implemented, e.g., in the Wiselib )
  • 48. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Virtual Links n  Virtual links between §  Same testbed §  Remote testbeds §  Real and simulated testbeds n  Virtual radio forwards packets to the testbeds server n  Testbed server routes messages to the destination 48
  • 49. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Dancing Demo n  http://www.youtube.com/watch?v=J0F7LFIpDe8 49
  • 50. WISEBED – Wireless Sensor Network Testbeds – http://wisebed.eu Summary 1.  Overview §  Available Sensor Nodes §  Testbed Architecture §  Terms 2.  Client Applications §  Web-based §  Desktop-based 3.  Web Service APIs 4.  Live Presentation 5.  Experimentation Hands-On 6.  Advanced Topics (Outlook) §  Cross-Platform Application Development with the Wiselib §  Run your own Testbed §  Virtual Testbeds 50