commit | 484b6e4b808eb57f02253fbf63f117e259471c39 | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Thu Jan 21 15:05:36 2016 -0800 |
committer | Vitaly Buka <vitalybuka@google.com> | Thu Jan 21 23:51:05 2016 +0000 |
tree | d962500581d6c2e92b4153c9718d7717aeb777e7 | |
parent | 81ac16e6bf71951354e79c709ca5500fda451f7f [diff] |
Update AccessBlackListManager interface Added callback into Unblock method as this method also will save data. Added IsBlocked method. Added short explanation of how rules will work. BUG:25777658 BUG:25776798 Change-Id: I69b4575be261a0d54435bf07d95e6ac11290a1c7 Reviewed-on: https://weave-review.googlesource.com/2275 Reviewed-by: Vitaly Buka <vitalybuka@google.com>
libWeave is the library with device side implementation of Weave protocol.
Sources are located in git repository at https://weave.googlesource.com/weave/libweave/
Make sure you have a bin/ directory in your home directory and that it is included in your path:
mkdir ~/bin PATH=~/bin:$PATH
Download the Repo tool and ensure that it is executable:
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo
repo init -u https://weave.googlesource.com/weave/manifest repo sync
Path | Description |
---|---|
include/ | Includes to be used by device code |
src/ | Implementation sources |
examples/ | Example of device code |
third_party/ | Dependencies |
Makefile, *.mk files | Build files |
sudo apt-get update sudo apt-get install autoconf automake binutils g++ hostapd libavahi-client-dev libcurl4-openssl-dev libexpat1-dev libnl-3-dev libnl-route-3-dev libssl-dev libtool
The make --jobs/-j
flag is encouraged, to speed up build time. For example
make all -j
make
or
make out/Debug/libweave.so
make all-examples
See the examples README for details.
make test make export-test
or
make testall
Make sure to have correct user in local or global config e.g.:
git config --local user.name "User Name" git config --local user.email user.name@example.com
repo start <branch name> .
git commit -a -v
repo upload .
Go to the url from the output of “repo upload” and add reviewers.