Improve socket API #4

Closed
opened 2021-10-22 20:49:39 +00:00 by Elara6331 · 4 comments
Owner

Currently, the socket API has some issues and is not very well documented. Here are some of the issues with the socket:

  • Sometimes believes DFU is running after it is complete.
  • Socket responses do not contain request type (issue when watching a value and trying to send commands at the same time).
  • No way to stop watching a value once started.
  • No documentation beyond source code.

This issue tracks fixing these issues. As they are fixed, their checkboxes will be enabled.

Currently, the socket API has some issues and is not very well documented. Here are some of the issues with the socket: - [x] Sometimes believes DFU is running after it is complete. - [X] Socket responses do not contain request type (issue when watching a value and trying to send commands at the same time). - [X] No way to stop watching a value once started. - [x] No documentation beyond source code. This issue tracks fixing these issues. As they are fixed, their checkboxes will be enabled.
Elara6331 added this to the 0.0.4 milestone 2021-10-22 20:49:44 +00:00
Elara6331 added the
Enhancement
label 2021-10-22 20:49:51 +00:00
Elara6331 added a new dependency 2021-10-23 02:07:52 +00:00
Elara6331 added a new dependency 2021-10-23 02:10:50 +00:00
Author
Owner

80a5867d6b adds types to socket responses

80a5867d6b adds types to socket responses
Author
Owner

eeba9b2964 adds cancellation for watchable values

eeba9b2964 adds cancellation for watchable values
Author
Owner

2ea9f99db6 should improve or completely fix the false-positive firmware updating error

2ea9f99db6 should improve or completely fix the false-positive firmware updating error
Author
Owner

The socket is now documented at https://itd.arsenm.dev/socket/

The socket is now documented at https://itd.arsenm.dev/socket/
Sign in to join this conversation.
No description provided.