Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

CodeMOOC/DirectPollMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitor for DirectPoll.com polls

This simple project monitors a poll opened on DirectPoll through a Web Socket connection and detects new votes as they come in. New votes can generate actions on the monitor, for instance generating keyboard events.

This sample has been used in conjunction with a Scratch project. The Scratch program, running inside a browser, could be manipulated by a crowd voting on a DirectPoll poll. Each detected vote would generate a keyboard event that, once forwarded to the Scratch program through the browser, could generate a visible action on screen.

Developed for the Coding in Your Classroom, Now! MOOC initiative.

How to

Requires .NET 4.5 to run, runs as command-line application.

Specify voting address given by DirectPoll:

DirectPollMonitor.exe http://directpoll.com/r?XYZ123XYZ123

About

Monitors state of a poll on directpoll.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages