Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion All who participated! Please post your links to code and docs here!

Received: by 10.224.11.138 with SMTP id t10mr1058518qat.27.1292515196672;
        Thu, 16 Dec 2010 07:59:56 -0800 (PST)
X-BeenThere: opendoorhack-a-thon@googlegroups.com
Received: by 10.224.207.201 with SMTP id fz9ls513787qab.3.p; Thu, 16 Dec 2010
 07:59:56 -0800 (PST)
Received: by 10.224.45.130 with SMTP id e2mr1072420qaf.11.1292515196299;
        Thu, 16 Dec 2010 07:59:56 -0800 (PST)
Received: by 10.224.45.130 with SMTP id e2mr1072419qaf.11.1292515196276;
        Thu, 16 Dec 2010 07:59:56 -0800 (PST)
Return-Path: <royce.pipk...@gmail.com>
Received: from mail-qw0-f49.google.com (mail-qw0-f49.google.com [209.85.216.49])
        by gmr-mx.google.com with ESMTP id j6si37098qcu.10.2010.12.16.07.59.55;
        Thu, 16 Dec 2010 07:59:55 -0800 (PST)
Received-SPF: pass (google.com: domain of royce.pipk...@gmail.com designates 209.85.216.49 as permitted sender) client-ip=209.85.216.49;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of royce.pipk...@gmail.com designates 209.85.216.49 as permitted sender) smtp.mail=royce.pipk...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by qwj9 with SMTP id 9so3267139qwj.8
        for <opendoorhack-a-thon@googlegroups.com>; Thu, 16 Dec 2010 07:59:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:mime-version:received:in-reply-to
         :references:from:date:message-id:subject:to:content-type;
        bh=wJu9DQVapRzH1x4bRTMVzQJ50HWoiNDidZ2zEMfpnmE=;
        b=Wz7pxE8O8W6E0D1joBP6HnHXJcVrB6qc+dgHcis+qPa5mPoEr3jjsXPviTcqnJf5a4
         1gF9p0f7o1suBVC5IvbhOn1BB8RY1zTX0/r9gJUSTfuK5C6xxcBQcfyNB1CM5Tr2k/Gt
         SjjpsyTZpMv45sAV93kMNW366wdN/7Nn9v6gU=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :content-type;
        b=QhgWF5MrvPGaYuukamPSf+bcHZkMhb2/V668mRDH+m2tPa4gzYJ4w0QSKieMn+wX7p
         OKRLC/jrT5eAeA4ZFomDzp3s7vZZrLskO68ii010OMgLy9WiCr4GnOfJXtZdEzsaXFXa
         oGpdJX3wTVHz3LcJbUgXPv+swCE2jIpBU9h6s=
Received: by 10.224.47.130 with SMTP id n2mr7599742qaf.100.1292515194962; Thu,
 16 Dec 2010 07:59:54 -0800 (PST)
MIME-Version: 1.0
Received: by 10.220.177.66 with HTTP; Thu, 16 Dec 2010 07:59:34 -0800 (PST)
In-Reply-To: <4D09C4AD.1060...@rhavenindustrys.com>
References: <0ba2a66b-30a3-4d2d-9594-d55f2fd87...@y31g2000vbt.googlegroups.com>
 <4D0928D9.2030...@rhavenindustrys.com> <AANLkTinx3Mi8xMxarvVVXO6z=p_iCETVxRes1ghb0...@mail.gmail.com>
 <4D092DA5.9060...@rhavenindustrys.com> <AANLkTimNqCsD8+-h1oFWhNqGbWKtKuvDyP0Z7nirr...@mail.gmail.com>
 <4D09C4AD.1060...@rhavenindustrys.com>
From: Royce Pipkins <royce.pipk...@gmail.com>
Date: Thu, 16 Dec 2010 09:59:34 -0600
Message-ID: <AANLkTikHqRy3D4EMewOuGM-tP+2HY4Uh+0psF6KzH...@mail.gmail.com>
Subject: Re: All who participated! Please post your links to code and docs here!
To: opendoorhack-a-thon@googlegroups.com
Content-Type: multipart/alternative; boundary=000e0cd6381410045e0497892566

--000e0cd6381410045e0497892566
Content-Type: text/plain; charset=ISO-8859-1

Like some of the others I have only the door hardware. No passport solution.

https://github.com/roycepipkins/MakerAccessControl

The shown hardware controls four doors across two facilities ATM. (3 at
Bucketworks, one at Milwaukee Makerspace)

Given the focus of the contest, I think the real decision is between the PS1
file based solution and the QCColab OpenID based solution.

I have praises and criticisms for both systems. I'm hoping QCColab will post
a finalized write-up soon.

Whatever the final consensus is, I will try modify my stuff to work with it.

Regards,
Royce


On Thu, Dec 16, 2010 at 1:50 AM, Rhys Rhaven <r...@rhavenindustrys.com>wrote:

> So part of the JSON message, and probably the most important section of
> the physical key is the pk signature. (meta:sig-all) So I've spent most
> of tonight trying to find a proper python library to do gpg compatible
> pk. (Which I -think- is a RSA encrypted hash, as they don't seem so keen
> on DSA/Elcamal. Still not sure what the hash is on that.)
>
> I think google's keyczar seems to be pretty straight forward and nice
> code, built ontop of pycrypto. Anyone have experience with keyczar?
>
> Rhys
>
> On 12/16/2010 12:31 AM, Lokkju Brennr wrote:
> > Here is our code for our super simple arduino based RFID shield.  I'll
> > be adding a schematic soon, but it is only about 10 parts.  It is
> > very, very simple, with an internal database and a serial
> > communication protocol.  It isn't directly on topic, as it is missing
> > most stuff needed for cross hackerspace authentication.
> >
> > http://bitbucket.org/lokkju/arduino_rfid_contoller/
> >
> > The PS1 solution looks very interesting - I'll be having fun exploring
> it!
> >
> > Loki
> >
> > On Wed, Dec 15, 2010 at 1:05 PM, Rhys Rhaven <r...@rhavenindustrys.com>
> wrote:
> >> I would like to put out bounties on some python modules, as I'm not that
> >> good at python.
> >>
> >> 1) Add REST client library. Something probably using urllib2 to
> interface
> >> with Tim's authentication server. It we can use to "open auth server.
> get
> >> user's info. put into odCard." Simple, fun, small.
> >>
> >> For that, I think I need to write an init script for Tim's auth server
> to
> >> easily deploy it. Maybe a .deb package.
> >>
> >> On 12/15/2010 03:00 PM, Craig wrote:
> >>
> >> Ooooohh, that's nice.  Good job PS1!
> >>
> >> On Wed, Dec 15, 2010 at 3:45 PM, Rhys Rhaven <r...@rhavenindustrys.com>
> >> wrote:
> >>>
> >>> https://github.com/tsaylor/opendoor-ps1
> >>>
> >>> This is the huge interconnect system using a almost defined data
> standard
> >>> called odCard (which are beautiful little JSON objects) that has alot
> of
> >>> specifications and only some code.
> >>>
> >>> And Tim's REST authentication server.
> >>>
> >>> On 12/15/2010 01:16 PM, Jordan Bunker wrote:
> >>>>
> >>>> I know much of the work done was being shared on the freenode channel,
> >>>> but it would be immensely helpful to have everyone post their links to
> >>>> code and documents here!
> >>>>
> >>>> That way, when new people want to see what work has been done, we can
> >>>> put them to this thread!
> >>>>
> >>>> Post away!
> >>>>
> >>>
> >>
> >>
> >>
>



-- 
The real problem is not whether machines think but whether men do.
B. F. Skinner

--000e0cd6381410045e0497892566
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Like some of the others I have only the door hardware. No passport solution=
.<div><br></div><div><a href=3D"https://github.com/roycepipkins/MakerAccess=
Control">https://github.com/roycepipkins/MakerAccessControl</a></div><div>

<br></div><div>The shown hardware controls four doors across two facilities=
 ATM. (3 at Bucketworks, one at Milwaukee Makerspace)=A0</div><div><br></di=
v><div>Given the focus of the contest, I think the real decision is between=
 the PS1 file based solution and the QCColab OpenID based solution.=A0</div=
>

<div><br></div><div>I have praises and=A0criticisms=A0for both systems. I&#=
39;m hoping QCColab will post a finalized write-up soon.</div><div><br></di=
v><div>Whatever the final consensus is, I will try modify my stuff to work =
with it.</div>

<div><br></div><div>Regards,</div><div>Royce</div><div><br><br><div class=
=3D"gmail_quote">On Thu, Dec 16, 2010 at 1:50 AM, Rhys Rhaven <span dir=3D"=
ltr">&lt;<a href=3D"mailto:r...@rhavenindustrys.com">r...@rhavenindustrys.c=
om</a>&gt;</span> wrote:<br>

<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;">So part of the JSON message, and probably t=
he most important section of<br>
the physical key is the pk signature. (meta:sig-all) So I&#39;ve spent most=
<br>
of tonight trying to find a proper python library to do gpg compatible<br>
pk. (Which I -think- is a RSA encrypted hash, as they don&#39;t seem so kee=
n<br>
on DSA/Elcamal. Still not sure what the hash is on that.)<br>
<br>
I think google&#39;s keyczar seems to be pretty straight forward and nice<b=
r>
code, built ontop of pycrypto. Anyone have experience with keyczar?<br>
<font color=3D"#888888"><br>
Rhys<br>
</font><div><div></div><div class=3D"h5"><br>
On 12/16/2010 12:31 AM, Lokkju Brennr wrote:<br>
&gt; Here is our code for our super simple arduino based RFID shield. =A0I&=
#39;ll<br>
&gt; be adding a schematic soon, but it is only about 10 parts. =A0It is<br=
>
&gt; very, very simple, with an internal database and a serial<br>
&gt; communication protocol. =A0It isn&#39;t directly on topic, as it is mi=
ssing<br>
&gt; most stuff needed for cross hackerspace authentication.<br>
&gt;<br>
&gt; <a href=3D"http://bitbucket.org/lokkju/arduino_rfid_contoller/" target=
=3D"_blank">http://bitbucket.org/lokkju/arduino_rfid_contoller/</a><br>
&gt;<br>
&gt; The PS1 solution looks very interesting - I&#39;ll be having fun explo=
ring it!<br>
&gt;<br>
&gt; Loki<br>
&gt;<br>
&gt; On Wed, Dec 15, 2010 at 1:05 PM, Rhys Rhaven &lt;<a href=3D"mailto:rhy=
s...@rhavenindustrys.com">r...@rhavenindustrys.com</a>&gt; wrote:<br>
&gt;&gt; I would like to put out bounties on some python modules, as I&#39;=
m not that<br>
&gt;&gt; good at python.<br>
&gt;&gt;<br>
&gt;&gt; 1) Add REST client library. Something probably using urllib2 to in=
terface<br>
&gt;&gt; with Tim&#39;s authentication server. It we can use to &quot;open =
auth server. get<br>
&gt;&gt; user&#39;s info. put into odCard.&quot; Simple, fun, small.<br>
&gt;&gt;<br>
&gt;&gt; For that, I think I need to write an init script for Tim&#39;s aut=
h server to<br>
&gt;&gt; easily deploy it. Maybe a .deb package.<br>
&gt;&gt;<br>
&gt;&gt; On 12/15/2010 03:00 PM, Craig wrote:<br>
&gt;&gt;<br>
&gt;&gt; Ooooohh, that&#39;s nice. =A0Good job PS1!<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Dec 15, 2010 at 3:45 PM, Rhys Rhaven &lt;<a href=3D"mailto=
:r...@rhavenindustrys.com">r...@rhavenindustrys.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href=3D"https://github.com/tsaylor/opendoor-ps1" target=3D"=
_blank">https://github.com/tsaylor/opendoor-ps1</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This is the huge interconnect system using a almost defined da=
ta standard<br>
&gt;&gt;&gt; called odCard (which are beautiful little JSON objects) that h=
as alot of<br>
&gt;&gt;&gt; specifications and only some code.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; And Tim&#39;s REST authentication server.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On 12/15/2010 01:16 PM, Jordan Bunker wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I know much of the work done was being shared on the freen=
ode channel,<br>
&gt;&gt;&gt;&gt; but it would be immensely helpful to have everyone post th=
eir links to<br>
&gt;&gt;&gt;&gt; code and documents here!<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; That way, when new people want to see what work has been d=
one, we can<br>
&gt;&gt;&gt;&gt; put them to this thread!<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Post away!<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
</div></div></blockquote></div><br><br clear=3D"all"><br>-- <br>The real pr=
oblem is not whether machines think but whether men do.<br>B. F. Skinner<br=
>
</div>

--000e0cd6381410045e0497892566--