diff --git a/gitbook/embedded_networking_and_communications.md b/gitbook/embedded_networking_and_communications.md index 8dffedcfda04fd169ebe072ec5a1148f5ffb39c3..0a5e52842e2280f40d6b1f769a052c1fe61f2794 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 92c962872878e836ff1602dc88a776b5b4249e21..392afdf478a4209f66320ab39253aed874fc07bd 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 b8b83d24ec35de90e3b3658c45a3a71c7d8c49e3..70d00161bc2756a76a988d8e17cd5d2992d2a45c 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