Wykres commitów

924 Commity (fbc7c6f168027059bb7ab9dae9fb821ed5229e15)

Autor SHA1 Wiadomość Data
Christopher Young fbc7c6f168 Typo. 2016-03-24 12:13:08 -04:00
Christopher Young bd4f4c8743 Log status. 2016-03-24 10:51:12 -04:00
Christopher Young 5680908301 Track the last NMEA message in SituationData. 2016-03-24 10:37:24 -04:00
cyoung 5073fdadb6 Merge pull request #352 from jpoirier/go-checker
check for the go command not GOROOT
2016-03-24 10:34:44 -04:00
Christopher Young 937bbecd28 Refactoring and cleanup. 2016-03-24 10:23:29 -04:00
Joseph Poirier a1ee8dd5e1 check for the go command not GOROOT 2016-03-24 08:45:59 -05:00
Christopher Young 854b96f608 More data logger boilerplate. Add to Makefile and init in main(). 2016-03-24 09:33:11 -04:00
Christopher Young 67d62184d3 Save GPSTime in SituationData struct. 2016-03-24 08:59:34 -04:00
Christopher Young bcef2ba823 Improve main logger goroutine. 2016-03-24 01:14:48 -04:00
Christopher Young 275c1740f0 Export all possible status fields. 2016-03-24 00:29:08 -04:00
Christopher Young 0a26cfc240 Export all possible SituationData fields. 2016-03-24 00:26:56 -04:00
Christopher Young 934c24ee71 Generalized logData(), added test code. 2016-03-24 00:23:12 -04:00
Christopher Young 80f1007a6a Add struct .String() marshaling. Insert data function. 2016-03-23 23:08:00 -04:00
Christopher Young e12611e8d4 Initial commit: data logger functions. 2016-03-23 12:31:13 -04:00
cyoung 3272867964 Merge pull request #349 from jpoirier/circleci-prs
circleci: allows PRs to correctly build themselves when the PR happens
2016-03-23 11:08:42 -04:00
Joseph Poirier b63dfb198d circleci: allows PRs to correctly build themselves when the PR happens 2016-03-23 09:57:01 -05:00
cyoung fe8b440e9e Merge pull request #347 from jpoirier/development
image: add rpi0 and explicit edimax dongle check
2016-03-23 10:07:42 -04:00
Christopher Young 9754f19be2 Hide more debug printing. 2016-03-23 09:19:11 -04:00
Christopher Young f1ce8a75bc Hide more debug printing. 2016-03-23 09:18:28 -04:00
Joseph Poirier 7790f4e6ff image: add rpi0 and explicit edimax dongle check 2016-03-23 03:03:35 -05:00
Christopher Young b8c17e0460 Checking for specific hardware builds. 2016-03-22 11:43:00 -04:00
cyoung 9f40afdc21 Merge pull request #344 from egid/master
Tweak error messages to use FontAwesome icon and stock angular maui colors.
2016-03-22 10:39:43 -04:00
Eric Gideon 13ccff9842 Tweak error messages to use FontAwesome icon and stock angular maui colors. 2016-03-21 20:49:32 -07:00
Christopher Young 1a808ca591 Redefine "connected"/"recent" clients = recently pingable hosts. 2016-03-21 20:32:24 -04:00
Christopher Young 65537dbdc8 Issue a warning and disable features when FF broadcast messages are received.
Fixes #332.
2016-03-21 16:31:56 -04:00
Christopher Young a93501f8f4 Debug output. 2016-03-21 16:16:12 -04:00
Christopher Young 6afb4ec415 Cleanup. 2016-03-21 15:58:48 -04:00
Christopher Young f732eb2289 Add /etc/modules to mkimg and makeupdate. 2016-03-21 14:48:38 -04:00
Christopher Young db130aab76 Add /root/.bashrc to mkimg and makeupdate. 2016-03-21 13:42:10 -04:00
Christopher Young 6a9f1ff8e6 Add /etc/modprobe.d/rtl-sdr-blacklist.conf to mkimg and makeupdate. 2016-03-21 13:38:12 -04:00
Christopher Young 5c6e493fca Add /boot/config.txt to mkimg and makeupdate. 2016-03-21 13:05:42 -04:00
Christopher Young dfc6635f94 Cleanup. 2016-03-21 13:04:05 -04:00
Christopher Young b2eb382c1a Remove DHCP lease expiry code.
Fixes #325.
2016-03-20 00:56:21 -04:00
Christopher Young 1f9a5dde35 Update hostapd.conf with .sh update. 2016-03-18 15:59:53 -04:00
cyoung 2319b53ad1 Merge pull request #341 from jpoirier/hostapd_conf_fix
fix wmm parameter name
2016-03-18 15:58:19 -04:00
Joseph Poirier 279ab071ac fix wmm parameter name 2016-03-18 14:29:46 -05:00
Christopher Young 070626dc1f Temp. 2016-03-17 16:56:12 -04:00
Christopher Young 616a2b9fbd Add /boot/config.txt settings. 2016-03-17 16:55:03 -04:00
Christopher Young 2b1acf49a2 Remove wifi_watch.sh and rc.local start. 2016-03-17 16:54:45 -04:00
Christopher Young c3ecbf0b7c More setup changes. 2016-03-16 12:13:07 -04:00
Christopher Young a6b7ac17ab Update filename. 2016-03-16 11:55:47 -04:00
Christopher Young 6ced449faa Update script name. 2016-03-16 11:37:56 -04:00
Christopher Young b38045da03 Eliminate wifi_watch.sh by using post-up. 2016-03-16 11:32:58 -04:00
Christopher Young a6ffea0122 Eliminate hostapd startup scripts. Create stratux-wifi wifi start script. Use post-up for hostapd/dhcpd start. 2016-03-16 11:32:22 -04:00
Christopher Young 63491e525c Added two hostapd versions, two hostapd confs. 2016-03-16 10:37:19 -04:00
Christopher Young 84edd98b7e Initial commit - RPi2 (Edimax) and RPi3 confs, Edimax hostapd binary. 2016-03-16 09:44:37 -04:00
Christopher Young b160566288 Update test program. 2016-03-16 08:40:29 -04:00
cyoung bf86dc2ea3 Merge pull request #337 from jpoirier/development
fix cb funct type arg count, circleci branch specific builds, move cgo flag
2016-03-16 08:23:10 -04:00
cyoung 3ae0439429 Merge pull request #338 from jpoirier/godump978_init
auto init on package import
2016-03-16 08:20:39 -04:00
Joseph Poirier 799ee42bc1 fix circleci checkouts so PRs work 2016-03-16 07:14:07 -05:00