tj-uav / GroundStation

Custom ground station software (flight control + imaging)
https://tjuav.org
15 stars 13 forks source link

Write dummy image receiver code #162

Open pizzalemon opened 9 months ago

pizzalemon commented 9 months ago

Writing this as an issue so I don't forget about it.

At some point, the dummy image receiver code got deleted. Unfortunately the old code was intertwined with the now defunct Interop, so it can't be directly copy-pasted into the current code base. Just has to be rewritten for the current code as some point. This is needed to populate the submissions page for development purposes.

If I remember I'll add a link to the old code here.

pizzalemon commented 9 months ago

Link to the old code: https://github.com/tj-uav/GroundStation/blob/1852d646e563b4d9525bdb5b6d5879fb672a0ade/server/handlers/image.py#L53