This repository was archived by the owner on Aug 13, 2025. It is now read-only.
Replies: 5 comments 6 replies
0 replies
0 replies
|
By symmetry, we could use "server" to describe a command that's meant to be low level. |
1 reply
0 replies
|
@ducky64 - Richard Lin - this conversation has been simmering for a while... as you know, we have a need to expose a better client-side experience. Your thoughts are welcome. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Let's talk about having virtual reg/command/events instructions in the spec to help high level code generation.
The current challenge is that the service definition is constrained to optimize 8bit firmware support and as such it ends being quite low level for some commands, like play tone which uses electrical terms rather musical terms. Client reg/commands/events can leverage additional code space/computation power to create high level APIs. This is an attempt to include this in the spec.
PR #401
All reactions