diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..b32f279 --- /dev/null +++ b/TODO.md @@ -0,0 +1,9 @@ +## Short term + +- Implement enough functionality to port the BCC tutorial examples in PythonBPF + + +## Long term + +- Refactor the codebase to be better than a hackathon project +- Port to C++ and use actual LLVM?