Skip to content

Releases: kottochii/MotorControlServer

Version 0.2

Choose a tag to compare

@kottochii kottochii released this 02 Jun 11:14
a46ef2e
  • Fixed concurrency issues (pqxx::connections now are created each time one needed).
  • Implemented a websocket to update the connected clients about the status of motors
  • Added endpoints for ping requests
  • Added Cross-Origin Request Policy, so that the browser can directly communicate to the server

Version 0.1 rev 5

Choose a tag to compare

@kottochii kottochii released this 28 May 08:24
8dcf017

Full Changelog: v0.1-4...v0.1-5

Version 0.1 rev 4

Choose a tag to compare

@kottochii kottochii released this 27 May 09:17
723fff7

Added support for CORS

Version 0.1 rev 3

Choose a tag to compare

@kottochii kottochii released this 01 Jun 13:40
e44f216

The fully working release with support of SSL. A considerable alternative is to run Apache/nginx with SSL and proxy into this server.

Version 0.1-2

Choose a tag to compare

@kottochii kottochii released this 30 May 12:57
dc40978

This version also adds important functionality of notifying the motor controller that the server stays alive.

Version 0.1 rev 1

Choose a tag to compare

@kottochii kottochii released this 29 May 14:17
fb1895b

This release is different from the old one only by the presence of the new endpoint /users/whoami in the new one. In other words, it is a fully functioning platform.

Version 0.1

Choose a tag to compare

@kottochii kottochii released this 28 May 13:58
3ad8370
v0.1

Removed exposed debug information