Skip to content

erazor83/pyblynk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36e063b · Jul 5, 2016

History

16 Commits
Jan 11, 2016
Jul 5, 2016
Jan 28, 2016
Aug 6, 2015
Aug 6, 2015

Repository files navigation

pyblynk - Blynk helpers for Python

So this is just another Python implementation of the Blynk service ( http://blynk.cc ).

I plan to also add server functionalty to implement a private cloud service to be indedepent from cloud.blynk.cc .

example

There is a simple example which connects to the blynk service and prints out detailed frame info:

erazor@s9 ~/d/p/t/examples> python2 hw.py 
Auth successfull
(20, 36, 14)
('OnPinMode', 0, 'out')
('OnPinMode', 2, 'out')
(20, 46, 4)
('OnVirtualRead', 1)
(20, 47, 4)
('OnVirtualRead', 1)
(20, 48, 4)
('OnVirtualRead', 1)
(20, 49, 4)

For a custom implementation you only need to overload lib.hm.Hardware .

About

Blynk helpers for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages