habdec/code/pyClient
Michal Fratczak 7e0108c49b Remove habhub interface from webClient 2023-02-28 20:09:16 +01:00
..
README.md Update README.md 2020-04-08 09:30:29 +02:00
habdecClient.py Remove habhub interface from webClient 2023-02-28 20:09:16 +01:00
main_tk.py pyclients - default to 127.0.0.1 2019-09-17 18:14:15 +02:00
pyClientScreenshot.png Added example python client. 2019-01-08 01:22:41 +01:00
simple_listener.py pyclients - default to 127.0.0.1 2019-09-17 18:14:15 +02:00

README.md

Example python client for habdec websocket server

alt text

This is simple example of python client demonstrating how to connect to habdec server. The code is kept (almost) to minimum and is not meant for anything serious - just a proof of concept.

You need pip install ws4py and numpy.

GUI is done with tkinter (which you should have with python). Use something better for real work.