Small Python scripts for reading data from SAJ H2-series inverters via Modbus TCP. I put this together because my inverter doesn’t expose its web UI and I didn’t have physical access to it for a while ...
This project implements a simple Java TCP client and a Python TCP server for sending and receiving short integers over a network connection. The Java client sends a short integer encoded in two bytes ...