We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140ab87 commit ea3b6c5Copy full SHA for ea3b6c5
.gitignore
@@ -54,3 +54,4 @@ dkms.conf
54
paho.mqtt.c/*
55
56
.vscode/*
57
+e4clic
doc/internal/todo.md
@@ -0,0 +1,23 @@
1
+
2
+# E4 C Client Demonstrator TODO
3
4
+## Essential Backlog
5
6
+These are items that should be done as fast as possible.
7
8
+ 1. Implement command line functionality
9
+ 1. Organize code
10
+ 1. Demonstrator support:
11
+ 1. AVR
12
+ 1. ARM D11 board + ethernet shield.
13
+ 1. STM32 dev board + ethernet shield.
14
15
+## Wishlist backlog
16
17
+ 1. Investigate grpc to control the client for integration testing purposes.
18
+ 1. Investigate running the client under qemu.
19
+ 1. Investigate using HALucinator!
20
21
+These items are wishlist/future todos, roughly in order:
22
23
0 commit comments