You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python UDP Packet Data Transmission: Implemented packet-based data transmission using UDP in Python, including message structures with timestamp, CRC, and fixed-length messages.
Separate TCP and UDP Transmissions: Organized and separated TCP and UDP transmission functionalities for better modularity and clarity.
C Tests Implementation: Added C-based tests for enhanced performance and testing reliability. (Not perfectly working but work-in-progress)
Future Work
Improve performance optimizations for high-frequency data transmission in terms of advanced applications.