From 8519afd01b349794d627d458991b6ac5cb0020af Mon Sep 17 00:00:00 2001
From: evilsocket <evilsocket@gmail.com>
Date: Thu, 19 Sep 2019 15:47:55 +0200
Subject: [PATCH] misc: small fix or general refactoring i did not bother
 commenting

---
 README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1d3813f..b261556 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,13 @@ Specifically, it's using an [LSTM with MLP feature extractor](https://stable-bas
 
 Instead of playing [Super Mario or Atari games](https://becominghuman.ai/getting-mario-back-into-the-gym-setting-up-super-mario-bros-in-openais-gym-8e39a96c1e41?gi=c4b66c3d5ced), pwnagotchi will tune over time [its own parameters](https://github.com/evilsocket/pwnagotchi/blob/master/sdcard/rootfs/root/pwnagotchi/config.yml#L54), effectively learning to get better at pwning WiFi things. **Keep in mind:** unlike the usual RL simulations, pwnagotchi learns over time, do not expect it to perform amazingly well at the beginning, as it'll be exploring several combinations of parameters ... but listen to it when it's bored, bring it with you and have it observe new networks and capture new handshakes and you'll see :)
 
-If you are a boring person, you can disable the AI and have the algorithm run just with the preconfigured default parameters.
+Also, multiple units can talk to each other, advertising their own presence using a parasite protocol I've built on top of the existing dot11 standard, by broadcasting custom information elements. Over time, two or more units learn to cooperate if they detect each other's presence, by dividing the available channels among them.
 
 Several states and states transitions are configurable and represented on the display as different expressions and sentences.
 
-The software **requires bettercap compiled from master**.
+If instead you are a boring person, you can disable the AI and have the algorithm run just with the preconfigured default parameters.
+
+**NOTE:** The software **requires bettercap compiled from master**.
 
 ## Documentation
 
@@ -22,6 +24,10 @@ The software **requires bettercap compiled from master**.
 - [Waveshare eInk Display](https://www.waveshare.com/2.13inch-e-paper-hat.htm) (optional if you connect to usb0 and point your browser to the web ui, see config.yml)
 - A decent power bank (with 1500 mAh you get ~2 hours with AI on)
 
+### Random
+
+- `hostname` sets the unit name.
+
 ### Software
 
 - Raspbian + nexmon patches for monitor mode, or any Linux with a monitor mode enabled interface (if you tune config.yml).