libhal / web-tools

A tools to help with calculations for embedded software development, robotics, electrical engineering with the goal of being easy to use, interactive, and sharable,
Apache License 2.0
0 stars 1 forks source link

[ Web Can ] Download & Restore a command set #15

Open kammce opened 4 months ago

kammce commented 4 months ago

Depends on #12

The idea here is that users can download the set of commands that they have used previously. Allowing users to start a session with a pre-set list of commands. The file format for these commands should be human readable and writable allowing users to make their own list of commands without having to first issue them via the website. This would allows users to distribute their list of commands to clients, others users, contributors, and developers for testing.

Bonus idea

Add hotkey capabilities to allow the user to send commands without having to click the command.

Bonus bonus idea

Allow a gamepad controller to be hot keys as well

kammce commented 3 months ago

Provide download and upload as a CSV JSON could be a bonus.