The (alpha of the) official Exosite library, CoAP version.

NOTE: This mirror repository may be out of date, check the main repo for changes. If there are any remind me to update this mirror.

This is an unstable alpha of the Official Exosite library, there are known issues with the port to this platform. You probably shouldn't use this library yet if you just want to get things done.

This version uses CoAP for the application protocol.

Changes

RevisionDateWhoCommit message
29:004c318e63fa 2015-01-07 Patrick Barrett added retry on network error default tip
28:07869ba0b6de 2015-01-07 Patrick Merge pull request #1 from exosite-labs/cleanup
27:786cdb9c3605 2015-01-07 Patrick Barrett read observe seq in initial response
26:3d46024a8c30 2015-01-07 Patrick Barrett picocoap updates (coap_get_option_by_num)
25:c8c637fc6bf3 2015-01-07 Patrick Barrett Squashed 'picocoap/' changes from 1fa023f..e2208a2
24:cfbd25fc62c4 2015-01-06 Patrick Barrett use max-age for timeouts
23:e94087cd483d 2015-01-06 Patrick Barrett no more magic number for minimum datagram size
22:6a6810897eb9 2015-01-06 Patrick Barrett update picocoap
21:864edb121aed 2015-01-06 Patrick Barrett Squashed 'picocoap/' changes from a7e7ed0..1fa023f
20:e98884244926 2015-01-05 Patrick Barrett be quiet valgrind
19:323801b9c74e 2015-01-04 Patrick Barrett check for errors on incomming observe notifications
18:c463fb80d81d 2015-01-04 Patrick Barrett fix auto re-activate
17:661d4a5b7c1b 2015-01-04 Patrick Barrett reorganize again, much less repeated code now
16:c8abe6b916b4 2015-01-02 Patrick Barrett zero first byte of buffer, not buffer pointer
15:5ab3e0c7413f 2015-01-02 Patrick Barrett not now
14:fafaa95f7ad8 2015-01-02 Patrick Barrett fix unauthorized write error handling
13:df08a86dc06d 2015-01-02 Patrick Barrett cleanup datagram processing logic
12:68513d2aa2df 2015-01-02 Patrick Barrett first clean up commit, starting to split exo_operate
11:08bae8fb9824 2015-01-02 Patrick Barrett added activation op, now requires internal op space
10:76deeaebfafb 2014-12-22 Patrick Barrett fixes for auto-re-observe
9:394abe2083e8 2014-12-22 Patrick Barrett clean build for POSIX examples on mac and linux
8:8e5247e1ce0a 2014-12-22 Patrick Barrett add POSIX build flag for gcc
7:f9df43829cea 2014-12-19 Patrick Barrett make picocoap a subtree instead of submodule
6:7f0440121941 2014-12-19 Patrick Barrett Squashed 'picocoap/' content from commit a7e7ed0
5:b2e0d2bce7bc 2014-12-19 Patrick Barrett remove submodule
4:870843537eb0 2014-12-18 Patrick embolden
3:1ea8c0eed00c 2014-12-18 Patrick Barrett made example respond quicker
2:8ea8deb2653c 2014-12-18 Patrick Barrett add readme
1:65b2cce337d3 2014-12-18 Patrick Barrett update picocoap
0:c7393ae16c16 2014-12-18 Patrick Barrett initial commit; working example on POSIX