Add crc32 for checksums and implement sending proper payloads

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2023-04-22 01:58:32 +02:00
parent e451466633
commit bacc08e594
No known key found for this signature in database
GPG key ID: D850A5F772E880F9
4 changed files with 216 additions and 26 deletions

View file

@ -8,6 +8,7 @@ pkg_search_module(LIBUSB1 REQUIRED libusb-1.0)
add_library(
nrealAirLibrary
src/crc32.c
src/device3.c
src/device4.c
)