From 8c6537b51eff3b7be9b5284eee10a0be59dc84a0 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Thu, 5 Jun 2025 15:04:54 +0800 Subject: Add readme. --- README.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.txt b/README.txt index cbc8c0a..8ec96e9 100644 --- a/README.txt +++ b/README.txt @@ -22,3 +22,10 @@ Although I designed this around RFM to learn more about RFM, the architecture can be made more power-efficient if I toss the RFMs. I'm in the midst of making these changes to the system. +To build and upload the client and server components, use the following +commands. Change the KEY, SYN, LOCK and UNLOCK definitions for your system. + + make -f Client.Makefile FPM_PWD={your_pwd_for_FPM} upload + make -f Server.Makefile upload + + -- cgit v1.2.3