- 28 Nov, 2017 1 commit
-
-
Dmitry Frank authored
PUBLISHED_FROM=1bfc6e332f56b68eb6155bb729a97a0d8d5a316c
-
- 24 Nov, 2017 1 commit
-
-
Deomid Ryabkov authored
To avoid name clashes. PUBLISHED_FROM=e6ae32ec48f9b599eace7a9214a1863cdc185fd9
-
- 23 Nov, 2017 2 commits
-
-
Бобби authored
PUBLISHED_FROM=b85fe1ee1e7bae4528c1240d8531c410728d0709
-
Deomid Ryabkov authored
2.0 redefined LWIP_VERSION in a way that is no longer compatible with use by preprocessor (boo). also, tcp_pcb.acked is gone, but we only use it for debug, so it doesn't matter. PUBLISHED_FROM=776f90a08bd5024fa8a61dae257af6c60ec6710d
-
- 21 Nov, 2017 1 commit
-
-
Deomid Ryabkov authored
ECDHE is way too slow on ESP8266 w/o cryptochip, this sometimes results in WiFi STA deauths. Disable DHE completely because it's just hopelessly slow. PUBLISHED_FROM=d9c8e95b7d5c992f9e127726c569f187b1e0b453
-
- 09 Nov, 2017 1 commit
-
-
Бобби authored
PUBLISHED_FROM=5bee629477514370f9b670771e786c4f4ddae934
-
- 08 Nov, 2017 1 commit
-
-
Бобби authored
PUBLISHED_FROM=7cde8b374d5e318b5cdd69fc5b4de86b2a9552f5
-
- 31 Oct, 2017 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=c61fa89018f8cef4f798e094acff8d36c72869f2
-
- 30 Oct, 2017 2 commits
-
-
Deomid Ryabkov authored
Make sure topic is properly NUL-terminated. Ignore SUBSCRIBE requests with no topic expressions. PUBLISHED_FROM=a00f39dda44fe63299e971a91a98f8ee57dd2a64
-
Deomid Ryabkov authored
NULL out cgi_nc->user_data so it doesn't touch nc anymore. PUBLISHED_FROM=de2f76981c377d8951fb8e18e8b3d41dbfcf38b1
-
- 24 Oct, 2017 1 commit
-
-
Deomid Ryabkov authored
Must set SSL parameters before invoking sl_Listen PUBLISHED_FROM=9147e7aa945f75e73d5c7cd7987cb5749025a86b
-
- 21 Oct, 2017 1 commit
-
-
Deomid Ryabkov authored
ev_timer_time may remain the same for legit reason, so to prevent looping, instead, reset it before invoking the handler. To let user know what the initial setting was, pass it as the argument instead of current time (which is kind of pointless). PUBLISHED_FROM=fa328009f097f9b49b5b0dd13a38ee6d6e6518de
-
- 19 Oct, 2017 4 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=2cb4449d2f36d59db2b0dc37c46b35de6a461810
-
Sergey Lyubka authored
PUBLISHED_FROM=92f43c7b0a705ff40c4aea07f2ee0627f8e0e4a1
-
Бобби authored
PUBLISHED_FROM=d17e96a97e1621e9788844bcd627c3143d37315c
-
Deomid Ryabkov authored
PUBLISHED_FROM=5202fa46a6a834bde35168ba566d3dce7c48f453
-
- 18 Oct, 2017 2 commits
- 16 Oct, 2017 1 commit
-
-
- 11 Oct, 2017 1 commit
-
-
Dmitry Frank authored
Now apps should use getters and setters instead of accessing struct fields directly, e.g. instead of `get_cfg()->update.timeout` it should be `mgos_sys_config_get_update_timeout()` to get the current value, and `mgos_sys_config_set_update_timeout(123)` to update the value. For now, the config structs are public, but they will be made private soon, so use accessors to keep your code working. PUBLISHED_FROM=f7d582421a8d7e4d1ed50a280f2670d8b62f8d45
-
- 14 Sep, 2017 2 commits
-
-
Deomid Ryabkov authored
Mongoose would report consumed bytes twice if mg_call is invoked recursively (e.g. proto_handler uses mg_call to invoke user's handler). Reporting twice as much recved as was delivered effectively disables LwIP's TCP throttling and causes buffers to grow too big. PUBLISHED_FROM=4ad5cd5db4dd54623bd6de2d50d32ddcc9e2b08a
-
Deomid Ryabkov authored
PUBLISHED_FROM=a34cfa3ebc12daf75d7f24c8d3f3707dcc33d9a2
-
- 13 Sep, 2017 4 commits
-
-
Deomid Ryabkov authored
Mongoose 6.9
-
Deomid Ryabkov authored
PUBLISHED_FROM=9e9047060b688291655ed227d19b7937fa9a147d
-
Sergey Lyubka authored
Mongoose 6.8
-
Deomid Ryabkov authored
PUBLISHED_FROM=082d0bf5e9b06b850382ce502c7f5b4d68a6a328
-
- 12 Sep, 2017 1 commit
-
-
Dmitry Frank authored
Which is a slightly modified version from https://stackoverflow.com/questions/283166/easy-way-to-convert-a-struct-tm-expressed-in-utc-to-time-t-type PUBLISHED_FROM=b73f920ca42c45473c23337782e815306bdf69f1
-
- 07 Sep, 2017 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=4ddfc25af77247fac7e7d04cc0e56d6f3800f87b
-
- 06 Sep, 2017 6 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=7bbe7dd20dca8435c786dca30200a4973ae0827d
-
Deomid Ryabkov authored
PUBLISHED_FROM=07e820f539fa5feca2ad1cf81faca8404b773a65
-
Deomid Ryabkov authored
PUBLISHED_FROM=b7325b38e881455df703b0b628c41931565ccb33
-
Deomid Ryabkov authored
PUBLISHED_FROM=6f2d9849d75ca1ec2b6dade11ccad8d0c5d4b3bd
-
Deomid Ryabkov authored
Add checks on the number of subscribe requests per packet and overall per-session subscription limit. PUBLISHED_FROM=faaf5c50af31a0694c9308a664f2e418dbb0eb18
-
Deomid Ryabkov authored
PUBLISHED_FROM=e16ee57bc30277e5b5684e53da78e69baaf9f779
-
- 01 Sep, 2017 1 commit
-
-
Наше вам с кисточкой authored
PUBLISHED_FROM=263553121b992ec0f66b0275b4e10f4176281812
-
- 31 Aug, 2017 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=5831462c5be0b79afff32130a1f45784f32bc524
-
Deomid Ryabkov authored
PUBLISHED_FROM=db89a45a536f0234d6d5cf740354c0dbeeff1f26
-
- 30 Aug, 2017 3 commits
-
-
Deomid Ryabkov authored
``` Using port /dev/ttyACM0 [Aug 30 19:33:02.105] [Aug 30 19:33:02.114] cc32xx_init c_no_libs 1.0 (20170830-163205/mos8@6587ffd6+) [Aug 30 19:33:02.123] cc32xx_init Mongoose OS 2017083016 (20170830-163205/mos8@6587ffd6+) [Aug 30 19:33:02.130] cc32xx_init RAM: 253588 total, 240044 free [Aug 30 19:33:04.430] cc32xx_start_nwp NWP v3.4.0.0 started, host driver v2.0.1.19 [Aug 30 19:33:04.437] mgos_vfs_dev_open slfs_container ({"prefix": "spiffs.img.0"}) -> 20005a64 [Aug 30 19:33:04.450] cc32xx_vfs_dev_slfs_ 20005a64 spiffs.img.0.0 262144 0xfffffffffffffffe [Aug 30 19:33:04.457] mgos_vfs_mount Mount SPIFFS @ / (dev 20005a64, opts ) -> 20005a74 [Aug 30 19:33:06.102] mgos_vfs_mount /: size 233681, used: 4016, free: 229665 [Aug 30 19:33:06.108] mgos_vfs_mount Mount SLFS @ /slfs (dev 0, opts ) -> 20005ed4 [Aug 30 19:33:06.114] mgos_vfs_mount /slfs: size 0, used: 0, free: 0 [Aug 30 19:33:06.718] mgos_sys_config_init MAC: 04A316459442 [Aug 30 19:33:06.720] mgos_sys_config_init WDT: 30 seconds [Aug 30 19:33:06.724] Hello, world! [Aug 30 19:33:06.728] mgos_init Init done, RAM: 253588 total, 236544 free, 235864 min free ``` PUBLISHED_FROM=7e83c9ddcc642bd324a40e125d6636ece824fb18
-
Deomid Ryabkov authored
For now, we only support SPIFFS-in-a-box, same as CC3200. On CC3200SF it should be possible to have SPIFFS on built-in flash, but that is left for later. PUBLISHED_FROM=dee337c8cd8ed288c22abe9960eef81e6e90cc4a
-
Deomid Ryabkov authored
PUBLISHED_FROM=5e7fcc7bf145aa8e1045e8d627b1c0731bb4341b
-