You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle serial port communication in Lumper using SLIP protocol.
The idea here is to create a first version with basic usage.
We want to send filename and file content for each file
Moreover, inputs should be passed as files in the same way and the commands to execute should be given then.
The command to execute should provide the input file from where the code should read. example : "cargo run < input.txt"
The text was updated successfully, but these errors were encountered:
We created this issue in order to define what had to be done before this one #5 was created.
I don't think it is useful anymore...
Should we close it ?
Handle serial port communication in Lumper using SLIP protocol.
The idea here is to create a first version with basic usage.
We want to send filename and file content for each file
Moreover, inputs should be passed as files in the same way and the commands to execute should be given then.
The command to execute should provide the input file from where the code should read. example : "cargo run < input.txt"
The text was updated successfully, but these errors were encountered: