Commit 24f7184
[Rust] Fixes to Net Module (#1725)
* chore(cargo): Add dependencies
* feat: Create new module `net` in lib_ccxr
feat: Create new module `net` in lib_ccxr
* feat: Add block related functionality in `block.rs`
* feat: Add `target.rs` module for sending data blocks related functions
* feat(modules): Add all necessary modules
* feat: Add `source.rs` module for reading data blocks related functions from source
* feat: Add C equivalent functions in rust
* feat(module): Add `net` module in `libccxr_export`
* chore(cargo): Update Cargo.lock
* feat: Add C equivalent code in `libccxr_exports` & use in `networking.c`
* chore: Remove unused imports
* chore(clippy): Fix clippy warnings
* Net Module: Fixes in parser.rs - removed an extra check
* Net Module: Fixes in block.rs - fixed formatting issues
* Net Module: Fixes in source.rs - rewrote UDP implementation and a few other fixes
* Net Module: Fixes in target.rs - fixed formatting issues
* Net module: Rebasing and formatting changes
* Net module: Clashing names after rebase
* Net module: Clippy errors
---------
Co-authored-by: IshanGrover2004 <groverishan2004@gmail.com>1 parent c2a1f0d commit 24f7184
File tree
18 files changed
+2119
-457
lines changed- src
- lib_ccx
- rust
- lib_ccxr
- src
- net
- src
- decoder
- libccxr_exports
18 files changed
+2119
-457
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
48 | 66 | | |
49 | 67 | | |
50 | 68 | | |
| |||
84 | 102 | | |
85 | 103 | | |
86 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
87 | 108 | | |
88 | 109 | | |
89 | 110 | | |
| |||
115 | 136 | | |
116 | 137 | | |
117 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
118 | 142 | | |
119 | 143 | | |
120 | 144 | | |
| |||
141 | 165 | | |
142 | 166 | | |
143 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
144 | 171 | | |
145 | 172 | | |
146 | 173 | | |
| |||
160 | 187 | | |
161 | 188 | | |
162 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
163 | 193 | | |
164 | 194 | | |
165 | 195 | | |
| |||
221 | 251 | | |
222 | 252 | | |
223 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
224 | 257 | | |
225 | 258 | | |
226 | 259 | | |
| |||
301 | 334 | | |
302 | 335 | | |
303 | 336 | | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
304 | 340 | | |
305 | 341 | | |
306 | 342 | | |
| |||
333 | 369 | | |
334 | 370 | | |
335 | 371 | | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
336 | 375 | | |
337 | 376 | | |
338 | 377 | | |
| |||
519 | 558 | | |
520 | 559 | | |
521 | 560 | | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
522 | 564 | | |
523 | 565 | | |
524 | 566 | | |
| |||
974 | 1016 | | |
975 | 1017 | | |
976 | 1018 | | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
977 | 1023 | | |
978 | 1024 | | |
979 | 1025 | | |
| |||
0 commit comments