NikhilNarayana / FRC-YouTube-Uploader

A Youtube Uploader with FIRST Robotics Competition in mind. Download it at https://pypi.org/project/FRCUploader/
GNU General Public License v3.0
12 stars 3 forks source link

Output Console Messages to Webpage #14

Closed NikhilNarayana closed 6 years ago

NikhilNarayana commented 8 years ago

Everything should be on one screen, right now it is on the webpage and the console. Hardest part is figuring out how to make web.py act asynchronously and refresh when a new status appears.

NikhilNarayana commented 7 years ago

https://www.fullstackpython.com/websockets.html

Consider a web socket that is not 8080 and use it for all message handling.

NikhilNarayana commented 6 years ago

Handled in 54c8cdea7baa06cfdf248999c464cf7039b12514 with the new GUI