artavd / device-emulator

Application for emulation of message-based devices
0 stars 0 forks source link

REST API for Emulator Console - implement infrastructure + first command #12

Closed artavd closed 7 years ago

artavd commented 8 years ago

Emulator Console should provide remove API for web console, emulator shell and other clients.

artavd commented 8 years ago

First commands:

  1. GET for device list
  2. Acquire / Release to block access to REST API by single user
artavd commented 7 years ago

Solution migrated to Spring Boot. Spring RestControllers used for REST API implementation. Operation to manage devices and ports and dispatching them provided.