Skip to content

Instantly share code, notes, and snippets.

View bobwolff68's full-sized avatar

Robert Wolff bobwolff68

View GitHub Profile
@bobwolff68
bobwolff68 / punjab.tac
Created March 5, 2012 21:07
Trying to enable SSL/TLS in punjab
# punjab tac file
# tac documentation is at the following URL:
# http://twistedmatrix.com/documents/current/core/howto/application.html
from twisted.web import server, resource, static
from twisted.application import service, internet
from twisted.internet import reactor, ssl
from punjab.httpb import Httpb, HttpbService
root = static.File("./html")
@bobwolff68
bobwolff68 / gist:1377700
Created November 18, 2011 20:46
Getting a quick start
git clone https://github.com/GoCast/webrtc_plugin.git
cd webrtc_plugin
./prep_webrtc.sh