log

age author description
Mon, 26 Nov 2018 20:36:49 +0100 phantomix 181126PX committing old changes default tip
Wed, 08 Nov 2017 13:29:37 +0100 phantomix 170712PX Further fiddling around. This is a late commit some months after the changes :/
Wed, 07 Jun 2017 21:32:59 +0200 phantomix 170607PX Some more work on the cookie problem. Whole thing runs slow and unreliable.
Wed, 07 Jun 2017 13:50:44 +0200 phantomix 170607PX *untested* Added code for connecting to an existing WLAN, and for storing the "Cookie" header on incoming requests
Sat, 03 Jun 2017 22:37:41 +0200 phantomix 170528PX Played around with cookies, they're still not working...
Sun, 30 Apr 2017 21:05:53 +0200 phantomix 170430PX Added parsing of config.json; fixed json-cstring parsing; added user/pass compare to login
Wed, 26 Apr 2017 18:07:04 +0200 phantomix 170426PX Refactored json parsing to take a length argument; wrote a test for correct length processing of input data
Wed, 19 Apr 2017 16:54:02 +0200 phantomix 170419PX coloring the correct led_mode menu entry / fetched value from basic_control struct
Wed, 19 Apr 2017 01:39:15 +0200 phantomix 170418PX First successful delivery of json combined with Mustache templating.
Mon, 17 Apr 2017 12:25:54 +0200 phantomix 170417PX Played around with JavaScript+JSON, doesn't work with the ESP server yet
Sun, 16 Apr 2017 23:49:17 +0200 phantomix 170416PX Added mimetype support and deliver static index.html from spiffs
Sun, 16 Apr 2017 18:09:23 +0200 phantomix 170416PX Added permission (field access) system to the json generator/parser
Sun, 16 Apr 2017 15:58:08 +0200 phantomix 170416PX Brought json parsing to work (basically).
Sat, 15 Apr 2017 21:28:06 +0200 phantomix 170415PX json parsing (implementation work in progress)
Wed, 12 Apr 2017 17:09:37 +0200 phantomix 170412PX Activated string escaping in JSON generator
Wed, 12 Apr 2017 01:37:16 +0200 phantomix Refactored json api to return error codes instead of 0; bugfixing and code cleanup in progress....
Tue, 11 Apr 2017 00:14:12 +0200 phantomix 170410PX JSON Bugfixing: The ESP8266 crashes, if structs are not aligned properly (e.g. using #pragma pack). We need some "secure copy" mechanism or strict alignment if possible.
Sun, 09 Apr 2017 22:36:07 +0200 phantomix 170409PX Tracking down mpu exception bug (using itoa/utoa on int64_t seems a problem?)
Sun, 09 Apr 2017 15:30:57 +0200 phantomix 170409PX Progress in simple JSON generation, works for uint8. sub-structs could still get a major problem later
Wed, 05 Apr 2017 22:52:18 +0200 phantomix 170405PX first json test, failed. code is in debugging state. Needs rewrite of the 2dimensional array stuff (better use sub-structs for that)
Tue, 04 Apr 2017 23:39:34 +0200 phantomix 170404PX Fixed compilation errors, still the code is unfinished, untested and in raw state.
Sat, 01 Apr 2017 20:14:50 +0200 phantomix 170401PX Some Code cleanup and further development for JSON
Fri, 31 Mar 2017 16:24:57 +0200 phantomix 170331PX More work on JSON (still at the beginning...)
Fri, 31 Mar 2017 00:32:56 +0200 phantomix 170331PX Started implementation of a REST api (JSON)
Sat, 25 Mar 2017 09:01:16 +0100 phantomix 170324PX Single website html with javascript control over login screen, menu, templates
Fri, 24 Mar 2017 18:10:14 +0100 Jan Hollburg 170324PX A basic click event works while using the index.html through a local webserver, loading div1.json and re-evaluating the div1 template
Thu, 23 Mar 2017 17:16:54 +0100 Jan Hollburg 170323PX Added javascript sample code (Mustache for templating Ajax requests)
Sun, 19 Feb 2017 23:35:05 +0100 phantomix 170219PX Refactored code to use SPIFFS. Still ugly because usage of malloc(). Also needs chunked transfer of large files.
Wed, 08 Feb 2017 22:29:29 +0100 phantomix 170208PX First dynamic html output (active led mode is marked), brightness argument works (not offered via html yet)
Wed, 01 Feb 2017 23:12:06 +0100 phantomix 170201PX Fixed wdt reset bug, code cleanup
Sat, 07 Jan 2017 19:15:09 +0100 phantomix 170107PX implemented blaulicht
Mon, 02 Jan 2017 18:33:36 +0100 Jan Hollburg 170102PX Stability / Timing Bugfixing. A wide use of yield() is recommended in places where matrix_flush() is used.
Fri, 30 Dec 2016 02:10:27 +0100 phantomix Some power management / detection. The newly soldered power routing has still some problems, needs capacitors before this code can be tested 100%
Wed, 28 Dec 2016 23:13:36 +0100 phantomix 161228PX Serve a jpg, css; allow led mode selection through http request
Wed, 28 Dec 2016 21:39:06 +0100 phantomix 161228PX strip + wifi basically works. The ESP outputs signals for 6 LEDstrips, displaying numbers 0...5 on the 4x4 matrices.
Wed, 28 Dec 2016 18:25:17 +0100 phantomix 161228PX Soldered led strip signals, still not working code / at least it compiles again :)
Wed, 28 Dec 2016 12:20:14 +0100 phantomix 161228PX wifi is working, neopixel-rework in progress (array of strips, font) non-working
Wed, 14 Dec 2016 18:08:31 +0100 phantomix 161213PX modified the case cover (better transparency through thinner surface)
Tue, 13 Dec 2016 16:50:41 +0100 Jan Hollburg 161213PX Case draft for Smart-Prototyping PCB (LED_4X4, v1.4)
Mon, 12 Dec 2016 16:37:40 +0100 Jan Hollburg 161212PX initial commit. Uses ESP8266-duino board, pin D4, accesses 16 WS2812 LEDs