]> git.lizzy.rs Git - mt_rudp.git/blobdiff - README.md
cleanup; readme
[mt_rudp.git] / README.md
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..d40c495
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# mt_rudp
+
+A Rust library for the [Minetest](http://minetest.net) RUDP protocol.
+
+This project is inspired by the equivalent [Go library](https://github.com/anon55555/mt/tree/master/rudp) by anon5 and uses it as reference implementation.
+
+This library is the first piece in a ecosystem of Rust libraries for building servers, clients and proxies for Minetest.
+
+## TODO
+
+- implement sending split packets
+- implement server
+- implement reliable window
+- documentation