- Download and extract this data to
\ChatRoomLocal\data
folder - Run
\ChatRoomLocal\util\choosePlanes.py
to generate small dataset
5.7
- Prepare data!!!
- Small dataset with good long flight (4.20)
- ? Logic code move to server (4.20): different city different hub?
- Server only send useful info to client, e.g. (icao, lat, long, etc.). (4.20)
- Server preprocess and verify data first (4.20)
- Delete plane when it disappears in json list (4.20)
- Delete planes no longer exist (4.20)
- Better experience of moving city (4.23)
- Deploy SignalR to Azure (4.25)
- Apply curve fitting to plane routes (4.26)
- Add CSS to button
- Figure out why it takes so long to draw pins on map:
Update immediately now
- Connect with TCP to get realtime data
- Change plane image to SVG
- Planes flying uncontinuesly:
data is caputured uncontinuesly
- Planes fly sometimes quick sometimes slow, since the history data doesn't point out the timestamp.
- SpeedUp = 4 in /util/chooseDataFromRealtimeData.py; SpeedUp = 16 in Chat.cs