Commit Graph

  • 499cbcbbc5 Setupmode modes! ollo 2016-06-19 17:48:39 +0200
  • 1dc2530d38 Moved the custom dofile-logic into the init fmodule ollo 2016-06-19 17:04:30 +0200
  • d9f8d04f55 Extracted the webpage into a seperate file ollo 2016-06-19 16:33:02 +0200
  • d25d3d55a7 More local variables; ~ 2k more RAM ollo 2016-06-19 15:57:57 +0200
  • 1c0b5883b9 Work more with even less memory! what a terrible world :-/ ollo 2016-06-19 00:50:18 +0200
  • 27ca03878c Timezone calculation ony once ollo 2016-06-19 00:34:30 +0200
  • 7140717696 Added time synchronization again ollo 2016-06-19 00:30:09 +0200
  • 6874d1545b The code is compiled ollo 2016-06-19 00:08:21 +0200
  • 58eed3bef5 cleanup ollo 2016-06-18 23:20:24 +0200
  • 4a97dbe0ca So so so! Clean code ollo 2016-06-18 23:19:39 +0200
  • fc8ddab368 Webserver is included into the autostart ollo 2016-06-18 19:46:23 +0200
  • 3e5327447b Integrated the configuration generation ollo 2016-06-18 19:35:22 +0200
  • bab4c89d7b Added Boot snake ollo 2016-06-18 19:12:31 +0200
  • 07852a6f25 Added Firmware from https://github.com/C3MA/ws2812-clock ollo 2016-06-18 19:11:52 +0200
  • c19d33d24f Color can be set externally ollo 2016-06-18 17:07:49 +0200
  • 16b9675a4b Moved logic into seperate file ollo 2016-06-15 21:24:40 +0200
  • 0c8ab7155f LEDs are controlled ollo 2016-06-07 23:30:13 +0200
  • b252453f1e Extracted LED generation into seperate function ollo 2016-05-22 15:31:43 +0200
  • 309641c023 Merge branch 'master' of https://github.com/0110/Wordclock ollo 2016-05-18 23:06:24 +0200
  • 61c97d7a20 When minute4 is reached, all LEDs are set to zero ollo 2016-05-18 23:06:19 +0200
  • 67434714ee Integrated wordclock into main ollo 2016-05-18 22:50:56 +0200
  • 53477902c2 Removed unused stuff C3MA 2016-05-18 22:25:22 +0200
  • c431d93895 NTP integrated ollo 2016-05-16 13:54:42 +0200
  • 1c7f3156ad Prepared main module ollo 2016-05-16 11:15:48 +0200
  • 2c652c68dc Exclude the new testscript, as it is always generated with the same test values and must not stored therefore ntp ollo 2016-05-15 23:00:18 +0200
  • 1f73de74d2 Updated code after executing new testscript ollo 2016-05-15 22:59:17 +0200
  • 8c81a73af9 New test script to generate all minutes and seconds for the last week in March and October ollo 2016-05-15 22:58:10 +0200
  • 20171cfc48 Cleanup started ollo 2016-05-15 18:16:52 +0200
  • 4de0b20d37 Added new function returing the current time for a given timezone also handling the summer and winter time ollo 2016-05-15 17:31:22 +0200
  • 27dcb5e2fb Removed no longer used functions ollo 2016-05-15 17:29:00 +0200
  • 591f0f496a Refactoring the summer time function needs an struct as parameter instead of each time variable on its own ollo 2016-05-15 17:27:24 +0200
  • 7df7c53159 The function getUTCtime returns a struct'time' instead of all values seperatly ollo 2016-05-15 16:37:55 +0200
  • b441e62a4d Successfully tested unixtimestamp to UTC time convertion ollo 2016-05-15 16:21:16 +0200
  • 34e3f1a78e Renamed test for wordclock ollo 2016-05-15 16:16:45 +0200
  • 6f77b7fa0a Tweaked some user output ollo 2016-05-15 16:06:09 +0200
  • b1f70fdc9f Added some documentation for this folder; Updated the tests up to 2020 (testTimes.lua) to the new interface for summer and winter time calculation ollo 2016-05-15 16:05:43 +0200
  • 7dabbb241c Added some comments for doxygen ollo 2016-05-15 15:46:00 +0200
  • 8bb594d190 Refactored summer-time calcuating function. Now, only the state summertime or wintertime is returned ollo 2016-05-15 15:44:19 +0200
  • 4793f3fe0e Removed unused code ollo 2016-05-14 23:35:59 +0200
  • 3deaea6709 Fixed leap time calculation; tested unixtimestamp convertion for the years 2016 to 2020 ollo 2016-05-14 23:28:20 +0200
  • 2dccb0e09a Integrated unixtime to year, month, day, hour, minute, second, dayofweek convertion into the timecore module ollo 2016-05-14 12:25:55 +0200
  • 20d367005d Moved around the firmware ollo 2016-05-14 12:14:48 +0200
  • 4d661aaff4 Added month and day calculation ollo 2016-05-14 00:22:47 +0200
  • c109fe41f8 NTP test ollo 2016-05-04 23:23:49 +0200
  • a822ad20a9 New Operating system with SNTP integrated ollo 2016-05-02 17:27:01 +0200
  • 1fe0a2b80c Minute 1 to 4 are also correctly set, next to the displayed logic ollo 2016-04-20 17:51:28 +0200
  • bf3304cc38 Merge branch 'master' of https://github.com/0110/Wordclock ollo 2016-04-20 17:41:41 +0200
  • 9f79147c78 Included some units tests C3MA 2016-04-19 20:56:45 +0200
  • 0b124d559a Included the Wordclock logic C3MA 2016-04-19 18:25:41 +0200
  • a56817c018 Typo fixed ollo 2016-04-17 16:21:01 +0200
  • 58f8779cd1 All summer and winter time is correctly generated. (Tested up to 2100) ollo 2016-04-17 16:16:17 +0200
  • f6c675aae7 We need each hour at least once, not the first 24 minutes ollo 2016-04-17 16:07:51 +0200
  • 69245dcb5b Renamed LUA script ollo 2016-04-17 15:53:16 +0200
  • eccd23951a Generate until year 2100 ollo 2016-04-17 15:50:52 +0200
  • cf93603efc Script generates LUA file that can be executed ollo 2016-04-17 15:37:25 +0200
  • 81c3dabd79 updated dependency ollo 2016-04-12 21:11:50 +0200
  • 6c6b5ddae8 Removed software to run on the host into the unit folder ollo 2016-04-12 21:11:11 +0200
  • 0c57c73de3 Removed software to run on the host into the unit folder ollo 2016-04-12 21:10:52 +0200
  • 46b518f284 All summer and winter time is correctly generated up to dezember 2020 ollo 2016-04-12 21:05:53 +0200
  • e2af5ba8f5 All Tests are finished ollo 2016-04-12 21:02:56 +0200
  • dc95893249 Unit testing prepared ollo 2016-04-12 20:38:35 +0200
  • 7f77626c48 Extracted time convertion into seperate file ollo 2016-04-12 19:42:35 +0200
  • 57b96b3142 Timezone convertion started ollo 2016-04-12 19:16:47 +0200
  • 09068c5985 Removed the old project name ollo 2016-04-12 18:24:21 +0200
  • 388c56f049 Source added ollo 2016-04-12 18:21:56 +0200
  • f092c2ea09 Time is checked each minute ollo 2016-04-12 18:16:16 +0200
  • 7e999fc4bd Time retrieving worked ollo 2016-04-12 18:12:26 +0200
  • fc46b11390 First test of word displaying functionality ollo 2016-04-12 18:07:25 +0200