Releases: kottochii/MotorControlServer
Releases · kottochii/MotorControlServer
Version 0.2
- Fixed concurrency issues (
pqxx::connectionsnow 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
Full Changelog: v0.1-4...v0.1-5
Version 0.1 rev 4
Added support for CORS
Version 0.1 rev 3
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
This version also adds important functionality of notifying the motor controller that the server stays alive.
Version 0.1 rev 1
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
v0.1 Removed exposed debug information