Martijn de Munnik

Results 24 comments of Martijn de Munnik

I can't test this on Windows, but I think this Stack Overflow post can help: https://stackoverflow.com/questions/27909666/createfile-serial-communication-issue. ```go client, err := modbus.NewClient(&modbus.ClientConfiguration{ URL: "rtu://\\\\.\\COM6", ... }) ```

I'm currently using [deploy-rs](https://github.com/serokell/deploy-rs) to deploy my machines, but I'm also interested in a pull based deployment. The main reason for me is that not all the systems we maintain...

> Just being able to define a script that acts as liveliness probe would go a long way. > > * check processes are running > > * check the...

I'm currently reading through the code to see if I can build this feature. I realized that we should also define what will happen if a deployment will fail, should...