aboutsummaryrefslogtreecommitdiff
path: root/roadmap.md
diff options
context:
space:
mode:
Diffstat (limited to 'roadmap.md')
-rw-r--r--roadmap.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/roadmap.md b/roadmap.md
deleted file mode 100644
index f802daa..0000000
--- a/roadmap.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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