Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Networking needs major overhaul #14

Open
yameatmeyourdead opened this issue Aug 30, 2021 · 1 comment
Open

Networking needs major overhaul #14

yameatmeyourdead opened this issue Aug 30, 2021 · 1 comment

Comments

@yameatmeyourdead
Copy link
Owner

The current implementation of networking leaves much to be desired. Need to be able to transfer simple primitive data types for metadata transfer (e.g. power usage of ROV, camera statuses) as well as more complicated data transfers such as generated images (from camera or drawing software) most likely to be numpy arrays. The current implementation of both systems uses an outdated threading model that should be overhauled to use a thread pool or just be single-threaded.

@yameatmeyourdead
Copy link
Owner Author

Networking overhaul

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant