summaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-12-27 18:28:03 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2013-12-27 18:28:53 -0500
commit34a7c0ca08683eb83d6b6b3d5a6a8fb2f7d5b918 (patch)
tree1efa4c1b7c206e06817ea3bd6e171647c67b3602 /README.mkd
parent61344915dfdd01101d086b79b56109a9942cbf1a (diff)
Add skeleton tests for receiving and sending ISO-TP messages.
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd
index 530ebad5..2371561d 100644
--- a/README.mkd
+++ b/README.mkd
@@ -12,6 +12,8 @@ ISO-TP (ISO 15765-2) Support Library in C
// TODO should handlers take a context? depends on how we want to use this
+// TODO add an optional dispatcher to handle multiple open requests
+
## Testing
The library includes a test suite that uses the `check` C unit test library.