WEMarsSoftware / MissionControl

A custom Java command centre for the Western Engineering Mars Rover Team.
https://wemars.org/wemars/
MIT License
0 stars 0 forks source link

Concurrency + Polling HTTP requests #10

Open JhnBrunelle opened 6 years ago

JhnBrunelle commented 6 years ago

We need to implement a polling system to fetch rover data changes. Maybe hold off on this until we break up the app into multiple controllers so we can do this multithreading. Also should utilize inheritance, so we don't need to rewrite the polling function for each.

Should also be able to set the polling rate

JhnBrunelle commented 5 years ago

Made progress, will implement now

joshkarbi commented 5 years ago

May be nice to have fetchImage and fetchText API's.

This would only be good though if we could avoid double-creating FX Image objects