- 03 Nov, 2016 2 commits
-
-
Dmitry Frank authored
Now it works in hardware. PUBLISHED_FROM=f223bde2d2bebe97513ce073eb887552bc3d93af
-
Alexander Alashkin authored
PUBLISHED_FROM=cded8f36e2833e7c256ba6cbca0ebf1f6012dee7
-
- 02 Nov, 2016 3 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=79d3bc5ba7887e2126b64d2ea804c62606264ce2
-
Deomid Ryabkov authored
PUBLISHED_FROM=c3d59657adff247f565bf0be59192e32d5d0bbf6
-
Alexander Alashkin authored
PUBLISHED_FROM=2a76ccddb62b63caeaca3785a07d7d0b94125eaf
-
- 01 Nov, 2016 4 commits
-
-
Dmitry Frank authored
PUBLISHED_FROM=3caea25dec11260561349fa096547bd62ecdb509
-
Deomid Ryabkov authored
PUBLISHED_FROM=1bd3308933354e147c4e8aa375728a1ede6d8ab4
-
Deomid Ryabkov authored
Long-lived UDP "connections" i.e. interactions that involve more than one request and response are rare, most are transactional: response is sent and the "connection" is closed. Or - should be. But users (including ourselves) tend to forget about that part, because UDP is connectionless and one does not think about processing a UDP request as handling a connection that needs to be closed. Thus, we begin with SEND_AND_CLOSE flag set, which should be a reasonable default for most use cases, but it is possible to turn it off the connection should be kept alive after processing. PUBLISHED_FROM=1677d8024aa9afa7e18d8a04d829b699f7f2f103
-
Alexander Alashkin authored
PUBLISHED_FROM=57c62a4123a54ecb455dbf91f3fe562fb0cf2ec2
-
- 31 Oct, 2016 3 commits
-
-
Deomid Ryabkov authored
Also, do not require -DRTOS_SDK and pick socket/low-level event manager based on LWIP_SOCKET. PUBLISHED_FROM=d4afbdf8dab62a1c6ac4ca075c4a58887223dba4
-
Deomid Ryabkov authored
PUBLISHED_FROM=c4f3d44ed16dba60db3198b90478c1b2e6f2a5c1
-
Deomid Ryabkov authored
PUBLISHED_FROM=ec4c4ec1ca7fee10c67fbba5a603d59fe44a046d
-
- 28 Oct, 2016 5 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=d6ed793313a98545d5a89faafc8526b658ffff66
-
Alexander Alashkin authored
PUBLISHED_FROM=d823db5e8b2831201e22bbdd3188e93bbbbbbb09
-
Marko Mikulicic authored
amalgamation, ansi C and queue.h usage issue PUBLISHED_FROM=96a2b8a90d590da0f2d9939c1d2bc7a64d1fe36a
-
Sergey Lyubka authored
PUBLISHED_FROM=6455082726781aab819a7f8645e81adaa7fc7669
-
Dmitry Frank authored
PUBLISHED_FROM=6af3ed56802d2619f673c36059370440a0c06397
-
- 27 Oct, 2016 7 commits
-
-
Dmitry Frank authored
Keil actually saves project on disk only when the project is closed, that's why these changes were missing before PUBLISHED_FROM=d8ebdaa009ff5676bf6c16aaa2fe8356b03d3b8b
-
Dmitry Frank authored
PUBLISHED_FROM=7b02f8e7bb85ce1b45f872610645e619de5e313a
-
Deomid Ryabkov authored
This event is sent at the end of the request PUBLISHED_FROM=0b841a26320e3edbf73126e2ed8d286d4e5f3fa8
-
Sergey Lyubka authored
PUBLISHED_FROM=017e707ea2bd7b1d1972fbb92e5d98c74e17e9d0
-
Marko Mikulicic authored
PUBLISHED_FROM=8149fc5ab3c6f7d6ec360473f0e6847040ca820b
-
Dmitry Frank authored
PUBLISHED_FROM=345ac55417a9b012e89244d36bfb9ebf8e908637
-
Marko Mikulicic authored
PUBLISHED_FROM=00772400bce7c15368d91741092ebc8ab0842e19
-
- 26 Oct, 2016 8 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=51652f0157bb951a43508f0fe948c62c351e96ba
-
Alexander Alashkin authored
PUBLISHED_FROM=c393396605d5418fda4ff386170bb9a6d6658a93
-
Deomid Ryabkov authored
PUBLISHED_FROM=b860ada45e76b0e04d214fedb04f5a7dd9c7d8f0
-
Alexander Alashkin authored
PUBLISHED_FROM=31f8f61de954fa3a36ebad162bdb730c0db95b58
-
Dmitry Frank authored
By making dir hierarchy replicate that of examples provided with the nRF IoT SDK. Also, example for Keil uVision IDE is added. PUBLISHED_FROM=1a3d9a54d15eb1acfb1b5d162138576a387ed21c
-
Sergey Lyubka authored
PUBLISHED_FROM=bac8c10063215f7f7163f607213d15a3c5f81552
-
Deomid Ryabkov authored
PUBLISHED_FROM=623dda0737c8426754044880713c1283c4b181b6
-
Sergey Lyubka authored
PUBLISHED_FROM=73ef8ae768585d3c204e6e022848f49e8f4a8de2
-
- 25 Oct, 2016 4 commits
-
-
Marko Mikulicic authored
PUBLISHED_FROM=ec1cb82cc2404cfe2abdf3bd445ddec3d4ff3e57
-
Deomid Ryabkov authored
* Make kr_{send,recv} report status via return code instaed of errno * Move mg_if_* recv and connect callback invocation out of LWIP callbacks: these can be nested and we don't want that to happen to our callbacks. Instead, we post events for the event manager to process during next poll. PUBLISHED_FROM=9b3c1de796fae381dea1641807e51d7a897a398e
-
Dmitry Frank authored
(It compiles, but doesn't really work yet) PUBLISHED_FROM=0382d355a343bdab9c9eeed87229efe90c30c40b
-
Marko Mikulicic authored
PUBLISHED_FROM=327a8d729519aa0ad953594a32d63fddac4d1ec9
-
- 24 Oct, 2016 2 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=961e25e133eff8ee168557f186713d5babbd0c5f
-
Dmitry Frank authored
PUBLISHED_FROM=d9d979057d5269ac32d16545dd2489485bda642a
-
- 22 Oct, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=a121a15698884203a573741e73fefaa5923dce4d
-
- 21 Oct, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=00e4c01cc2bccd63b0f18b797e2c0503a489ef6f
-