Skip to main content

Simple directory syncer for Toshiba Flashair SD cards (used in 3D printers).

Project description

flashair_sync

Simple one way directory syncer for Toshiba Flashair SD cards, used in 3D printers.

Installation

$ pip install flashair_sync

or under Windows:

C:\>py -m pip install flashair_sync

Example usage

$ flashair_sync /directory/with/x3g_files 192.168.178.70 x3g s3g

or under Windows:

$ py flashair_sync c:\directory\with\x3g_files 192.168.178.70 x3g s3g

If you want to do an initial sycn to the card, add the -i switch.

–help output

usage: flashair_sync [-h] [-p POLL_INTERVAL] [-i]
                   directory_path flashair_address file_extensions
                   [file_extensions ...]

Watch a directory for change/delete events to files and sync to flashair card
(not recursive!).

positional arguments:
  directory_path        The directory to watch for changes.
  flashair_address      The address of your flashair card, eg.
                        "192.168.178.41"
  file_extensions       Only files that match one of these extensions get
                        monitored.

optional arguments:
  -h, --help            show this help message and exit
  -p POLL_INTERVAL, --poll_interval POLL_INTERVAL
                        How many seconds between directory polls (default is 1).
  -i, --initial_sync    Copy all files that are new or changed to the card on
                        program start, also delete all files on the card which
                        are not in the current directory.  Without this switch
                        only files that are new/modified/deleted after the
                        program start are synced.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flashair_sync-0.1.0.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file flashair_sync-0.1.0.tar.gz.

File metadata

File hashes

Hashes for flashair_sync-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ee7e8273d0151c8e83ab2a114f2f3cd0e68c82d4162f8a4f46fc825267f5d5f1
MD5 4d2b5b245689d1cde851c70c26f6cf01
BLAKE2b-256 a44932804003edf57ff1adebf5ffcf5ddb22b9c8a809b270bcfdfd6eed936d7a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page