-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a967ca
commit efd5916
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# udp-process | ||
Process UDP packets from FPGA via 10Gb Ethernet. | ||
Process UDP packets from FPGA via 10Gb Ethernet and save as a Parquet dataset. | ||
|
||
## Systems | ||
- Tested and implemented on Ubuntu 20.04 - *x86_64* (GCC 9.3.0); | ||
- Self test is also verified on Mac OS X 13.3 - *arm64* (Clang 14.0.3). | ||
## Dependency | ||
- [Apache Arrow](https://arrow.apache.org/install/) | ||
- [Boost](https://www.boost.org/) | ||
|
||
## License | ||
[MIT License](LICENSE). |