Skip to content

grem-li/tcp-lamp-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP Lamp

Test project for RGB lamp with tcp-server control

Example

>>> from tcp_lamp import client
>>> client.start()
Input server addres (default 127.0.0.1): 192.168.0.2
Input server port (default 9999): 007

or just

>>> from tcp_lamp import client
>>> client.start('127.0.0.1', 9999)

also you can use shell

$ tcp_lamp --host 192.168.0.3 --port 7777

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages