[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple (and probably buggy) file synchronization over a wireless serial bridge

Notifications You must be signed in to change notification settings

vampjaz/airsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

airsync: a simple file synchronization utility using wireless serial bridges

You'll need a pair of serial bridge modules, like these

Basically put server.py on the machine with the file you want to sync, then run:

python server.py /dev/ttyUSBXX filename.ext

with the serial port of the serial bridge and the filename you want to serve.

Then on the client machine, run:

python client.py /dev/ttyUSBXX

Within a minute or so, the file should be transferred, depending on size. if you leave both programs running, the file will be re-synced if it is changed on the server side.

I am still working on efficiency and have not tested it with binary files yet.

About

Simple (and probably buggy) file synchronization over a wireless serial bridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages