Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emoacht/snowyimagecopy
A Windows desktop app to copy images from FlashAir by a wireless connection
https://github.com/emoacht/snowyimagecopy
camera flashair wi-fi wifi
Last synced: about 4 hours ago
JSON representation
A Windows desktop app to copy images from FlashAir by a wireless connection
- Host: GitHub
- URL: https://github.com/emoacht/snowyimagecopy
- Owner: emoacht
- License: mit
- Created: 2014-04-10T14:54:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T18:02:46.000Z (7 months ago)
- Last Synced: 2024-04-24T19:32:21.708Z (7 months ago)
- Topics: camera, flashair, wi-fi, wifi
- Language: C#
- Homepage: https://www.microsoft.com/store/apps/9MTLPNGRW85L
- Size: 11.1 MB
- Stars: 31
- Watchers: 9
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Snowy
Snowy is a Windows desktop app to copy images from FlashAir by a wireless connection. You can copy images in bulk or select from thumbnails one by one. Also you can make this app check new images automatically at a regular interval.
![Screenshot](Images/Snowy20_en_01.png)
![Screenshot](Images/Snowy20_en_02.png):book: [English](https://emoacht.github.io/SnowyImageCopy/readme_en.html) | :book: [Japanese](https://emoacht.github.io/SnowyImageCopy/readme_jp.html)
-|-## Requirements
- Windows 10 or newer
- .NET 8.0 or .NET Framework 4.8Tested on Windows 10 with SD-WB008G, SD-WC016G (W-02), SD-WE016G (W-03) and SD-UWA032G (W-04).
## Download
### Microsoft Store version
[Snowy Image Copy](https://www.microsoft.com/store/apps/9MTLPNGRW85L)
### Standard version
:floppy_disk: Latest release
## Development
This app is a WPF app developed in C#.
As for FlashAir's API used in this app, refer to [FlashAir Developers](https://www.flashair-developers.com/)
([copy](https://flashair-developers.github.io/website/)).## History
:scroll: [History](HISTORY.md)
## License
- MIT License
## Libraries
- [Reactive Extensions](https://github.com/dotnet/reactive)
- [XamlBehaviors for WPF](https://github.com/microsoft/XamlBehaviorsWpf)
- [Windows Community Toolkit](https://github.com/CommunityToolkit/WindowsCommunityToolkit)
- [WPF Monitor Aware Window](https://github.com/emoacht/WpfMonitorAware)## Developer
- emoacht (emotom[atmark]pobox.com)