Skip to content

Instantly share code, notes, and snippets.

View arodland's full-sized avatar

Andrew Rodland arodland

View GitHub Profile
/*
2023-04-06
Amelia Vlahogiannis [AG2V]
WVTC RFID Access System
Uses UART to monitor an RDM6300 and trigger a relay to open the door
*/
#include "rdm6300.c"
@arodland
arodland / nest.go
Created September 30, 2017 03:21 — forked from markbeee/nest.go
GoogleNestGo
package main
import (
"bytes"
"encoding/json"
"errors"
"fmt"
flags "github.com/jessevdk/go-flags"
"io"
"io/ioutil"
#!/usr/bin/perl
use 5.010;
use strict;
use warnings;
use Marpa::R2 2.102;
use Data::Dumper;
# array: 'A' count ':' element+
# string: 'S' length ':' byte+