# Live Motion

Live Motion refers to the ability to collect multiple signals in near real-time from within a WiFi Motion network, which can then be used for visualizing movement, identifying where the motion occurred, and more.

## Detailed live motion

 - [GET /network/{network_id}/motion/live](https://docs.cognitivesystems.com/assets/specs/api/core/live-motion/getlivestreammotion.md): Opens connection to stream live motion data from the network. The websocket will stream motion data updates live from the network until closed.

## PubNub start

 - [POST /network/{network_id}/motion/pubnub](https://docs.cognitivesystems.com/assets/specs/api/core/live-motion/startpubnub.md): PubNub is a real-time development platform and infrastructure-as-a-service (IaaS) that enables developers to build interactive applications with real-time features like chat, geolocation tracking, IoT device control, and multiplayer gaming. It provides a publish/subscribe (Pub/Sub) service, serverless functions, and other tools to deliver messages between devices and users with low latency, supporting large-scale, engaging virtual experiences.

## Motion stream start

 - [POST /network/{network_id}/motion/refresh](https://docs.cognitivesystems.com/assets/specs/api/core/live-motion/startlivemotionstream.md)

