This repostiory contains server script for querying wavelength data from Wavelength Meter (Highfiness WS8-2) and transmitting the data to clients.
Run server.py by following command :
python3 server.py
By default, the host IP is assumed to be 127.0.0.1 (which is local host) and port number is assumed to be 65432.
To change each configuration, refer code line at here.