From c1db32243f60f74f1ab0b5e065e5cbd23e29011d Mon Sep 17 00:00:00 2001 From: Finn Dane Date: Sat, 9 Sep 2023 01:14:52 +0200 Subject: [PATCH] fixed location in docs for AES.lua file --- centralLoggingSystem/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centralLoggingSystem/readme.md b/centralLoggingSystem/readme.md index 44aea49..31d9906 100644 --- a/centralLoggingSystem/readme.md +++ b/centralLoggingSystem/readme.md @@ -5,7 +5,7 @@ Logs data sent to it by various computers and prints it on printed pieces of pap 1. Download `server.lua` and put it on your computer (for example with wget) and put it in the startup folder (you might have to make this). 2. Attach a printer and a modem to the computer and note on what side of the computer they are. 3. Edit the file and change the variables `printerSide` and `modemSide` if needed. -4. Download the dependency and "install" it by putting `AES.lua` in the same directory as the program. +4. Download the dependency and "install" it by putting `AES.lua` in the root directoy 5. Decide on a shared key, this has to be a number (for example use something like `openssl rand -hex 16` and prefix it with `0x` to get a random 16 byte number) 6. Run `set AES.key ` 7. Choose a channel number and set the channel by changing the `channel` variable.