Skip to content
Christian Castaneda edited this page Mar 22, 2022 · 2 revisions

Server design process

As of this date the server for this project will be written in JavaScript in node.js framework using express.js. We will now brainstorm on the application api between the front-end client and the back-end server.

Web AIP Brainstorm for Clients

Camera Commands

  • Stream Camara View On
  • Move Camera [direction, angle]
  • Save Camera Recording
  • Zoom in Camera
  • Zoom out Camera
  • Stream Camera View off
  • Update Camera Settings Object{frames/sec, resolution, recording, notifications}
  • Move Motor Camera [direction, angle]
  • Dispense food [small, medium, large]
  • Dispense water [small, medium, large]
  • Dispense treat [number of treats]
Clone this wiki locally