https://github.com/zenitheesc/zenith-picture-receiver
https://github.com/zenitheesc/zenith-picture-receiver
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zenitheesc/zenith-picture-receiver
- Owner: zenitheesc
- License: mit
- Created: 2023-07-30T02:05:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T02:32:30.000Z (over 2 years ago)
- Last Synced: 2023-07-30T03:19:31.668Z (over 2 years ago)
- Language: Tcl
- Size: 506 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Zenith Picture Receiver]
[Python Tkinter GUI for jpeg reception via the serial port]

## What is this?
This is part of the Zoio project, presented [HERE](https://github.com/zenitheesc/Zoio/tree/main).
This software runs in our reception computer, collecting the byte stream from our receiver device. It is responsible for decoding and saving the jpeg images sent from our stratospheric sonde.
## Environment and tools
All done in Python 3 using TkInter, with the [Azure Theme](https://github.com/rdbende/Azure-ttk-theme)
## Steps to run and debug
```console
$ pip install -r requirements.txt
$ python3 ZenPictureReceiver.py
```