2023-02-19 22:37:46 +01:00
|
|
|
# snoopy viewer
|
|
|
|
|
2023-02-15 00:23:35 +01:00
|
|
|
`pipenv run python src/viewer.py` to run
|
2023-02-19 22:37:46 +01:00
|
|
|
|
|
|
|
## todo
|
|
|
|
|
|
|
|
* [x] establish connection
|
|
|
|
* [ ] send receiving port to server
|
|
|
|
* [ ] send command to send image
|
|
|
|
* [x] receive image
|
|
|
|
* [ ] receive image via udp
|
|
|
|
* [ ] request resend of lost packets
|
|
|
|
* [ ] display image
|
|
|
|
* [ ] save image to file
|
|
|
|
* [ ] specify image parameters
|