From 2acabd3ce6ed5522a2b3ce6728facc74bbbbd23a Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Thu, 18 Jun 2020 17:24:49 -0400 Subject: Optimizations for master data and command routing handling and corresponding changes for slave data and command decoding. Master no longer decodes data in order send individual datapoints in a packed data_message field individually, but stores and forwards the encoded data message and MDR to the slaves during routing. This significantly optimizes data routing by reducing the time taken to decode and encode every single packed datapoint. Task List: None --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index c71087a..22224c0 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # Target also determines which file is being compiled -TARGET = slave-cmd +TARGET = master ###################################### -- cgit v1.2.3