From f0cc3a8e954f9212272e4a06688b6131ebd8f8fb Mon Sep 17 00:00:00 2001
From: Fran <hola@beachlab.org>
Date: Sun, 28 Apr 2019 22:54:12 +0200
Subject: [PATCH] 2019 networking update

---
 gitbook/embedded_networking_and_communications.md | 4 ++--
 json/embedded_networking_and_communications.json  | 4 ++--
 src/embedded_networking_and_communications.yaml   | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gitbook/embedded_networking_and_communications.md b/gitbook/embedded_networking_and_communications.md
index 8dffedc..0a5e528 100644
--- a/gitbook/embedded_networking_and_communications.md
+++ b/gitbook/embedded_networking_and_communications.md
@@ -3,9 +3,9 @@
 ## Embedded Networking and Communications
 
 Group assignment:
-* Send a message between two projects (group project)
+* Send a message between two *projects* (assignments made by different students)
 Individual assignment:
-* Design and build a wired &/or wireless network connecting at least two processors
+* design, build, and connect wired or wireless node(s) with network or bus addresses
 
 ### Learning outcomes
 
diff --git a/json/embedded_networking_and_communications.json b/json/embedded_networking_and_communications.json
index 92c9628..392afdf 100644
--- a/json/embedded_networking_and_communications.json
+++ b/json/embedded_networking_and_communications.json
@@ -8,7 +8,7 @@
                 "Outlined problems and how you fixed them", 
                 "Included original design files and code"
             ], 
-            "description": "Group assignment:\n* Send a message between two projects (group project)\nIndividual assignment:\n* Design and build a wired &/or wireless network connecting at least two processors\n", 
+            "description": "Group assignment:\n* Send a message between two *projects* (assignments made by different students)\nIndividual assignment:\n* design, build, and connect wired or wireless node(s) with network or bus addresses\n", 
             "name": "Embedded Networking and Communications", 
             "outcomes": [
                 "Demonstrate workflows used in network design and construction", 
@@ -16,7 +16,7 @@
             ]
         }
     ], 
-    "version": 2018, 
+    "version": 2019, 
     "unit": "Embedded Networking and Communications", 
     "unit_id": "embedded_networking_and_communications.md"
 }
\ No newline at end of file
diff --git a/src/embedded_networking_and_communications.yaml b/src/embedded_networking_and_communications.yaml
index b8b83d2..70d0016 100644
--- a/src/embedded_networking_and_communications.yaml
+++ b/src/embedded_networking_and_communications.yaml
@@ -1,13 +1,13 @@
 unit: Embedded Networking and Communications
 unit_id: embedded_networking_and_communications.md
-version: 2018
+version: 2019
 tasks:
 - name: Embedded Networking and Communications
   description: |
     Group assignment:
-    * Send a message between two projects (group project)
+    * Send a message between two *projects* (assignments made by different students)
     Individual assignment:
-    * Design and build a wired &/or wireless network connecting at least two processors
+    * design, build, and connect wired or wireless node(s) with network or bus addresses
   outcomes:
   - Demonstrate workflows used in network design and construction
   - Implement and interpret networking protocols
-- 
GitLab