stem/IOT/Software Services.md
Andy Pack b96482abd3 vault backup: 2023-12-28 11:35:06
Affected files:
.obsidian/graph.json
.obsidian/workspace-mobile.json
.obsidian/workspace.json
Politcs/America/94 Crime Bill.md
Politcs/America/Black.md
Politcs/America/Presidents.md
Politcs/BLM.md
Politcs/British/Prime Ministers.md
Politcs/British/Tory.md
Politcs/Compass.md
Politcs/Fascism.md
Politcs/Labour Laws.md
Politcs/Neoliberalism/Neoliberalism.md
Politcs/Neoliberalism/Thatcher.md
Politcs/Now.md
Politcs/Socialism.md
STEM/IOT/Cyber-Physical Systems.md
STEM/IOT/Networking/Networking.md
STEM/IOT/OS/Composition.md
STEM/IOT/OS/Contiki.md
STEM/IOT/OS/OS.md
STEM/IOT/Software Services.md
2023-12-28 11:35:06 +00:00

1.8 KiB

tags
iot
  • Large number of heterogeneous devices
  • Spread physically
  • Ability to join and leave
  • Process data in-network or send directly

Challenges

  • Fault tolerance
    • Nodes can
      • Get damaged
      • Run out of power
      • Lose comms
    • Redundant deployment
  • Lifetime
    • Limited energy supply
    • Replacing sometimes not practical
      • Underwater
      • Large/remote field deployments
    • Energy efficient a necessity
  • Scalability
    • WSM can have lots of nodes
    • Architectures and protocols need to scale
  • Densities
    • Density of network can vary
      • Granularity
      • Coverage
    • Different applications warrant different numbers
      • Range of nodes
      • Space and time requirement
    • Not necessarily homogenous density throughout
      • Need to handle this
  • Programmability
    • Flexible nodes with changing tasks
    • Changeable programs during operation
  • Maintainability
    • WSN and environment can change
    • Adaptable system
    • Changing operational parameters
      • To increase energy efficiency for example

Node Types

  • Sensor
    • Low power
    • Sensing, memory, processor, radio
    • Resource-constrained
  • Sink
    • Another sensor node
      • Or different wireless node
    • Normally more powerful/better resources
  • Gateway
    • Bridge IoT and internet networks
    • More powerful
    • Can have
      • Service representation
      • Cache/storage
      • Discovery

Application Types

  • Event detection
    • Reporting event occurrences
    • Reporting abnormalities
    • May need collaboration with other nodes
    • Defining events and classification difficult
  • Periodic measurements
    • Sense something and report
    • Period is application-dependent
  • Approximation and pattern detection
    • Sense messages in space and time
    • E.g. combine wind, light, heat to detect forest fires
  • Tracking
    • Source of event is mobile
    • Event updates with location information