Skip to content

RESTAPI

LPRDev1 edited this page Sep 13, 2016 · 1 revision

CherryPy supports a REST. Rover Sentry uses this rest API for access y the RoverSentry WebApp. The following URLs are used to make REST calls to the RoverSentry CherryPy app:

Rest API

  • Status: :9000/status
  • Halt: :9000/halt
  • Resume: :9000/resume
  • Home: :9000/home
  • Waypoints: :9000/waypoints

Example:

  • curl 192.168.1.22:9000/status
Clone this wiki locally