iotcloud.git
5 years agoDeleting a bin file and adding pictures for wiring sensors. core
rtrimana [Thu, 21 Mar 2019 22:56:36 +0000 (15:56 -0700)]
Deleting a bin file and adding pictures for wiring sensors.

5 years agoCompacting files.
rtrimana [Thu, 21 Mar 2019 21:50:30 +0000 (14:50 -0700)]
Compacting files.

5 years agoUpdating README for server.
rtrimana [Thu, 21 Mar 2019 21:48:21 +0000 (14:48 -0700)]
Updating README for server.

5 years agoGenerating IV for every slot.
rtrimana [Fri, 18 May 2018 00:00:53 +0000 (17:00 -0700)]
Generating IV for every slot.

5 years agoGenerating IV from random numbers and not from machine ID and local sequence number.
rtrimana [Thu, 17 May 2018 06:04:21 +0000 (23:04 -0700)]
Generating IV from random numbers and not from machine ID and local sequence number.

5 years agoAdding test files to test changes.
rtrimana [Thu, 17 May 2018 04:52:42 +0000 (21:52 -0700)]
Adding test files to test changes.

5 years agoGenerating IV from SecureRandom random numbers.
rtrimana [Thu, 17 May 2018 04:51:04 +0000 (21:51 -0700)]
Generating IV from SecureRandom random numbers.

5 years agoChecking in new files for phone app and testing local control/communication.
rtrimana [Wed, 16 May 2018 18:49:43 +0000 (11:49 -0700)]
Checking in new files for phone app and testing local control/communication.

5 years agoDeleting and going to shrink down Control-2bulbs/
rtrimana [Mon, 14 May 2018 19:01:14 +0000 (12:01 -0700)]
Deleting and going to shrink down Control-2bulbs/

5 years agoUpdating files for the bug fix (sequence number starts from 1, not 0); adding a local...
rtrimana [Mon, 14 May 2018 18:57:11 +0000 (11:57 -0700)]
Updating files for the bug fix (sequence number starts from 1, not 0); adding a local program to test local communication.

5 years agoMerge branch 'core' of ssh://plrg.eecs.uci.edu/home/git/iotcloud into core
rtrimana [Sat, 12 May 2018 21:07:00 +0000 (14:07 -0700)]
Merge branch 'core' of ssh://plrg.eecs.uci.edu/home/git/iotcloud into core

5 years agobug fix ported
bdemsky [Sat, 12 May 2018 20:35:16 +0000 (13:35 -0700)]
bug fix ported

5 years agoTweaked phone app for testbed experiment; tweaked testbed files
rtrimana [Sat, 12 May 2018 05:00:19 +0000 (22:00 -0700)]
Tweaked phone app for testbed experiment; tweaked testbed files

5 years agoTweaked phone app for testbed experiment; tweaked testbed files
rtrimana [Sat, 12 May 2018 05:00:19 +0000 (22:00 -0700)]
Tweaked phone app for testbed experiment; tweaked testbed files

5 years agoCompleting firmware for the temperature/humidity, IR, and magnetic sensors for both...
rtrimana [Fri, 11 May 2018 16:25:06 +0000 (09:25 -0700)]
Completing firmware for the temperature/humidity, IR, and magnetic sensors for both Particle and Fidelius clouds.

5 years agoAdding magnetic sensor controller for Particle cloud (PHOTON).
rtrimana [Fri, 11 May 2018 00:40:08 +0000 (17:40 -0700)]
Adding magnetic sensor controller for Particle cloud (PHOTON).

5 years agoCompleting IR-sensor and Temp sensor for Particle cloud---adding time indication...
rtrimana [Thu, 10 May 2018 23:19:46 +0000 (16:19 -0700)]
Completing IR-sensor and Temp sensor for Particle cloud---adding time indication for motion detection.

5 years agoTesting different functions.
rtrimana [Thu, 10 May 2018 21:18:38 +0000 (14:18 -0700)]
Testing different functions.

5 years agoAdding IR-sensor for our testbed (both Particle and Fidelius clouds).
rtrimana [Wed, 9 May 2018 23:22:25 +0000 (16:22 -0700)]
Adding IR-sensor for our testbed (both Particle and Fidelius clouds).

5 years agoMoving RPi folder.
rtrimana [Wed, 9 May 2018 17:19:33 +0000 (10:19 -0700)]
Moving RPi folder.

5 years agoCompleting Lifx driver that uses Particle cloud; Particle phone app provides a nice...
rtrimana [Wed, 9 May 2018 16:51:49 +0000 (09:51 -0700)]
Completing Lifx driver that uses Particle cloud; Particle phone app provides a nice interface to control the bulbs from a smartphone (and the website interface is avaiable as well).

5 years agoInitial version of Lifx lightbulb controller in C++ for Fidelius
rtrimana [Wed, 9 May 2018 02:04:01 +0000 (19:04 -0700)]
Initial version of Lifx lightbulb controller in C++ for Fidelius

5 years agoPublishing sensor values on PHOTON cloud instead of using Fidelius---needs more delay...
rtrimana [Tue, 8 May 2018 16:44:04 +0000 (09:44 -0700)]
Publishing sensor values on PHOTON cloud instead of using Fidelius---needs more delay for their cloud.

5 years agoShortening keys and data; changing slot number from 4 to 2 to fit in 8 sensors (16...
rtrimana [Wed, 25 Apr 2018 17:46:30 +0000 (10:46 -0700)]
Shortening keys and data; changing slot number from 4 to 2 to fit in 8 sensors (16 key-value pairs)

6 years agoAdding code to connect just WiFi and not Particle cloud, i.e. Particle.connect().
rtrimana [Tue, 24 Apr 2018 22:34:23 +0000 (15:34 -0700)]
Adding code to connect just WiFi and not Particle cloud, i.e. Particle.connect().

6 years agoWarming-up sensor, turn on WiFi/Particle, read from sensor, send to cloud and sleep...
rtrimana [Mon, 23 Apr 2018 17:24:37 +0000 (10:24 -0700)]
Warming-up sensor, turn on WiFi/Particle, read from sensor, send to cloud and sleep again (~3.8s).

6 years agoCalculating and storing password, salt, and key into EEPROM to not repeat this calcul...
rtrimana [Fri, 20 Apr 2018 23:44:25 +0000 (16:44 -0700)]
Calculating and storing password, salt, and key into EEPROM to not repeat this calculation every time PHOTON wakes up.

6 years agoFixing and completing the generic firmware for sensor reading (temperature and humidi...
rtrimana [Tue, 17 Apr 2018 16:43:43 +0000 (09:43 -0700)]
Fixing and completing the generic firmware for sensor reading (temperature and humidity) and storing the values on the cloud; we need to use Init.C in iotcloud/version2/src/C to initialize the table and Read.java (in iotcloud/version2/src/java/simple_test).

6 years agoAdding setup picture that matches the program code in terms of pins and sensor setup.
rtrimana [Mon, 16 Apr 2018 17:02:38 +0000 (10:02 -0700)]
Adding setup picture that matches the program code in terms of pins and sensor setup.

6 years agoPowering up sensor using an I/O pin to turn it off when PHOTON goes into deep sleep.
rtrimana [Mon, 16 Apr 2018 16:09:07 +0000 (09:09 -0700)]
Powering up sensor using an I/O pin to turn it off when PHOTON goes into deep sleep.

6 years agoMaking variable names and types more precise, e.g. machineId instead of deviceKey.
rtrimana [Sat, 14 Apr 2018 00:02:10 +0000 (17:02 -0700)]
Making variable names and types more precise, e.g. machineId instead of deviceKey.

6 years agoAdding DHT22/AM2302 sensor libraries (Arduino and PietteTech) but using Arduino for...
rtrimana [Fri, 13 Apr 2018 23:52:32 +0000 (16:52 -0700)]
Adding DHT22/AM2302 sensor libraries (Arduino and PietteTech) but using Arduino for now (more accurate reading); Sensor-Arduino.ino now works with sensor reading, cloud update, and sleep for 30 seconds before repeating the cycle (specific device key for Table is obtained from device's WiFi MAC for convenience)

6 years agoAdding .ino files for IoTCloud library tests (periodic write and sleep); adding DHT...
rtrimana [Thu, 12 Apr 2018 23:09:16 +0000 (16:09 -0700)]
Adding .ino files for IoTCloud library tests (periodic write and sleep); adding DHT library for humidity/temperature sensor.

6 years agoAdding Serial printouts and completing testcase for one table and two keys.
rtrimana [Wed, 11 Apr 2018 23:01:44 +0000 (16:01 -0700)]
Adding Serial printouts and completing testcase for one table and two keys.

6 years agoModifying Makefile for Particle CLI
rtrimana [Wed, 11 Apr 2018 15:06:37 +0000 (08:06 -0700)]
Modifying Makefile for Particle CLI

6 years agoUpdates
bdemsky [Sat, 7 Apr 2018 17:21:52 +0000 (10:21 -0700)]
Updates

6 years agoMove commit
bdemsky [Sat, 7 Apr 2018 10:09:12 +0000 (03:09 -0700)]
Move commit

6 years agosmall edits
bdemsky [Fri, 6 Apr 2018 18:06:04 +0000 (11:06 -0700)]
small edits

6 years agoedits
bdemsky [Thu, 29 Mar 2018 18:30:17 +0000 (11:30 -0700)]
edits

6 years agoedits
bdemsky [Thu, 29 Mar 2018 18:27:55 +0000 (11:27 -0700)]
edits

6 years agoedits
bdemsky [Thu, 29 Mar 2018 15:28:45 +0000 (08:28 -0700)]
edits

6 years agoedits
bdemsky [Thu, 29 Mar 2018 14:43:21 +0000 (07:43 -0700)]
edits

6 years agocheckpoint
bdemsky [Thu, 29 Mar 2018 14:27:31 +0000 (07:27 -0700)]
checkpoint

6 years agorename files
bdemsky [Thu, 29 Mar 2018 11:36:55 +0000 (04:36 -0700)]
rename files

6 years agoRef counting
bdemsky [Wed, 28 Mar 2018 19:47:55 +0000 (12:47 -0700)]
Ref counting

6 years agoedits
bdemsky [Fri, 16 Mar 2018 16:53:28 +0000 (09:53 -0700)]
edits

6 years agoedits
bdemsky [Fri, 16 Mar 2018 15:08:34 +0000 (08:08 -0700)]
edits

6 years agoedits
bdemsky [Thu, 15 Mar 2018 12:48:41 +0000 (05:48 -0700)]
edits

6 years agoedits
bdemsky [Thu, 15 Mar 2018 11:25:20 +0000 (04:25 -0700)]
edits

6 years agoedits
bdemsky [Tue, 13 Mar 2018 18:57:20 +0000 (11:57 -0700)]
edits

6 years agoedits
bdemsky [Mon, 12 Mar 2018 16:03:25 +0000 (09:03 -0700)]
edits

6 years agoedits
bdemsky [Mon, 12 Mar 2018 10:21:12 +0000 (03:21 -0700)]
edits

6 years agoBug fixes + tabbing
bdemsky [Sun, 11 Mar 2018 12:32:46 +0000 (05:32 -0700)]
Bug fixes + tabbing

6 years agoedits
bdemsky [Thu, 8 Mar 2018 16:33:37 +0000 (08:33 -0800)]
edits

6 years agoedits
bdemsky [Tue, 6 Mar 2018 19:13:56 +0000 (11:13 -0800)]
edits

6 years agocompile errors
bdemsky [Tue, 6 Mar 2018 11:14:15 +0000 (03:14 -0800)]
compile errors

6 years agoAll code written
bdemsky [Mon, 5 Mar 2018 17:33:29 +0000 (09:33 -0800)]
All code written

6 years agoedits
bdemsky [Sat, 3 Mar 2018 11:45:10 +0000 (03:45 -0800)]
edits

6 years agoAdd missing files
bdemsky [Fri, 2 Mar 2018 19:38:44 +0000 (11:38 -0800)]
Add missing files

6 years agobytebuffer
bdemsky [Fri, 2 Mar 2018 19:37:51 +0000 (11:37 -0800)]
bytebuffer

6 years agoedits
bdemsky [Fri, 2 Mar 2018 18:29:06 +0000 (10:29 -0800)]
edits

6 years agoAdd HMAC
bdemsky [Fri, 2 Mar 2018 16:24:33 +0000 (08:24 -0800)]
Add HMAC

6 years agoAdd key generation
bdemsky [Fri, 2 Mar 2018 10:29:56 +0000 (02:29 -0800)]
Add key generation

6 years agoedits
bdemsky [Fri, 2 Mar 2018 09:13:41 +0000 (01:13 -0800)]
edits

6 years agoCrypto code
bdemsky [Fri, 2 Mar 2018 08:59:15 +0000 (00:59 -0800)]
Crypto code

6 years agotabbing
bdemsky [Fri, 2 Mar 2018 08:46:35 +0000 (00:46 -0800)]
tabbing

6 years agoCompiles w/o warnings
bdemsky [Fri, 2 Mar 2018 08:34:53 +0000 (00:34 -0800)]
Compiles w/o warnings

6 years agoCompiles
bdemsky [Fri, 2 Mar 2018 08:33:03 +0000 (00:33 -0800)]
Compiles

6 years agoCompiles
bdemsky [Fri, 2 Mar 2018 08:32:08 +0000 (00:32 -0800)]
Compiles

6 years agoedits
bdemsky [Thu, 1 Mar 2018 19:06:18 +0000 (11:06 -0800)]
edits

6 years agoTable compiles
bdemsky [Thu, 1 Mar 2018 15:25:16 +0000 (07:25 -0800)]
Table compiles

6 years agoedits
bdemsky [Thu, 1 Mar 2018 14:24:34 +0000 (06:24 -0800)]
edits

6 years agoedits
bdemsky [Wed, 28 Feb 2018 16:53:43 +0000 (08:53 -0800)]
edits

6 years agoedits
bdemsky [Fri, 16 Feb 2018 00:09:37 +0000 (16:09 -0800)]
edits

6 years agoedits
bdemsky [Thu, 15 Feb 2018 23:59:57 +0000 (15:59 -0800)]
edits

6 years agoMore edits
bdemsky [Thu, 15 Feb 2018 22:33:31 +0000 (14:33 -0800)]
More edits

6 years agoEdits
bdemsky [Mon, 12 Feb 2018 19:37:26 +0000 (11:37 -0800)]
Edits

6 years agoedits
bdemsky [Sun, 21 Jan 2018 08:41:45 +0000 (00:41 -0800)]
edits

6 years agoedits
bdemsky [Sun, 21 Jan 2018 08:04:30 +0000 (00:04 -0800)]
edits

6 years agoAnother file compiles
bdemsky [Sun, 21 Jan 2018 03:34:57 +0000 (19:34 -0800)]
Another file compiles

6 years agoAnother file
bdemsky [Sat, 20 Jan 2018 22:06:59 +0000 (14:06 -0800)]
Another file

6 years agoedits
bdemsky [Sat, 20 Jan 2018 08:35:47 +0000 (00:35 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 07:50:58 +0000 (23:50 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 07:50:45 +0000 (23:50 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 07:40:24 +0000 (23:40 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 07:20:07 +0000 (23:20 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 07:16:04 +0000 (23:16 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 07:09:51 +0000 (23:09 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 07:01:37 +0000 (23:01 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 06:12:47 +0000 (22:12 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 06:08:50 +0000 (22:08 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 05:48:59 +0000 (21:48 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 05:47:41 +0000 (21:47 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 05:47:23 +0000 (21:47 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 05:23:08 +0000 (21:23 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 03:58:45 +0000 (19:58 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 02:58:32 +0000 (18:58 -0800)]
edits

6 years agoedits
bdemsky [Sat, 20 Jan 2018 00:15:27 +0000 (16:15 -0800)]
edits

6 years agotabbing
bdemsky [Sat, 20 Jan 2018 00:05:01 +0000 (16:05 -0800)]
tabbing

6 years agoedits
bdemsky [Sat, 20 Jan 2018 00:04:11 +0000 (16:04 -0800)]
edits