aboutsummaryrefslogtreecommitdiff
path: root/roadmap.md
diff options
context:
space:
mode:
Diffstat (limited to 'roadmap.md')
-rw-r--r--roadmap.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/roadmap.md b/roadmap.md
new file mode 100644
index 0000000..f802daa
--- /dev/null
+++ b/roadmap.md
@@ -0,0 +1,13 @@
+# Roadmap - changes that are, will or may be applied
+
+## Application side
+- Eliminate registering to receive data from an operator. A port is now opened by a client who will be the sole actor to receive messages from the operator. (DONE)
+- Use of direct buffers to increase performance when receiving and transmititng data. (DONE)
+- Remove flow-pack (Probably, it may look convenient at first but it is really a kind of dirty hack)
+
+## Build
+- Add better makefile build (Mostly done, TODO: become agnostic of jni.h location)
+- Add GNU Autotools build (Not sure, since autotools look kind of overly complex for a really simple native backend)
+- Add debian packaging (DONE)
+- Drop sbt native build (Probably, it seems like it was a mistake to call native compiler commands from sbt)
+- Reimplement native compilation for other Unix-like platforms \ No newline at end of file