ModbusTools
ModbusTools copied to clipboard
MacOS support needed
Please add MacOS support.Thanks.
Yep. I guess it will be done someday. But first, I need something with MacOS on board. And, of course, main thing is time.
@kelvinji2009 you can use the Docker container on MacOS meanwhile.
Just make sure to have Docker installed, then run in the terminal
docker run --rm -p 6080:6080 serhmarch/modbustools:0.4.1
and you can connect to the app at http://localhost:6080/vnc.html
@kelvinji2009 you can use the Docker container on MacOS meanwhile.
Just make sure to have Docker installed, then run in the terminal
docker run --rm -p 6080:6080 serhmarch/modbustools:0.4.1and you can connect to the app at
http://localhost:6080/vnc.html
Good idea and Thanks.