digitalsputnik / ApolloFirmware

Micropython software for the Apollo lamps
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

ArtNet-REPL #34

Closed MJoosep closed 2 years ago

MJoosep commented 2 years ago

Implement possibility to send REPL commands using ArtNet to bypass UAsyncIO Repl Blocking. ArtNet-REPL should have it's own custom OpCode's and packet order (see issue #33). There should be a possibility to send a blind command (without return) and the possibility to send a command and wait for a return until a timeout occurs.