Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 611 Bytes

File metadata and controls

14 lines (10 loc) · 611 Bytes

A sever setup for reading Wavelength Meter

This repostiory contains server script for querying wavelength data from Wavelength Meter (Highfiness WS8-2) and transmitting the data to clients.

How to run server

Run server.py by following command :

python3 server.py

How to change Host IP and Port Number

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.