-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forward Error Correction #7
base: development
Are you sure you want to change the base?
Forward Error Correction #7
Commits on Nov 24, 2022
-
reorder ipsec struct to fix compilation issues, change TSI in flute-t…
…ransmitter to match receiver
Configuration menu - View commit details
-
Copy full SHA for d8f64ef - Browse repository at this point
Copy the full SHA d8f64efView commit details
Commits on Dec 1, 2022
-
use switch cases for FEC type instead of if statements and added plac…
…eholders for future integration of Raptor FEC
Configuration menu - View commit details
-
Copy full SHA for 05b0445 - Browse repository at this point
Copy the full SHA 05b0445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d63de - Browse repository at this point
Copy the full SHA 85d63deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79ab66c - Browse repository at this point
Copy the full SHA 79ab66cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e9310 - Browse repository at this point
Copy the full SHA 38e9310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 818aec4 - Browse repository at this point
Copy the full SHA 818aec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcb2085 - Browse repository at this point
Copy the full SHA dcb2085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a5175 - Browse repository at this point
Copy the full SHA 75a5175View commit details -
Configuration menu - View commit details
-
Copy full SHA for c96989b - Browse repository at this point
Copy the full SHA c96989bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb4062 - Browse repository at this point
Copy the full SHA 7fb4062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b7bb6a - Browse repository at this point
Copy the full SHA 9b7bb6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a014480 - Browse repository at this point
Copy the full SHA a014480View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa2d61c - Browse repository at this point
Copy the full SHA aa2d61cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0903042 - Browse repository at this point
Copy the full SHA 0903042View commit details -
Configuration menu - View commit details
-
Copy full SHA for df0cbb8 - Browse repository at this point
Copy the full SHA df0cbb8View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f17fb91 - Browse repository at this point
Copy the full SHA f17fb91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77f4725 - Browse repository at this point
Copy the full SHA 77f4725View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdfc21e - Browse repository at this point
Copy the full SHA bdfc21eView commit details
Commits on Dec 15, 2022
-
write donwloaded files to current directory, when building build in d…
…ebug mode by default, small fixes in readme,cmakelists,gitignore
Configuration menu - View commit details
-
Copy full SHA for c6a4eae - Browse repository at this point
Copy the full SHA c6a4eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2428af1 - Browse repository at this point
Copy the full SHA 2428af1View commit details
Commits on Dec 21, 2022
-
handle invalid file paths properly, increment the correct ptr in enco…
…ding symbols to_payload() functions
Configuration menu - View commit details
-
Copy full SHA for cf834d0 - Browse repository at this point
Copy the full SHA cf834d0View commit details
Commits on Dec 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 940afb9 - Browse repository at this point
Copy the full SHA 940afb9View commit details -
fixed abstract definition so it compiles, and reintroduced FecOti str…
…uct since its too difficult to directly replace it
Configuration menu - View commit details
-
Copy full SHA for 1d32734 - Browse repository at this point
Copy the full SHA 1d32734View commit details
Commits on Dec 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e8941b - Browse repository at this point
Copy the full SHA 5e8941bView commit details -
generation and parseing for raptor OTI, set codepoint in alc packets …
…based on fec scheme in use
Configuration menu - View commit details
-
Copy full SHA for f046ebe - Browse repository at this point
Copy the full SHA f046ebeView commit details
Commits on Dec 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a2d0b63 - Browse repository at this point
Copy the full SHA a2d0b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 909cc3c - Browse repository at this point
Copy the full SHA 909cc3cView commit details
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f759caf - Browse repository at this point
Copy the full SHA f759cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34df0b1 - Browse repository at this point
Copy the full SHA 34df0b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab19d8a - Browse repository at this point
Copy the full SHA ab19d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 605f14f - Browse repository at this point
Copy the full SHA 605f14fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f24e2 - Browse repository at this point
Copy the full SHA 04f24e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e15daa2 - Browse repository at this point
Copy the full SHA e15daa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8accbbb - Browse repository at this point
Copy the full SHA 8accbbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 088f3ba - Browse repository at this point
Copy the full SHA 088f3baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27992b0 - Browse repository at this point
Copy the full SHA 27992b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d687102 - Browse repository at this point
Copy the full SHA d687102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1421515 - Browse repository at this point
Copy the full SHA 1421515View commit details -
dont calculate raptor parameters in partitioning() function, hardcode…
…d W = 16 MB to keep N = 1
Configuration menu - View commit details
-
Copy full SHA for 23689a2 - Browse repository at this point
Copy the full SHA 23689a2View commit details -
finished raptor encoding + sending, removed compact no code subclass …
…and file, cleaned up cmakelistst for raptor build case
Configuration menu - View commit details
-
Copy full SHA for 39a6b64 - Browse repository at this point
Copy the full SHA 39a6b64View commit details
Commits on Jan 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6851b44 - Browse repository at this point
Copy the full SHA 6851b44View commit details
Commits on Jan 12, 2023
-
finish decoder, start SBN and ESI at 0, added process_symbol() functi…
…on for all FEC transformers
Configuration menu - View commit details
-
Copy full SHA for 3087ddd - Browse repository at this point
Copy the full SHA 3087dddView commit details
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d1c7d7f - Browse repository at this point
Copy the full SHA d1c7d7fView commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 76da006 - Browse repository at this point
Copy the full SHA 76da006View commit details -
fixed bad return in check_source_completion and allow fec transformre…
…s to allocate the file buffer themselves
Configuration menu - View commit details
-
Copy full SHA for 5a6b7ab - Browse repository at this point
Copy the full SHA 5a6b7abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ddc9b3 - Browse repository at this point
Copy the full SHA 9ddc9b3View commit details
Commits on Jan 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f2f5e5 - Browse repository at this point
Copy the full SHA 9f2f5e5View commit details -
use matrix of build and os options + fix compilation when raptor is d…
…isabled or ssl doesnt define ex2 on ubu20
Configuration menu - View commit details
-
Copy full SHA for 63d2e8d - Browse repository at this point
Copy the full SHA 63d2e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d27e4c - Browse repository at this point
Copy the full SHA 8d27e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71527ee - Browse repository at this point
Copy the full SHA 71527eeView commit details
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1dee66a - Browse repository at this point
Copy the full SHA 1dee66aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a2f0c - Browse repository at this point
Copy the full SHA b7a2f0cView commit details
Commits on Jan 21, 2023
-
use mmap to read in files, dont simulate packet loss if there is no a…
…ctive FEC scheme
Configuration menu - View commit details
-
Copy full SHA for 5abb85e - Browse repository at this point
Copy the full SHA 5abb85eView commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 99082df - Browse repository at this point
Copy the full SHA 99082dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d9df0a - Browse repository at this point
Copy the full SHA 1d9df0aView commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 375f31a - Browse repository at this point
Copy the full SHA 375f31aView commit details -
Configuration menu - View commit details
-
Copy full SHA for efccec1 - Browse repository at this point
Copy the full SHA efccec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c07c03 - Browse repository at this point
Copy the full SHA 4c07c03View commit details
Commits on Feb 11, 2023
-
calculate buffer offset correctly for multi block files + use delete[…
…] instead of delete
Configuration menu - View commit details
-
Copy full SHA for 2db0561 - Browse repository at this point
Copy the full SHA 2db0561View commit details
Commits on Feb 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 730d3a2 - Browse repository at this point
Copy the full SHA 730d3a2View commit details
Commits on Mar 8, 2023
-
small fixes: memory deallocation in raptor and derived class destruct…
…or calls in FEC + updated readme
Configuration menu - View commit details
-
Copy full SHA for 28c034e - Browse repository at this point
Copy the full SHA 28c034eView commit details
Commits on Jun 13, 2023
-
Remove an unnecessary #ifdef in Receiver.h, and fix error messages in AlcPacket.cpp
Configuration menu - View commit details
-
Copy full SHA for 5ddfac0 - Browse repository at this point
Copy the full SHA 5ddfac0View commit details