Skip to content

Status Report 1

Patrick Melanson edited this page Oct 12, 2018 · 1 revision

Current stage: deciding on specific libraries, structure of program

  • Patrick: asked around for pubsub or message queuing libraries (what's the difference?) so that we don't have to write TCP socket code.
  • Ye Qin Xu: Researched on different method on implementing the physics of this program (looking at scipy.integrate.ode family of functions, deciding on what integration method to do)
  • Sean: researched on UI library called pygame; Also, created simple test-run to simulate the aircraft and share it with the team. Team wants to look for other libraries to verify if pygame is the best suit for us.

pyzmq prototype working. Next steps, see if we can send lots of data at the same time!

Clone this wiki locally