Callum [Mon, 28 Oct 2013 14:58:26 +0000 (22:58 +0800)]
Merge remote-tracking branch 'upstream/master' into dilatometer
Callum [Mon, 28 Oct 2013 14:20:16 +0000 (22:20 +0800)]
comment
Jeremy Tan [Mon, 28 Oct 2013 14:15:13 +0000 (22:15 +0800)]
Add in change password
Jeremy Tan [Mon, 28 Oct 2013 14:04:25 +0000 (22:04 +0800)]
use post for login. how did this get lost?
Jeremy Tan [Mon, 28 Oct 2013 13:38:48 +0000 (21:38 +0800)]
Fix some minor compiler issues
Callum [Mon, 28 Oct 2013 13:35:53 +0000 (21:35 +0800)]
edited dilatometer
Jeremy Tan [Mon, 28 Oct 2013 13:21:47 +0000 (21:21 +0800)]
Merge branch 'users'
Conflicts:
server/parameters
Resolved to users branch
Jeremy Tan [Mon, 28 Oct 2013 13:12:38 +0000 (21:12 +0800)]
Fix link on login page
Jeremy Tan [Mon, 28 Oct 2013 13:10:41 +0000 (21:10 +0800)]
remove own static stuff. use what's in place
Jeremy Tan [Mon, 28 Oct 2013 13:03:55 +0000 (21:03 +0800)]
remove old stuff
Jeremy Tan [Mon, 28 Oct 2013 12:59:13 +0000 (20:59 +0800)]
Nicen the rego form and add back the change password form
Sam Moore [Mon, 28 Oct 2013 07:48:35 +0000 (15:48 +0800)]
Merge branch 'master' of github:szmoore/MCTX3420 into report
Conflicts:
server/fastcgi.c
server/parameters
Also... calibrated sensors
Sam Moore [Sun, 27 Oct 2013 17:00:07 +0000 (01:00 +0800)]
Automatic commit of irc logs
Jeremy Tan [Sun, 27 Oct 2013 15:19:06 +0000 (23:19 +0800)]
segment the admin gui
it has been segmented
fact:
usercake encourages spaghetti code
awfhauiwfauiwfauwblaaargh
may have to add back:
stuff
mailing won't work without an mta.
running postfix on the bbb...
Sam Moore [Sun, 27 Oct 2013 08:39:59 +0000 (16:39 +0800)]
Work on report
Blergh
Jeremy Tan [Sun, 27 Oct 2013 07:47:35 +0000 (15:47 +0800)]
Merge branch 'master' of https://github.com/szmoore/MCTX3420
Jeremy Tan [Sun, 27 Oct 2013 07:45:46 +0000 (15:45 +0800)]
Disallow control codes in urldecode
Sam Moore [Sat, 26 Oct 2013 17:00:10 +0000 (01:00 +0800)]
Automatic commit of irc logs
Callum [Sat, 26 Oct 2013 07:27:13 +0000 (00:27 -0700)]
Merge pull request #67 from Callum-/master
Added some more tests
Callum [Sat, 26 Oct 2013 07:25:22 +0000 (15:25 +0800)]
Added some more tests
Callum [Sat, 26 Oct 2013 07:15:58 +0000 (00:15 -0700)]
Merge pull request #66 from Callum-/master
More camera Stuff
Callum [Sat, 26 Oct 2013 07:13:14 +0000 (15:13 +0800)]
added original image
Callum [Sat, 26 Oct 2013 07:08:54 +0000 (15:08 +0800)]
testing images, with line imposed
Callum [Sat, 26 Oct 2013 06:59:22 +0000 (14:59 +0800)]
renamed functions to microscope, redid Read fnctn
Jeremy Tan [Sat, 26 Oct 2013 04:46:20 +0000 (12:46 +0800)]
Minor changes
Jeremy Tan [Sat, 26 Oct 2013 04:02:20 +0000 (12:02 +0800)]
Add links to the relevant help page for SBD
Jeremy Tan [Sat, 26 Oct 2013 03:55:58 +0000 (11:55 +0800)]
Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
Jeremy Tan [Sat, 26 Oct 2013 03:55:26 +0000 (11:55 +0800)]
Update the block diagram
Jeremy Tan [Sat, 26 Oct 2013 01:39:56 +0000 (09:39 +0800)]
Merge branch 'master' of https://github.com/szmoore/MCTX3420 into users
Conflicts:
server/fastcgi.c
server/parameters
Sam Moore [Fri, 25 Oct 2013 17:00:06 +0000 (01:00 +0800)]
Automatic commit of irc logs
Jeremy Tan [Fri, 25 Oct 2013 12:51:19 +0000 (20:51 +0800)]
Merge branch 'users' of https://github.com/szmoore/MCTX3420 into users
Jeremy Tan [Mon, 21 Oct 2013 04:22:50 +0000 (12:22 +0800)]
modified version to get control key
Jeremy Tan [Mon, 21 Oct 2013 03:26:55 +0000 (11:26 +0800)]
manual merge of fastcgi.c
Sam Moore [Sun, 20 Oct 2013 14:00:14 +0000 (22:00 +0800)]
Add gmail chat log
We should just keep using IRC :P
Sam Moore [Sun, 20 Oct 2013 13:35:12 +0000 (21:35 +0800)]
Begin modifying UserCake
Create admin upload page for uploading / purging users. Incomplete.
Note that this page needs to be secured somehow.
Realised that we probably need to add the UserCake install scripts as well, so we can
customise the database and other things when it is installed.
Modified something in the server too apparently.
I love it when I forget what I actually did...
Sam Moore [Sun, 20 Oct 2013 08:36:01 +0000 (16:36 +0800)]
Modify FastCGI server to use MySQL for auth
Made some general improvements to Login_Handler and how the "auth_uri" is dealt with.
Called strsep, but it's not (that) evil since it doesn't do anything I wouldn't have done with boilerplate anyway.
MySQL for auth tested and appears to work. Using SHA6 instead of md5 (!) hashes.
Sam Moore [Sun, 20 Oct 2013 05:02:54 +0000 (13:02 +0800)]
Add UserCake
We might be able to build on this to make a user management system.
UserCake Version: 2.0.2
http://usercake.com
This commit includes the original UserCake source.
Many files will need to be removed and/or rewritten.
UserCake uses MySQL for storing user information.
There is a C API for interfacing with MySQL. Hopefully that will work.
Jeremy Tan [Fri, 25 Oct 2013 12:39:20 +0000 (20:39 +0800)]
more reporting
Sam Moore [Thu, 24 Oct 2013 17:00:07 +0000 (01:00 +0800)]
Automatic commit of irc logs
Jeremy Tan [Thu, 24 Oct 2013 14:44:48 +0000 (22:44 +0800)]
More updates to report
Jeremy Tan [Thu, 24 Oct 2013 11:53:01 +0000 (04:53 -0700)]
Merge pull request #65 from jtanx/master
Add POST handling and properly URL Decode GET/POST requests
Jeremy Tan [Thu, 24 Oct 2013 11:50:50 +0000 (19:50 +0800)]
fix some gui stuff
Jeremy Tan [Thu, 24 Oct 2013 11:37:32 +0000 (19:37 +0800)]
Only use POST for login, and only if the GET string is empty
Fix 'friendly name' too.
Jeremy Tan [Thu, 24 Oct 2013 11:17:51 +0000 (19:17 +0800)]
Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
Jeremy Tan [Thu, 24 Oct 2013 11:17:27 +0000 (19:17 +0800)]
Add POST handling and URLDecode POST/GET request data. Switch Login to use POST instead of GET.
Hopefully this doesn't introduce any new bugs.
Sam Moore [Thu, 24 Oct 2013 09:51:07 +0000 (02:51 -0700)]
Merge pull request #64 from justinjessada/master
Modified data page and added some report stuff
Jeremy Tan [Thu, 24 Oct 2013 06:12:43 +0000 (14:12 +0800)]
Work on report
Sam Moore [Wed, 23 Oct 2013 17:00:07 +0000 (01:00 +0800)]
Automatic commit of irc logs
Justin Kruger [Wed, 23 Oct 2013 16:52:04 +0000 (00:52 +0800)]
Modified data page and added some report stuff
Jeremy Tan [Wed, 23 Oct 2013 14:42:57 +0000 (22:42 +0800)]
Fix button disable bug
Jeremy Tan [Wed, 23 Oct 2013 14:29:36 +0000 (22:29 +0800)]
Writeup stuff. blah blah blah
Jeremy Tan [Wed, 23 Oct 2013 12:56:47 +0000 (20:56 +0800)]
Add in live values data page + minor gui fixes
Jeremy Tan [Wed, 23 Oct 2013 12:54:22 +0000 (20:54 +0800)]
temp
Jeremy Tan [Wed, 23 Oct 2013 11:38:02 +0000 (19:38 +0800)]
fix gitignore
Jeremy Tan [Wed, 23 Oct 2013 08:13:51 +0000 (16:13 +0800)]
Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
Conflicts:
server/actuators/pregulator.c
server/sensors/strain.c
testing/MCTXWeb/public_html/control.html
testing/MCTXWeb/public_html/static/mctx.control.js
Jeremy Tan [Wed, 23 Oct 2013 08:12:04 +0000 (16:12 +0800)]
stuff
Jeremy Tan [Wed, 23 Oct 2013 02:43:41 +0000 (10:43 +0800)]
ypo typo
Jeremy Tan [Wed, 23 Oct 2013 02:38:12 +0000 (10:38 +0800)]
fixes
Jeremy Tan [Wed, 23 Oct 2013 02:34:02 +0000 (10:34 +0800)]
minor mod
Jeremy Tan [Tue, 22 Oct 2013 14:12:32 +0000 (22:12 +0800)]
Experiment with unblurring the captured image
Jeremy Tan [Tue, 22 Oct 2013 13:45:25 +0000 (21:45 +0800)]
Add legend + save image works better
Sam Moore [Tue, 22 Oct 2013 13:36:53 +0000 (21:36 +0800)]
Merge branch 'report' of github:szmoore/MCTX3420 into report
Sam Moore [Tue, 22 Oct 2013 13:36:02 +0000 (21:36 +0800)]
Work on report
Add actuator/sensor thread flow charts.
Add results of thread performance test (best case) of Python and C
Jeremy Tan [Tue, 22 Oct 2013 11:47:30 +0000 (19:47 +0800)]
Ignore static libs
Jeremy Tan [Tue, 22 Oct 2013 11:45:12 +0000 (19:45 +0800)]
Add samplerate control to control page
Jeremy Tan [Tue, 22 Oct 2013 11:41:18 +0000 (19:41 +0800)]
mf
Jeremy Tan [Tue, 22 Oct 2013 11:18:03 +0000 (04:18 -0700)]
Merge pull request #63 from jtanx/report
Start report (server/client comms)
Jeremy Tan [Tue, 22 Oct 2013 10:07:07 +0000 (18:07 +0800)]
Start report (server/client comms)
Sam Moore [Tue, 22 Oct 2013 06:28:12 +0000 (14:28 +0800)]
Add chapters and draft outline
Sam Moore [Tue, 22 Oct 2013 05:54:39 +0000 (13:54 +0800)]
Add sensor thread flow chart
Sam Moore [Tue, 22 Oct 2013 03:52:30 +0000 (11:52 +0800)]
Add README's to empty subdirectories
Sam Moore [Tue, 22 Oct 2013 03:50:18 +0000 (11:50 +0800)]
Create Report Template
Sam Moore [Mon, 21 Oct 2013 17:00:08 +0000 (01:00 +0800)]
Automatic commit of irc logs
Sam Moore [Mon, 21 Oct 2013 09:36:46 +0000 (17:36 +0800)]
Fix everything
Jeremy helped*
* He did most of it.
Sam Moore [Tue, 22 Oct 2013 17:00:08 +0000 (01:00 +0800)]
Automatic commit of irc logs
firefields [Mon, 21 Oct 2013 06:54:49 +0000 (23:54 -0700)]
Merge pull request #62 from firefields/master
Added new GUI with refreshing interface.
firefields [Mon, 21 Oct 2013 06:48:50 +0000 (14:48 +0800)]
Added new GUI with refreshing interface.
Jeremy Tan [Mon, 21 Oct 2013 04:23:32 +0000 (21:23 -0700)]
Merge pull request #61 from jtanx/master
modified version to get control key
Jeremy Tan [Mon, 21 Oct 2013 04:22:50 +0000 (12:22 +0800)]
modified version to get control key
Jeremy Tan [Mon, 21 Oct 2013 03:26:55 +0000 (11:26 +0800)]
manual merge of fastcgi.c
Jeremy Tan [Mon, 21 Oct 2013 03:18:53 +0000 (11:18 +0800)]
Merge branch 'master' into users
Conflicts:
server/fastcgi.c
Sam Moore [Sun, 20 Oct 2013 17:00:06 +0000 (01:00 +0800)]
Automatic commit of irc logs
Jeremy Tan [Sun, 20 Oct 2013 14:19:11 +0000 (22:19 +0800)]
Switch to named cookies (mctxkey)
Sam Moore [Sun, 20 Oct 2013 14:00:14 +0000 (22:00 +0800)]
Add gmail chat log
We should just keep using IRC :P
Sam Moore [Sun, 20 Oct 2013 13:35:12 +0000 (21:35 +0800)]
Begin modifying UserCake
Create admin upload page for uploading / purging users. Incomplete.
Note that this page needs to be secured somehow.
Realised that we probably need to add the UserCake install scripts as well, so we can
customise the database and other things when it is installed.
Modified something in the server too apparently.
I love it when I forget what I actually did...
Callum [Sun, 20 Oct 2013 10:16:52 +0000 (03:16 -0700)]
Merge pull request #60 from Callum-/master
updated dilatometer
Callum [Sun, 20 Oct 2013 10:14:41 +0000 (18:14 +0800)]
added canny edge
Sam Moore [Sun, 20 Oct 2013 08:36:01 +0000 (16:36 +0800)]
Modify FastCGI server to use MySQL for auth
Made some general improvements to Login_Handler and how the "auth_uri" is dealt with.
Called strsep, but it's not (that) evil since it doesn't do anything I wouldn't have done with boilerplate anyway.
MySQL for auth tested and appears to work. Using SHA6 instead of md5 (!) hashes.
Callum [Sun, 20 Oct 2013 08:00:44 +0000 (16:00 +0800)]
Merge remote-tracking branch 'upstream/master'
Sam Moore [Sun, 20 Oct 2013 05:02:54 +0000 (13:02 +0800)]
Add UserCake
We might be able to build on this to make a user management system.
UserCake Version: 2.0.2
http://usercake.com
This commit includes the original UserCake source.
Many files will need to be removed and/or rewritten.
UserCake uses MySQL for storing user information.
There is a C API for interfacing with MySQL. Hopefully that will work.
Sam Moore [Sat, 19 Oct 2013 17:00:07 +0000 (01:00 +0800)]
Automatic commit of irc logs
Sam Moore [Sat, 19 Oct 2013 15:46:08 +0000 (23:46 +0800)]
Fix sensor header
Added averaging to sensors but forgot to commit sensor.h
Got overwritten in previous merge.
Sam Moore [Sat, 19 Oct 2013 15:40:22 +0000 (23:40 +0800)]
Merge branch 'master' of github:szmoore/MCTX3420
Conflicts:
server/control.c
Sam Moore [Sat, 19 Oct 2013 15:35:36 +0000 (23:35 +0800)]
Add define for compiling under RTLinux
Tested on amd64; doesn't really improve sampling consistency over vanilla.
But whatever.
Jeremy Tan [Sat, 19 Oct 2013 14:54:04 +0000 (07:54 -0700)]
Merge pull request #59 from jtanx/master
Control updates and stuff
Jeremy Tan [Sat, 19 Oct 2013 14:50:26 +0000 (22:50 +0800)]
Somewhat done control page
Todo: Add in values for sensors
One problem is that we don't distinguish between the
whole 'strain' vs 'explode' experiment, and you can
pretty much set the pressure to whatever you like.
That should probably be changed??
Blegh javascript.
Jeremy Tan [Sat, 19 Oct 2013 13:19:00 +0000 (21:19 +0800)]
Fix another graph bug + some more work on control page
Jeremy Tan [Sat, 19 Oct 2013 07:49:08 +0000 (15:49 +0800)]
add back check
Jeremy Tan [Sat, 19 Oct 2013 07:45:30 +0000 (15:45 +0800)]
Use experiment folders instead of chdir
Sam Moore [Sat, 19 Oct 2013 07:30:11 +0000 (15:30 +0800)]
Increase precision of timestamps
Since we have nanosecond resolution. Theoretically.
UCC git Repository :: git.ucc.asn.au