2016년 6월 13일 월요일

Weave Architecture ?

[libweave의 third_party 라이브러리들]

1. chromium
    크로미엄의 base 폴더 포함. Bind, String, RefCount, JsonParser 기능

2. googletest
    구글 Unit test
 
3. libevhtp
    libevent의 http API 제공 라이브러리. 작은 웹서버.

4. libuweave
    https://weave.googlesource.com/weave/libuweave/

    Weave is an open standard for secure device setup and message passing which is described in detail on the [Google Weave homepage] (https://developers.google.com/weave/).

uWeave (pronounced “micro weave”) is an implementation of the Weave protocol intended for use on microcontroller based devices. This is in contrast to the “full size” Weave library which is for devices capable of running a full Linux environment.
Like the rest of Brillo and Weave, the uWeave codebase is open source. uWeave is distributed under a BSD-style license available in the LICENSE file.
The uWeave effort is relatively new. The repository you see here is still in the early stages of development and not yet suitable for production use. If that doesn't scare you away, the Getting Started guide can help you figure out how to build and use the uWeave library.

5. modp_b64
    MODP_B64 - High performance base64 encoder/decode


아키텍처는 ?

2016년 6월 6일 월요일

Math

Gradient Descent 탐색
http://darkpgmr.tistory.com/133