Conversation
0f6d3f1 to
c365b7f
Compare
* Update UI source Design, also implement README for setup environment * Update Offline Map Setup (With tileserver) * Update README.md
* Implemented real-time gps parser * Completed real-time parser * Minor changes * Minor changes * Removed libraries; added slot for signal; fixed thread leak * added boardId field to Point_GPS; real-time parser still doesnt parse boardId * added board_id to real-time parser * Optimize Code Block, Cli Run Script Support * Fix parse bug for the PROCESSOR and GPS messy. * Also add GPS information (for monitoring the strength of the GPS signal) * Update variable name, Fix issues, Invite Enum class --------- Co-authored-by: saloxmy <> Co-authored-by: Jiucheng Zang <zangjiucheng@gmail.com>
* Add new GPS Point_Storage class * Address comments, skip pytest for now * Update Integration * Renamed to GPS_Cache --------- Co-authored-by: Jiucheng Zang <zangjiucheng@gmail.com>
* Added QR Code Generation From URL added url_to_qrcode.py * Fixes the non decreasing scaling issue
* Implement map update of incoming gps point data * Move map UI update logic into map_update * Add POC of dynamic map update (no refresh) * Add dynamic map update to plotting of real-time gps data * Fix grammatical error on initialize_realtime_source_server method name * Add check to avoid creating duplicate flask threads when re-creating map * Add docstrings for real-time source initialization methods
#323) * Clear buffer of RT Parse Edit requirement.txt, stop rt_parser when toggle data source * Update GPS Info UI Display * Refactor GPS status display and improve data parsing logic
* ftp server with documentation of use * added pyftpdlib to requirements.txt * update http version * Remove FTP server implementation and related documentation; migrate HTTP server code to new location --------- Co-authored-by: saloxmy <> Co-authored-by: Jiucheng Zang <zangjiucheng@gmail.com> Co-authored-by: Jiucheng Zang <git.jiucheng@gmail.com>
* Add export to KML file for cached points * Zip kml file to kmz, move export button to bottom * Fix multiline kml parsing issue * Add Board ID folder, add timestamp to description * Update schema.kml --------- Co-authored-by: Jiucheng(Oliver) <git.jiucheng@gmail.com>
c365b7f to
09f4a93
Compare
* Refactor HTTP server implementation and update requirements * Add HTTP server functionality for sharing map data and update UI components * Add QR code functionality for shared server URL and improve error handling
… for dark/light mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
New Sink for Omnibus for GPS Tracking rocket landing
This change is