/drones-cmds

Command Handler Service for Drone Army Sample

Primary LanguageGo

wercker status

Drone Army Sample - Command Processing Service

This is part of the Drone Army sample suite, this service is responsible for processing incoming commands and converting them into events for dispatch into queues.

RESTful Endpoints

The following is a list of the REST endpoints exposed by this service.

Resource Method Description
/api/cmds/telemetry POST Submits a new telemetry update command, dispatches corresponding event to queue
/api/cmds/alerts POST Submits a new alert command
/api/cmds/position POST Submits a new position update command