Skip to content

Countdown button with web page displaying current count implemented using Python and WebSockets

Notifications You must be signed in to change notification settings

baalansellers/rpi_button_websocket

Repository files navigation

Author: Alan Sellers
Contact: baalansellers@hotmail.com
More Info: http://alansellers.net/projects/the-button-websocket-raspberry-pi/

This is the second iteration of my button project.
The goal of the project is to create an interactive
system that displays a countdown for our current
sales goal of 20 contracts. 

The system is made up of a Raspberry Pi and a
Button. The RPi hosts a webserver capable of
serving websockets and hosts a web page that uses
a websocket for communication between a client
(someone viewing the countdown) and the RPi which
is also monitoring for Button presses. The count
is decremented on each button press and a message
is sent to all clients with the new "count" to be
displayed.

About

Countdown button with web page displaying current count implemented using Python and WebSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published