roby2014/virtual-board-vhdl

Implement `GET/PUT signal_name[optional_idx]` commands

Closed this issue · 1 comments

Assuming we have this configuration:

PIN_A8 -> enable[0]
PIN_A9 -> enable[1]

At the moment, the websocket server can respond to commands like GET PIN_ID, e.g GET PIN_A8.

It would be very useful to do commands like GET enable where it would return the whole signal value, or GET enable[0], returning bit 0 of enable signal.
The same applies to PUT..

The websocket communication protocol does not work like this anymore.