cyoung
|
8f310d0afc
|
Merge pull request #428 from AvSquirrel/uat-mutex
Additional UAT stability improvements (tower mutex, array bounds checks)
|
2016-05-31 08:26:50 -04:00 |
Christopher Young
|
4313e02fc7
|
Cleanup old logging code. Comments.
|
2016-05-27 16:20:20 -04:00 |
AvSquirrel
|
f1521d6e25
|
Initial commit of ADSBTower mutex protection (needs testing)
|
2016-05-24 19:39:11 +00:00 |
AvSquirrel
|
f02fdf102e
|
Add mutex lock on handleSatellitesRequest
|
2016-05-14 01:44:13 +00:00 |
AvSquirrel
|
34791c638a
|
Create JSON interface for satellite constellation.
|
2016-05-07 05:18:10 +00:00 |
AvSquirrel
|
57197c55eb
|
Split out traffic source from DEBUG. Fix panic closing closed channel.
|
2016-05-03 04:40:51 +00:00 |
bradanlane
|
70269dd442
|
trigger reboot as a webservice and redirect webui to wait on the status page for the reboot to complete
|
2016-04-13 12:38:37 -04:00 |
Christopher Young
|
ce1617af93
|
Remove further remnants of replay logging.
|
2016-03-26 17:24:08 -04:00 |
Christopher Young
|
b8c17e0460
|
Checking for specific hardware builds.
|
2016-03-22 11:43:00 -04:00 |
Christopher Young
|
4e452956dc
|
Typos.
|
2016-03-10 15:03:38 -05:00 |
Christopher Young
|
66c29aa9a6
|
RO Partition rebuild from WebUI.
|
2016-03-10 14:57:54 -05:00 |
Christopher Young
|
796d0a2632
|
/view_logs page.
Fixes #232.
|
2016-03-07 23:51:53 -05:00 |
Christopher Young
|
1308e74587
|
Roll back webserver, use Go as webserver.
|
2016-03-07 21:33:28 -05:00 |
Christopher Young
|
bcf7bbb053
|
Roll back webserver, use Go as webserver.
|
2016-03-07 21:29:35 -05:00 |
Christopher Young
|
d1d00d5bfb
|
Cleanup.
|
2016-03-07 20:14:44 -05:00 |
cyoung
|
e1a41f773f
|
Merge pull request #266 from cyoung/separate_httpd
use standalone httpd service / move stratux services to port 8080
|
2016-03-07 19:20:28 -05:00 |
AvSquirrel
|
1a5172e596
|
Tower signal strength, other bug fixes
|
2016-02-27 08:35:17 +00:00 |
bradanlane
|
36393d859b
|
use standalone httpd service / move stratux services to port 8080
|
2016-02-18 14:37:10 -05:00 |
Christopher Young
|
02bf2251d8
|
Rough update process - startup script looks for update file, executes it, reboots.
|
2016-02-15 17:48:33 -05:00 |
Christopher Young
|
f63f70d1d2
|
Remove "setNoCache()" from default web file get.
Cache manifest takes care of cache control now.
|
2016-02-15 17:13:22 -05:00 |
Christopher Young
|
8931d7d55b
|
Update uploader in "settings" on web interface.
#157.
|
2016-02-15 17:10:51 -05:00 |
Christopher Young
|
1f6c58350e
|
PowerSave switch revert.
|
2016-01-26 01:03:26 -05:00 |
Christopher Young
|
f5bed44086
|
Powersave switch.
|
2016-01-22 22:39:09 -05:00 |
Christopher Young
|
e0dde8d5de
|
Add /getClients for debugging.
|
2016-01-19 09:50:02 -05:00 |
Christopher Young
|
8f8bd363a2
|
Comments.
|
2016-01-19 08:39:46 -05:00 |
Christopher Young
|
4f56a4c7b3
|
Set "no cache" on all served pages.
Fixes #164.
|
2015-12-27 13:11:55 -05:00 |
Brad Ward
|
1c9a3a2ce2
|
Removed local constants in favor of using syscalls already defined exported constants
|
2015-12-20 00:56:36 +00:00 |
Brad Ward
|
3089cd5a3f
|
Shutdown/Reboot
Added methods to shutdown and reboot the pi via syscalls
|
2015-12-19 15:18:00 -06:00 |
Christopher Young
|
9f5cf89705
|
Add /situation WS with 100ms update.
|
2015-12-01 19:23:35 -05:00 |
bradanlane
|
0324cc4b1f
|
created new towers details page but its commented out of the WebUI; simple active tower count is added to primary status page; created status web servcie for cases wehre a single instance is needed
|
2015-10-27 10:55:18 -04:00 |
Christopher Young
|
2aa4378157
|
Fixed potential race condition.
|
2015-10-18 21:59:23 -04:00 |
Christopher Young
|
8769ced73e
|
Error checking on OwnshipModeS.
|
2015-10-10 16:02:12 -04:00 |
cyoung
|
a58fc63efb
|
Merge pull request #73 from cyoung/ownship
add OwnshipModeS to UI; tweaked Settings field validation
|
2015-10-09 12:13:32 -04:00 |
Christopher Young
|
a2a7b11494
|
Redo weather/traffic websocket updates (#74).
|
2015-10-07 20:24:56 -04:00 |
bradanlane
|
30abcb82ee
|
add OwnshipModeS to UI and maintain consistent format for storage; also tweaked 'settings' page field validation
|
2015-10-06 18:31:20 -04:00 |
Christopher Young
|
bdb680eaaa
|
Replay log on/off while running.
|
2015-10-04 18:50:21 -04:00 |
bradanlane
|
a1502307aa
|
new 'weather' page which uses new 'WatchList' setting
|
2015-10-04 13:50:51 -04:00 |
bradanlane
|
45215e258b
|
traffic page complete; includes context sensitive help; does not include trafic fource indication
|
2015-10-01 17:19:28 -04:00 |
Christopher Young
|
94876edd40
|
/traffic websocket - stream traffic updates (1090ES and UAT) as received.
|
2015-09-30 13:14:48 -04:00 |
Christopher Young
|
2bf466a1c8
|
/weather websocket - stream UAT text updates as received.
|
2015-09-30 12:50:23 -04:00 |
Christopher Young
|
8f5c33f6b1
|
Rename /control to /status (websocket system status stream).
|
2015-09-30 12:39:45 -04:00 |
Christopher Young
|
ae37369b28
|
Implement ModeS for ownship.
|
2015-09-30 11:52:13 -04:00 |
Christopher Young
|
205984ce09
|
Consolidating websocket functions.
|
2015-09-30 10:51:41 -04:00 |
Christopher Young
|
ee88b93393
|
Cleanup.
|
2015-09-30 10:30:28 -04:00 |
Christopher Young
|
797f71a4da
|
gofmt
|
2015-09-30 10:22:27 -04:00 |
bradanlane
|
3606432f30
|
REST services getter/setter for settings completed without debug output
|
2015-09-28 14:15:41 -04:00 |
bradanlane
|
9339fb21ed
|
REST services getter/setter for settings completed without debug output
|
2015-09-28 14:14:32 -04:00 |
bradanlane
|
ef2b67a891
|
REST services getter/setter for settings completed
|
2015-09-28 14:08:05 -04:00 |
bradanlane
|
e3477e8669
|
added AJAX getSettings and stub for setSettings
|
2015-09-26 17:16:40 -04:00 |
Christopher Young
|
0dc32f23e1
|
/getTowers.
#59
|
2015-09-24 17:18:21 -04:00 |