The document provides an overview of using Scala and Akka for building distributed sensor networks. Some key points:
- The speaker uses Scala and Akka at their company for building distributed systems to manage traffic and sensor networks.
- Akka actors are used to build distributed and fault-tolerant systems. Camel is used for integration between actors. Remote actors allow building systems that span multiple machines.
- Examples of systems built include a border control sensor network and distributed traffic management systems. Scala and Akka provide benefits like less code, fault tolerance, and ability to interoperate with existing Java systems.
- Topics covered include using Akka actors, remote actors, Camel integration,