Skip to content

Sync a local folder to a Boox Note Air 2 library via its BooxDrop HTTP API

Notifications You must be signed in to change notification settings

bjorndown/booxsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boox sync

Sync a local folder to a Boox Note Air 2 library via its BooxDrop HTTP API

How

# clone repo
make bin
cat << EOF > config.json
{
  "host": "http://192.168.1.40:8085",
  "syncRoot": "/home/foo/whatever",
  "pathsToSkip": [
    "/dont-care"
  ]
}
EOF
./bin/booxsync -dryRun

About

Sync a local folder to a Boox Note Air 2 library via its BooxDrop HTTP API

Topics

Resources

Stars

Watchers

Forks