Skip to content

badgerloop-software/file_sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Driver IO to Engineering Dashboard File Sync Utility

This program synchronizes files generated by a driver IO background process with a server, and from the server onto the machine running the engineering dashboard.

Libraries

  • requests: Library for HTTP; used on all components
  • FastAPI: Library for building APIs; used on server only
  • Uvicorn: Web server; used on server only
  • Pydantic: Library for data validation and type checking; currently used on server only

Running & Contributing

  1. Use pip to install libraries. If you prefer, you may also use virtualenv to isolate this project's dependencies from other Python packages on your computer.
  2. Run the main.py files in each of the top-level directories of this repository. You can run all three components on your computer at the same time if you want to test the system end to end.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages