- Nov 08, 2017
-
-
Бобби authored
PUBLISHED_FROM=7cde8b374d5e318b5cdd69fc5b4de86b2a9552f5
-
- Oct 31, 2017
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=c61fa89018f8cef4f798e094acff8d36c72869f2
-
- Oct 24, 2017
-
-
Deomid Ryabkov authored
Must set SSL parameters before invoking sl_Listen PUBLISHED_FROM=9147e7aa945f75e73d5c7cd7987cb5749025a86b
-
- Oct 19, 2017
-
-
Бобби authored
PUBLISHED_FROM=d17e96a97e1621e9788844bcd627c3143d37315c
-
Deomid Ryabkov authored
PUBLISHED_FROM=5202fa46a6a834bde35168ba566d3dce7c48f453
-
- Oct 18, 2017
-
-
Бобби authored
PUBLISHED_FROM=05d3cca6223c963e7ae89dde3628fa8fad46e6bd
-
- Sep 13, 2017
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=9e9047060b688291655ed227d19b7937fa9a147d
-
Deomid Ryabkov authored
PUBLISHED_FROM=082d0bf5e9b06b850382ce502c7f5b4d68a6a328
-
- Sep 12, 2017
-
-
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
-
- Sep 06, 2017
-
-
Deomid Ryabkov authored
Add checks on the number of subscribe requests per packet and overall per-session subscription limit. PUBLISHED_FROM=faaf5c50af31a0694c9308a664f2e418dbb0eb18
-
- Aug 31, 2017
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=db89a45a536f0234d6d5cf740354c0dbeeff1f26
-
- Aug 30, 2017
-
-
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
-
- Aug 29, 2017
-
-
Deomid Ryabkov authored
Also make CC3200 use newer ARM compiler, generates slightly smaller code. PUBLISHED_FROM=a0be49d7ea864a95886f7110887a59f6f11802d7
-
- Aug 27, 2017
-
-
Dmitry Frank authored
And mgos_conf_check_access_n() PUBLISHED_FROM=c7de937b4f5463ca463d604183a4ee831617bd6d
-
- Aug 26, 2017
-
-
Deomid Ryabkov authored
Achievement unlocked: CC3220 port prints a boot banner. Then locks up. Included in this PR is refactoring to pull out common parts to be shared with CC3200. PUBLISHED_FROM=5fb9d9a00bb9ce7f63dde20bc1876076b76d5257
-
- Aug 24, 2017
-
-
Our CI Bot authored
Fixed bug in websocket handshake: now adding Sec-WebSocket-Protocol header in handshake response. PUBLISHED_FROM=e4a71ff9dc4aeec63db40cb7f356dc5b25c1215a
-
- Aug 22, 2017
-
-
Dmitry Frank authored
PUBLISHED_FROM=f97569ae2f31ab94ce4875eae4d0a198f719c388
-
- Aug 21, 2017
-
-
Deomid Ryabkov authored
Ignore all the mess, this is just the beginning... PUBLISHED_FROM=41ab3c5af0b1d07204619dd4d8dc2e84b6a54f32
-
- Aug 17, 2017
-
-
ruslanvaliullin authored
PUBLISHED_FROM=62c73e5fb4f70e2b5b8824ce092012508640b173
-
- Jul 27, 2017
-
-
Deomid Ryabkov authored
Fix headers that didn't have it PUBLISHED_FROM=ce8140783d4b661f16278a4a5adc957b21965473
-
- Jul 21, 2017
-
-
Deomid Ryabkov authored
Change the API to heap-allocate the string and get rid of a bunch of fat stack buffers. PUBLISHED_FROM=c793dc64a9a044a9769d92ea16859f5d704a2181
-
- Jul 05, 2017
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=4306e870e2cab854febb6becc198ca2247e2e002
-
- Jul 03, 2017
-
-
Deomid Ryabkov authored
Write unit tests for some mg_str functions. PUBLISHED_FROM=1fc7e1d5d5ef259d4023f295aec8651caa3e7e86
-
- Jul 02, 2017
-
-
Dmitry Frank authored
PUBLISHED_FROM=1803e726eee7bb64496d70389655083eb70257ab
-
- Jul 01, 2017
-
-
Sergey Lyubka authored
PUBLISHED_FROM=efa9cc3aaf0c5ae8841e029370f882b615cebf1b
-
- Jun 28, 2017
-
-
Sergey Lyubka authored
PUBLISHED_FROM=e69e298a51dbe0f9c47184169ecad06eef0676fc
-
- Jun 27, 2017
-
-
Dmitry Frank authored
PUBLISHED_FROM=98fb6c78d20a98dfba07ba6671bd51a394bbc4ca
-
- Jun 26, 2017
-
-
Sergey Lyubka authored
Also amend api_net.js to use returned length. PUBLISHED_FROM=38e15f9587edf28049c5b9e5f126b4db159910e8
-
- Jun 20, 2017
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=32bda9e86a11cad3b908d211a1f7bc9d27312874
-
- Jun 13, 2017
-
-
Deomid Ryabkov authored
With different filesystem implementations and storage drivers, like grown-ups have :) This is not currently used to add any new functionality, we still have only one FS and driver on ESP8266 and ESP32; CC3200 has two: SPIFFS and SLFS. This will be used soon to implement filesystems on additional SPI flash chips and SD cards. PUBLISHED_FROM=293960fef82952c505e9b1925aac7724c7308362
-
- Jun 04, 2017
-
-
Deomid Ryabkov authored
- Move keep alive management up to the Mongoose library - Only outgoing control messgaes should reset keepalive timer - Add unit test https://forum.mongoose-os.com/discussion/1155/mqtt-keep-alive-compliance-issue PUBLISHED_FROM=f86e30744ded53a6f7f96afec066b4ff3b4372c0
-
- May 06, 2017
-
-
Sergey Lyubka authored
Rationale: this is the optimisation to make JS FFI-ed API work nicer. We don't have strucuture introspection now, and do not generate offsets automatially. Thus, using a stable well-known location of the parsed message body is better, in case of number of HTTP headers macro changes. PUBLISHED_FROM=55bf25ac77060a9c81dfecd6601f037562530801
-
- May 02, 2017
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=cea0fc4db21f5b68fd3e779334989fef84a1637a
-
- Apr 27, 2017
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=533e134a48e0fca55509c3eb16b0a6b64c1188e8
-
- Apr 25, 2017
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=c1310b7d62f3ad6e2f24fea9f5229588c56b0bbe
-
- Apr 24, 2017
-
-
Deomid Ryabkov authored
Remove the specialized URI parser, clean up code a bit. Fix parsing of URIs with IPv6 hosts (http://[2001:2:3::4]:567/) PUBLISHED_FROM=968ad97585d928123106ce3828920ee073113f83
-
- Apr 19, 2017
-
-
Sergey Lyubka authored
PUBLISHED_FROM=c7e3132d55e603f159019e3f0290e01b189e75e0
-
Deomid Ryabkov authored
Not relevant for other platforms PUBLISHED_FROM=65b8959ee677555e2fb330c84d443e0a93d9fd1c
-
- Apr 11, 2017
-
-
Deomid Ryabkov authored
If http.auth_{domain,file} are configured, all HTTP requests require valid digest authorization header. This applies to files served by mg_http_serve as well as synamic endpoints such as /update and /rpc. mongoose-os#229 PUBLISHED_FROM=824d594147cfeb2428b463d24478b207839aa5e2
-